Re: New Port Options infrastructure bug

2013-05-09 Thread Jeremy Messenger
On Thu, May 9, 2013 at 6:47 AM, Steven Hartland wrote: > I've just been looking at devel/rubygem-multi_json and was > perplexed by how it wasn't saving my options. > > It seems that how the new port options infrastructure determines > where to load and store its configu

New Port Options infrastructure bug

2013-05-09 Thread Steven Hartland
I've just been looking at devel/rubygem-multi_json and was perplexed by how it wasn't saving my options. It seems that how the new port options infrastructure determines where to load and store its configured options from is quite flaky and breaks with anything that amends PKGNAMEPREFI

Re: New Port Options

2012-10-06 Thread Doug Hardie
On 6 October 2012, at 06:32, Eitan Adler wrote: > On 6 October 2012 01:01, Doug Hardie wrote: >> I just converted a port over to the new options structure and have a few >> observations. I have not been involved in any of the discussions about the >> structure as I didn't have the time to get

Re: New Port Options

2012-10-06 Thread Eitan Adler
On 6 October 2012 01:01, Doug Hardie wrote: > I just converted a port over to the new options structure and have a few > observations. I have not been involved in any of the discussions about the > structure as I didn't have the time to get involved. However, a couple > things came to mind du

Re: New Port Options

2012-10-06 Thread Boris Samorodov
06.10.2012 13:39, Baptiste Daroussin пишет: > On Sat, Oct 06, 2012 at 01:20:09PM +0400, Boris Samorodov wrote: >> 06.10.2012 12:13, Baptiste Daroussin пишет: >> >>> My first proposition for syntax was: >>> .if !empty(PORT_OPTIONS:MFOO) >>> .endif >>> >>> and >>> .if empty(PORT_OPTIONS:MFOO) >>> .en

Re: New Port Options

2012-10-06 Thread Baptiste Daroussin
On Sat, Oct 06, 2012 at 01:20:09PM +0400, Boris Samorodov wrote: > 06.10.2012 12:13, Baptiste Daroussin пишет: > > > My first proposition for syntax was: > > .if !empty(PORT_OPTIONS:MFOO) > > .endif > > > > and > > .if empty(PORT_OPTIONS:MFOO) > > .endif > > I'd prefer this one... > > > Lots of

Re: New Port Options

2012-10-06 Thread Boris Samorodov
06.10.2012 12:13, Baptiste Daroussin пишет: > My first proposition for syntax was: > .if !empty(PORT_OPTIONS:MFOO) > .endif > > and > .if empty(PORT_OPTIONS:MFOO) > .endif I'd prefer this one... > Lots of people stated they prefered the concise version: > .if ${PORT_OPTIONS:MFOO} > .endif > >

Re: New Port Options

2012-10-06 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 10:01:45PM -0700, Doug Hardie wrote: > I just converted a port over to the new options structure and have a few > observations. I have not been involved in any of the discussions about the > structure as I didn't have the time to get involved. However, a couple > things

New Port Options

2012-10-05 Thread Doug Hardie
I just converted a port over to the new options structure and have a few observations. I have not been involved in any of the discussions about the structure as I didn't have the time to get involved. However, a couple things came to mind during the process: 1. The Port handbook is actually

Re: php53-imap failed to compile with SSL support because of new port options framework

2012-07-16 Thread Florian Smeets
On 15.07.12 23:39, Michael Ranner wrote: > Cannot compile php53-imap from actual ports tree because of ".if > !empty(PORT_OPTIONS:MSSL)" in php53/Makefile.ext > > Reverting to !defined(WITHOUT_SSL) let the port compile succesfully. > > configure: error: This c-client library is built with SSL su

php53-imap failed to compile with SSL support because of new port options framework

2012-07-15 Thread Michael Ranner
Cannot compile php53-imap from actual ports tree because of ".if !empty(PORT_OPTIONS:MSSL)" in php53/Makefile.ext Reverting to !defined(WITHOUT_SSL) let the port compile succesfully. configure: error: This c-client library is built with SSL support. Add --with-imap-ssl to your configure

php53-imap failed to compile with SSL support because of new port options framework

2012-07-15 Thread Michael Ranner
Cannot compile php53-imap from actual ports tree because of ".if !empty(PORT_OPTIONS:MSSL)" in php53/Makefile.ext Reverting to !defined(WITHOUT_SSL) let the port compile succesfully. configure: error: This c-client library is built with SSL support. Add --with-imap-ssl to your configure