From owner-freebsd-apache@freebsd.org Thu Mar 29 14:02:12 2018 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E7C3F78CAD for ; Thu, 29 Mar 2018 14:02:12 +0000 (UTC) (envelope-from m@absolight.fr) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3689A6FB5C for ; Thu, 29 Mar 2018 14:02:12 +0000 (UTC) (envelope-from m@absolight.fr) Received: by mailman.ysv.freebsd.org (Postfix) id EA288F78CAA; Thu, 29 Mar 2018 14:02:11 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFEBFF78CA8 for ; Thu, 29 Mar 2018 14:02:11 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D95E6FB53; Thu, 29 Mar 2018 14:02:10 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0DBEFBDD25; Thu, 29 Mar 2018 16:02:09 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id DFCCFBDD1E; Thu, 29 Mar 2018 16:02:08 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 753176167; Thu, 29 Mar 2018 16:02:08 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 33C3662F9282; Thu, 29 Mar 2018 16:02:07 +0200 (CEST) Date: Thu, 29 Mar 2018 16:02:07 +0200 From: Mathieu Arnold To: Spil Oss Cc: Mathieu Arnold , ports-committers@freebsd.org, Jochen Neumeister , "apache@FreeBSD.org" Subject: Re: svn commit: r465461 - in head/www/apache24: . files Message-ID: <20180329140207.v54lx3qyswp5rqss@ogg.in.absolight.net> References: <201803241826.w2OIQZBR082977@repo.freebsd.org> <20180326215950.45gml7rfif557aou@atuin.in.mat.cc> <3a499cf7-c1bf-29eb-95b6-e6bf9cab28cc@FreeBSD.org> <20180327072917.oo6lmeayhsfaboro@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="n5wkp4zgw7vqxsjg" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 14:02:13 -0000 --n5wkp4zgw7vqxsjg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In the mean time, I added: Index: /poudriere/ports/head/www/apache24/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- /poudriere/ports/head/www/apache24/Makefile (revision 465893) +++ /poudriere/ports/head/www/apache24/Makefile (working copy) @@ -229,6 +229,7 @@ @FTPUSERS=3D`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\ ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,$${FTPUSERS}," \ ${WRKSRC}/docs/conf/extra/httpd-userdir.conf + ${REINPLACE_CMD} -e "/EXTRA_LDFLAG/s|-L/usr/lib||" ${WRKSRC}/build/= config_vars.mk ${REINPLACE_CMD} -e "s,%%WWWOWN%%,${WWWOWN}," -e "s,%%WWWGRP%%,${WW= WGRP}," \ ${WRKSRC}/docs/conf/httpd.conf ${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/support/env= vars-std On Tue, Mar 27, 2018 at 03:50:36PM +0200, Spil Oss wrote: > Hi Mat, >=20 > Hmmm. I thought the OPENSSL_NO_SSL2 ifdefs were added long ago. Let me ch= eck... >=20 > Seems you're building with OpenSSL from ports > =3D=3D=3D> Installing existing package /packages/All/openssl-1.0.2n,1.t= xz >=20 > Back in a sec... >=20 > 2018-03-27 15:42 GMT+02:00 Jochen Neumeister : > > > > > > On 27.03.2018 09:29, Mathieu Arnold wrote: > > > > On Tue, Mar 27, 2018 at 06:55:28AM +0000, Jochen Neumeister wrote: > > > > On 26.03.2018 23:59, Mathieu Arnold wrote: > > > > On Sat, Mar 24, 2018 at 06:26:35PM +0000, Jochen Neumeister wrote: > > > > Author: joneum > > Date: Sat Mar 24 18:26:34 2018 > > New Revision: 465461 > > URL: https://svnweb.freebsd.org/changeset/ports/465461 > > > > Log: > > www/apache24: Update to 2.4.33 > > - Add new uwsgi and md modules > > - Fix LibreSSL 2.7.x builds > > - Remove conflicts for non-existent ports > > - There are no slave-ports > > - Coalesce .if WITH_DEBUG blocks > > - Use OPTIONS where possible > > - Remove dead code > > - Actually enable/disable modules in ALL_MODULES loop > > - Add suexec warning > > - Move Makefile.options to Makefile (too small) > > > > This broke something: > > > > /usr/local/share/apr/build-1/libtool --silent --mode=3Dlink cc -O2 -= pipe > > -I/usr/local/include -DLIBICONV_PLUG -fstack-protector -fno-strict-alia= sing > > -L/usr/lib -L/usr/local/lib/db5 -L/usr/local/lib -Wl,-rpath,/usr/local= /lib > > -fstack-protector -o ab ab.lo -L/usr/local/lib -R/usr/local/lib > > -laprutil-1 -ldb-5.3 -lgdbm -lc -lexpat -L/usr/local/lib -R/usr/local/l= ib > > -lapr-1 -lcrypt -lpthread -lm -L/usr/local/lib -lssl -lcrypto -lcrypt > > -lpthread > > ab.o: In function `main': > > ab.c:(.text+0x87a): undefined reference to `SSLv2_client_method' > > cc: error: linker command failed with exit code 1 (use -v to see invoca= tion) > > *** [ab] Error code 1 > > > > make[3]: stopped in > > /wrkdirs/usr/ports/www/apache24/work/httpd-2.4.33/support > > > > https://pkg.absolight.fr/data/11amd64-pkgng-default/20180326T163519Z/lo= gs/errors/apache24-2.4.33.Log > > > > > > 404 Not Found > > > > Mmmm, sorry about that, this works: > > > > http://pkg.absolight.net/data/11amd64-pkgng-default/20180326T163519Z/lo= gs/errors/apache24-2.4.33.log > > > > > > I can not confirm. Build with me. Here too: > > > > http://beefy11.nyi.freebsd.org/data/head-i386-default/p465656_s331602/l= ogs/apache24-2.4.33.log >=20 >=20 --=20 Mathieu Arnold --n5wkp4zgw7vqxsjg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJavPHfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ImMgP/1PifceKO5a0rpd3Va4tPMXL 9+zF6mkfedGhD9R3bhYhPsYkgmyIngk3MfocnOGdib5mk0DJCSQyNZgNFxqMK3ig m2MusO01hgok7E/MgptycFLcqIBM3A+G7TVdnpPRxV2usDIn+z3WMFeyEGK/SmPW 9fufhND0/cqwYfxzDdyoTtYsHBui6H+Xif17VMc4UPrkkDZjVcj9mEQHapuoRNeX 6mIxw1zUI9JlxRyknmn0M4TbLqfFE0VNuW1MgjNYcBPyJhcelwP+uAulplG1Q5uo TyHWcXiJNYmNcGqVx6wHsiIU6yTeO0hL/XuSZOWC0mEfnYe9/fZISkgbv1myjL// R7Pv0a5NWzQMZDF/rwRpsySIxznbU0AnbJiaMzfLZ1hudvDzGbBkBRHfZ4zI/Eqb D6MukvZypbOqqjLJ0PQumG/21007G0HcmtGhZAciMmjLbwXxEzCKheoLhiy1r/PW dYmysDQcCXG3hL45759QSj27QBrTY6q6T56KTqu/t3FrbE2tiwsx9Hwo0GJoLWnS R8ms7tToNiqrz/+LWrBZVsnWplV5fF009WdGKE9qIVbv9VwqDLqeEtDwii9Chi9J NKWrm/RDOxIBOU8ijxF/2r/qmRiBNoFmzCTIcYZbmXTkepyLr8OlUrktDHQLuRCU 6iRUr1S3VK2OeLYIDYfy =7ypx -----END PGP SIGNATURE----- --n5wkp4zgw7vqxsjg--