Date: Wed, 03 Feb 2010 14:31:27 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "b. f." <bf1783@googlemail.com> Cc: Olivier Nicole <Olivier.Nicole@cs.ait.ac.th>, freebsd-questions@freebsd.org Subject: Re: Disabling openssl from ports Message-ID: <4B6988BF.30201@infracaninophile.co.uk> In-Reply-To: <d873d5be1002030457p6d485795n3af175f5db06b2f6@mail.gmail.com> References: <d873d5be1002030457p6d485795n3af175f5db06b2f6@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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 leave it in make.conf after building > www/pound, it wil break all subsequent rebuilds of all other ports > that depend upon the base system openssl. Matthew, you ought to know > better ... That's what I get for not testing. In fact, it doesn't work at all -- pound gets linked against the base system openssl. That's because 'WITH_OPENSSL_BASE' is defined, and that takes precedence over 'WITH_OPENSSL_PORT'. If I fix that, then, yes, you can't install any ports subsequently that link against the base OpenSSL. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktpiL8ACgkQ8Mjk52CukIw1awCgg4zuEIwkgyHunvykfmAwAofr phwAninofTbkasi39SoHMIlu7Hr2M4qc =qz7n -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B6988BF.30201>