svn commit: r336596 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 15 23:44:13 UTC 2013


Author: bapt
Date: Sun Dec 15 23:44:13 2013
New Revision: 336596
URL: http://svnweb.freebsd.org/changeset/ports/336596

Log:
  fmake doesn't like previous commit (which breaks index) [1]
  
  Given we do not support for long enough old OPTIONS framework just get
  rid of this compat block that doesn't bring anything anymore
  
  Kick by:	cperciva [1]

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Sun Dec 15 23:31:36 2013	(r336595)
+++ head/Mk/bsd.options.mk	Sun Dec 15 23:44:13 2013	(r336596)
@@ -355,20 +355,6 @@ NOPORTEXAMPLES=	yes
 ALL_OPTIONS=	${OPTIONS_DEFINE}
 .endif
 
-### to be removed once old OPTIONS disappear
-.for opt in ${ALL_OPTIONS}
-.if empty(PORT_OPTIONS:M${opt})
-.   if !defined(WITH_${opt}) && !defined(WITHOUT_${opt}) && ${opt} != NLS
-WITHOUT_${opt}:=	true
-.   endif
-.else
-.   if !defined(WITH_${opt}) && !defined(WITHOUT_${opt})
-WITH_${opt}:=  true
-.   endif
-.endif
-.endfor
-###
-
 .for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
 # PLIST_SUB
 PLIST_SUB?=


More information about the svn-ports-head mailing list