Re: Disabling openssl from ports

2010-02-03 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/02/2010 12:57, b. f. wrote: >> OK, this /should/ work. Add the following to /etc/make.conf: >> > >> >WITH_OPENSSL_BASE= yes >> > >> >.if ${.CURDIR:M*/www/pound} >> >WITH_OPENSSL_PORT= yes >> >.endif > No, it won't -- at least, if you

Re: Disabling openssl from ports

2010-02-03 Thread b. f.
>OK, this /should/ work. Add the following to /etc/make.conf: > >WITH_OPENSSL_BASE= yes > >.if ${.CURDIR:M*/www/pound} >WITH_OPENSSL_PORT= yes >.endif No, it won't -- at least, if you leave it in make.conf after building www/pound, it wil break all subsequent rebuilds of all other ports

Re: Disabling openssl from ports

2010-02-03 Thread Matthew Seaman
On 3 Feb 2010, at 03:36, Olivier Nicole wrote: > > I have one port, namely /usr/ports/www/pound that needs the version of > openssl from the ports (/usr/ports/security/openssl). > > But others ports works way better with the stock openssl from the > system. Personally, I've been using the port

Disabling openssl from ports

2010-02-02 Thread Olivier Nicole
Hi, I have one port, namely /usr/ports/www/pound that needs the version of openssl from the ports (/usr/ports/security/openssl). But others ports works way better with the stock openssl from the system. Is there a configuration somewhere that could be used to say that no-one except pound should