Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 10:21:46 -0400
From:      James Housley <jim@thehousleys.net>
To:        greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, adam@algroup.co.uk, ache@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Adding IPv6 to all apache ports
Message-ID:  <3923FC7A.B9A0B6F9@thehousleys.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------ECD9C91B9A8227DB782987B5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Opps, forgot the full diff.


Jim
-- 
Unix is very user-friendly.  It's just picky who its friends are.
--------------ECD9C91B9A8227DB782987B5
Content-Type: text/plain; charset=us-ascii;
 name="apache13-php3.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="apache13-php3.diff"

Only in apache13-php3: .#Makefile.1.110
diff -ur apache13-php3/Makefile _apache13+ipv6-php3/Makefile
--- apache13-php3/Makefile	Fri Apr 14 14:53:26 2000
+++ _apache13+ipv6-php3/Makefile	Thu May 18 10:02:42 2000
@@ -7,7 +7,7 @@
 
 PORTNAME=	apache+php
 PORTVERSION= 	${VERSION_APACHE}+${VERSION_PHP}
-CATEGORIES=	www
+CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.apache.org/dist/ \
 		http://www.rge.com/pub/infosystems/apache/dist/ \
 		ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
@@ -98,6 +98,16 @@
 		--enable-track-vars \
 		--without-gd
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400014
+PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES=	apache-1.3.12-v6-20000518.diff.gz
+PATCH_DIST_STRIP=	-p1
+
+CONFIGURE_SCRIPT=	configure.v6
+.endif
+
 pre-fetch:
 	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
 
@@ -117,6 +127,9 @@
 	&& ${ECHO_MSG} "===>  Building for PHP-${VERSION_PHP}" \
 	&& ${MAKE} install \
 	&& ${ECHO_MSG} "===>  Configuring for Apache-${VERSION_APACHE}"
+.if ${OSVERSION} >= 400014
+	${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
+.endif
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
diff -ur apache13-php3/files/md5 _apache13+ipv6-php3/files/md5
--- apache13-php3/files/md5	Fri May  5 10:11:37 2000
+++ _apache13+ipv6-php3/files/md5	Wed May 17 21:04:20 2000
@@ -1,3 +1,4 @@
 MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2
 MD5 (php-3.0.16.tar.gz) = 0dc379181f625c30f635c2cf3080acb1
 MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e
+MD5 (apache-1.3.12-v6-20000518.diff.gz) = 9835d33119a37ec56c236c20b73efb32

--------------ECD9C91B9A8227DB782987B5--



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?3923FC7A.B9A0B6F9>