From owner-freebsd-questions@FreeBSD.ORG Wed Feb 3 14:31:38 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B88106566C for ; Wed, 3 Feb 2010 14:31:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6054F8FC1C for ; Wed, 3 Feb 2010 14:31:38 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o13EVRhm021005 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 3 Feb 2010 14:31:27 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk o13EVRhm021005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1265207487; bh=LxI0hvtj8rSFytaxvQ6GUYqqg45UnIiHwROquQglDSE=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding:Cc:Content-Type: Date:From:In-Reply-To:Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B6988BF.30201@infracaninophile.co.uk>|Date:=20Wed ,=2003=20Feb=202010=2014:31:27=20+0000|From:=20Matthew=20Seaman=20 |Organization:=20Infracaninophile |User-Agent:=20Mozilla/5.0=20(Macintosh=3B=20U=3B=20Intel=20Mac=20 OS=20X=2010.6=3B=20en-GB=3B=20rv:1.9.1.7)=20Gecko/20100111=20Thund erbird/3.0.1|MIME-Version:=201.0|To:=20"b.=20f."=20|CC:=20freebsd-questions@freebsd.org,=20=0D=0A=20Olivier=2 0Nicole=20|Subject:=20Re:=20Disabling =20openssl=20from=20ports|References:=20|In-Reply-To:=20|X-Enigmail-Version: =201.0|Content-Type:=20text/plain=3B=20charset=3DUTF-8|Content-Tra nsfer-Encoding:=207bit; b=c0OwWqJ4st9RUQo5KqeDU4+2E68opXGwK4e47Az87mwMg5vaUq9HfpYtcREhlXxyf 7iW6ZNSeg+NkSw1GMhqZL3gHqSkbFoEOZWUXO+rP5PyXoSVw2mDh9DcsGrT4mCUrbR YQxZIZKRTjS+Wj8I/KptFftaUInAJSHBCmd4Z9PM= Message-ID: <4B6988BF.30201@infracaninophile.co.uk> Date: Wed, 03 Feb 2010 14:31:27 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: "b. f." References: In-Reply-To: X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,SPF_FAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: Olivier Nicole , freebsd-questions@freebsd.org Subject: Re: Disabling openssl from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 14:31:39 -0000 -----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-----