Page MenuHomeFreeBSD

D12634.diff
No OneTemporary

D12634.diff

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

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 2:39 AM (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15550043
Default Alt Text
D12634.diff (1 KB)

Event Timeline