From owner-svn-ports-head@FreeBSD.ORG Fri Jul 11 22:41:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A7F9655; Fri, 11 Jul 2014 22:41:29 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 139352EF7; Fri, 11 Jul 2014 22:41:27 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MPE7E-1XA9M62xHM-004Tte; Sat, 12 Jul 2014 00:41:18 +0200 Message-ID: <53C0680F.3000206@gmx.de> Date: Sat, 12 Jul 2014 00:41:19 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Mathieu Arnold Subject: Re: svn commit: r361294 - in head/www/apache22: . files References: <201407082131.s68LVnVj008783@svn.freebsd.org> <8612910DC9EAD4272CAA72D9@atuin.in.mat.cc> <53C04A97.7000409@gmx.de> <3EA3824870AA723765109C1F@atuin.in.mat.cc> <53C056BD.7080206@gmx.de> <07B385FE34FF7F5B442C57FC@atuin.in.mat.cc> In-Reply-To: <07B385FE34FF7F5B442C57FC@atuin.in.mat.cc> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:/f6B5MlHv9ntA/nnGRRqAt67UocIzB0iFADmiP+7cBux4slnVpS QG/PfOi306tFjL78/TBJlSFP+0/3+dItebWR5KgokGnJnJVYRpal5x2HZc4lt3h6EHivdhz x8XioBE5VmNghNlLjFxV6etdUpDnoqexywAFc1ueoEJ9FDgOaW7VZPDP2LGQsuEOGLhfAJe JY7gAiH8FaG3Sah5pyWkQ== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 22:41:29 -0000 On 2014-07-11 23:46, Mathieu Arnold wrote: > +--On 11 juillet 2014 23:27:25 +0200 olli hauer wrote: > | It's a long time ago but I remember such failures because OPENSSLBASE was > | not set at configure time to correct path. (I suspect thats also the > | reason why some ports have a fix .include Mk/bsd.openssl.mk) > > Well, I poked around a bit, it seems to be all right: > > # make -V SSL_CONFIGURE_ON > --with-ssl=/usr/local > > The thing is, bsd.openssl.mk also adds some bits to LDFLAGS, it ends up > like this: > > # make -V LDFLAGS > -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread > > Maybe it's somehow wrong, but I don't really know. > > | Will try to find a solution > > If you need any testing, just let me know :-) > Also, I should point out, it only affects 8 and 9, because 10 already has > the same version of OpenSSL in the base system, so it doesn't lack things. > I just finished a fresh PD build without any port build before on 84 and now I can only scratch my head because it looks OK $ cat /usr/local/etc/pd/testing-make.conf WITH_OPENSSL_PORT=yes $ ldd apache/libexec/apache22/mod_ssl.so apache/libexec/apache22/mod_ssl.so: libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800c00000) libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d66000) libcrypt.so.5 => /lib/libcrypt.so.5 (0x80103a000) ...