svn commit: r320147 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 7 05:49:45 UTC 2013


Author: bapt
Date: Fri Jun  7 05:49:44 2013
New Revision: 320147
URL: http://svnweb.freebsd.org/changeset/ports/320147

Log:
  Fix exclusion of global options per ports

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Fri Jun  7 05:36:30 2013	(r320146)
+++ head/Mk/bsd.options.mk	Fri Jun  7 05:49:44 2013	(r320147)
@@ -139,6 +139,7 @@ OPTIONS_DEFAULT:=	${OPTIONS_DEFAULT:O:u}
 .for opt in ${_ALL_EXCLUDE}
 OPTIONS_DEFAULT:=	${OPTIONS_DEFAULT:N${opt}}
 ALL_OPTIONS:=		${ALL_OPTIONS:N${opt}}
+PORT_OPTIONS:=		${PORT_OPTIONS:N${opt}}
 .endfor
 
 # Remove illegal per-arch options


More information about the svn-ports-all mailing list