Index: head/CHANGES =================================================================== --- head/CHANGES +++ head/CHANGES @@ -10,6 +10,13 @@ All ports committers are allowed to commit to this file. +20171020: +AUTHOR: ak@FreeBSD.org + + The USES=fmake has been removed. It was created to help migration from + old FreeBSD make (pmake) and there are no more users of it left in + the ports tree. + 20171012: AUTHOR: mat@FreeBSD.org Index: head/Mk/Uses/fmake.mk =================================================================== --- head/Mk/Uses/fmake.mk +++ head/Mk/Uses/fmake.mk @@ -1,21 +0,0 @@ -# $FreeBSD$ -# -# Provide support to use the legacy FreeBSD make -# -# Feature: fmake -# Usage: USES=fmake -# -# MAINTAINER: portmgr@FreeBSD.org - -.if !defined(_INCLUDE_USES_FMAKE_MK) -_INCLUDE_USES_FMAKE_MK= yes - -.if !empty(fmake_ARGS) -IGNORE= Incorrect 'USES+= fmake:${fmake_ARGS}' fmake takes no arguments -.endif - -FMAKE= ${LOCALBASE}/bin/fmake -BUILD_DEPENDS+= ${FMAKE}:devel/fmake -CONFIGURE_ENV+= MAKE=${FMAKE} -MAKE_CMD= ${FMAKE} -.endif