Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 09:14:11 +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: r317089 - head/Mk
Message-ID:  <201305020914.r429EBjr071510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  2 09:14:10 2013
New Revision: 317089
URL: http://svnweb.freebsd.org/changeset/ports/317089

Log:
  Fix NO_OPTIONS_SORT
  
  Reported by:	hrs, osa

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Thu May  2 08:57:02 2013	(r317088)
+++ head/Mk/bsd.options.mk	Thu May  2 09:14:10 2013	(r317089)
@@ -133,12 +133,10 @@ PORT_OPTIONS:=	 ${PORT_OPTIONS:N${O}}
 #XXX end of compatibility
 
 ALL_OPTIONS:=	${ALL_OPTIONS:O:u}
-OPTIONS_DEFINE:=	${OPTIONS_DEFINE:O:u}
 OPTIONS_DEFAULT:=	${OPTIONS_DEFAULT:O:u}
 
 # Remove global options the port maintainer doesn't want
 .for opt in ${_ALL_EXCLUDE}
-OPTIONS_DEFINE:=	${OPTIONS_DEFINE:N${opt}}
 OPTIONS_DEFAULT:=	${OPTIONS_DEFAULT:N${opt}}
 ALL_OPTIONS:=		${ALL_OPTIONS:N${opt}}
 .endfor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305020914.r429EBjr071510>