Date: Sun, 15 Dec 2013 23:44:13 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336596 - head/Mk Message-ID: <201312152344.rBFNiDV2046105@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312152344.rBFNiDV2046105>