From owner-freebsd-ports Sat Jun 29 17:50:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE3637B401 for ; Sat, 29 Jun 2002 17:50:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DFB43E0A for ; Sat, 29 Jun 2002 17:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5U0o6JU015006 for ; Sat, 29 Jun 2002 17:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5U0o5O8015005; Sat, 29 Jun 2002 17:50:05 -0700 (PDT) Date: Sat, 29 Jun 2002 17:50:05 -0700 (PDT) Message-Id: <200206300050.g5U0o5O8015005@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Avalos Subject: Re: ports/40015: ports/www/apache13-modssl build failure Reply-To: Peter Avalos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40015; it has been noted by GNATS. From: Peter Avalos To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Ronald Wagmann Subject: Re: ports/40015: ports/www/apache13-modssl build failure Date: Sat, 29 Jun 2002 17:42:57 -0700 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A workaround for this follows. The patch is based on a post on freebsd-ports by Ronald Wagmann. Message-ID: <000101c21ebd$3b7a05a0$29726050@voyager> I believe this is a workaround, and actually masks something more evil that's going on, but I don't know what it is. Anyway, this patch allows the port to build again. Index: 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 RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v retrieving revision 1.104 diff -u -r1.104 Makefile --- Makefile 2002/06/26 17:17:32 1.104 +++ Makefile 2002/06/30 00:38:09 @@ -111,7 +111,8 @@ pre-patch: @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "=3D=3D=3D> Applying mod_ssl-${VERSION_MODSSL} extension"= \ - && ./configure --with-apache=3D../${DISTNAME} --expert + && ./configure --with-apache=3D../${DISTNAME} --expert \ + --with-patch=3D${PATCH} =20 post-patch: @${PERL} -pi -e 's|-print|-print0|;s|xargs|xargs -0|' \ --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9HlQRKjaxugguz8URAoFRAKCWDwhCJjmZaySc7WcofOjupK7lQwCfVRO0 KAOTnMX5QxlwALQSsKHIOsY= =+cOs -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message