Re: Global options ordering bug?

2014-06-07 Thread Dave Duchscher
Thanks.  I new this but for some reason I just couldn't see it.  I had used += 
in other paces but for some reason was not doing it here.  *sigh*

--
DaveD

On Jun 7, 2014, at 9:39 PM, Steven Hartland  wrote:

> Its a single option so you need:
> OPTIONS_UNSET=X11 JAVA
> 
> - Original Message - From: "Dave Duchscher" 
> To: 
> Sent: Sunday, June 08, 2014 3:36 AM
> Subject: Global options ordering bug?
> 
> 
>> I was updating make.conf on a build machine today and noticed that 
>> OPTIONS_UNSET=X11 was not working.  Digging around, I found that if 
>> OPTIONS_UNSET=X11 was set before OPTIONS_UNSET=JAVA, OPTIONS_UNSET=X11 
>> didn't happen.  WITHOUT_X11=YES worked in all cases.  Is this expected 
>> behavior or a bug?
>> 
>> --
>> DaveD
>> 
>> ___
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Global options ordering bug?

2014-06-07 Thread Steven Hartland

Its a single option so you need:
OPTIONS_UNSET=X11 JAVA

- Original Message - 
From: "Dave Duchscher" 

To: 
Sent: Sunday, June 08, 2014 3:36 AM
Subject: Global options ordering bug?


I was updating make.conf on a build machine today and noticed that OPTIONS_UNSET=X11 was not working.  Digging around, I found 
that if OPTIONS_UNSET=X11 was set before OPTIONS_UNSET=JAVA, OPTIONS_UNSET=X11 didn't happen.  WITHOUT_X11=YES worked in all 
cases.  Is this expected behavior or a bug?


--
DaveD

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Global options ordering bug?

2014-06-07 Thread Dave Duchscher
I was updating make.conf on a build machine today and noticed that 
OPTIONS_UNSET=X11 was not working.  Digging around, I found that if 
OPTIONS_UNSET=X11 was set before OPTIONS_UNSET=JAVA, OPTIONS_UNSET=X11 didn't 
happen.  WITHOUT_X11=YES worked in all cases.  Is this expected behavior or a 
bug?

--
DaveD

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"