Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 17:42:57 -0700
From:      Peter Avalos <pavalos@theshell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:        Ronald Wagmann <rwagmann@lasting.ro>
Subject:   Re: ports/40015: ports/www/apache13-modssl build failure
Message-ID:  <20020630004257.GB69158@theshell.com>
In-Reply-To: <200206292200.g5TM09fM087974@freefall.freebsd.org>
References:  <200206292152.g5TLqZlE084360@radium.theshell.com> <200206292200.g5TM09fM087974@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020630004257.GB69158>