ports/52669: [UPDATE] mod_php4 to 4.3.2RC4

Jens Rehsack rehsack at liwing.de
Sun May 25 11:00:12 UTC 2003


>Number:         52669
>Category:       ports
>Synopsis:       [UPDATE] mod_php4 to 4.3.2RC4
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 04:00:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD fozzie.muppets.liwing.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat May 24 14:48:47 GMT 2003 root at fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386


	
>Description:
	Because of both former informed bugs reports on php.net it's nessecary to update mod_php4 to 4.3.2rc4 and modify the makefile for the port.
	See http://bugs.php.net/?id=22809 and http://bugs.php.net/?id=23697 for details. The submitted port of Alex Dupre fixes both problems, but
	it seems there're failures in dependend ports detected by Kris which causes a fall back to old port. This is a fix to the old port which
	may be temporarily used until the problems with the new port are solved. These patches doesn't change anything in extern behaviour of the
	port except the version :-)
>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
--- www/mod_php4/Makefile.orig	Sat May 24 09:57:00 2003
+++ www/mod_php4/Makefile	Sun May 25 11:34:59 2003
@@ -6,19 +6,12 @@
 #
 
 PORTNAME=	mod_php4
-PORTVERSION=	4.3.1
+PORTVERSION=	4.3.2RC4
 PORTREVISION=	0
 PORTEPOCH=	1
 CATEGORIES=	www
-MASTER_SITES=	http://us.php.net/${PHP_DISTDIR}/ \
-		http://php.he.net/${PHP_DISTDIR}/ \
-		http://www.php3.de/${PHP_DISTDIR}/ \
-		http://au.php.net/${PHP_DISTDIR}/ \
-		http://at.php.net/${PHP_DISTDIR}/ \
-		http://br.php.net/${PHP_DISTDIR}/ \
-		http://php.easydns.com/${PHP_DISTDIR}/ \
-		http://www.php.cz/${PHP_DISTDIR}/ \
-		http://php3.globe.de/${PHP_DISTDIR}/
+MASTER_SITES=	http://downloads.php.net/jani/ \
+		http://www.gufi.org/~alex/php/
 DISTNAME=	php-${PORTVERSION}
 
 MAINTAINER=	dirk at FreeBSD.org
@@ -56,7 +49,7 @@
 .endif
 CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \
 		--enable-versioning \
-		--with-regex=system \
+		--with-regex \
 		--without-gd \
 		--without-mysql
 
--- patch-Makefile ends here ---

--- patch-scripts-configure begins here ---
--- www/mod_php4/scripts/configure.php.orig	Sat May 24 09:55:39 2003
+++ www/mod_php4/scripts/configure.php	Sun May 25 11:41:26 2003
@@ -42,7 +42,8 @@
 XMLRPC		"XMLRPC-EPI support (implies XML and iconv)" OFF \
 XSLT		"Sablotron support (implies XML and iconv)" OFF \
 WDDX		"WDDX support (implies XML)" OFF \
-DOMXML		"DOM support" OFF \
+DOMXML		"DOM XML support" OFF \
+DOMXSLT		"DOM XSLT support" OFF \
 FTP		"File Transfer Protocol support" OFF \
 CURL		"CURL support" OFF \
 gettext		"gettext library support" OFF \
@@ -297,6 +298,11 @@
 		\"DOMXML\")
 			echo "LIB_DEPENDS+=	xml2.5:\${PORTSDIR}/textproc/libxml2"
 			echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}"
+			;;
+		\"DOMXSLT\")
+			echo "LIB_DEPENDS+=	xslt.1:\${PORTSDIR}/textproc/libxslt"
+			echo "CONFIGURE_ARGS+=--with-dom-xslt=\${LOCALBASE}"
+			echo "CONFIGURE_ARGS+=--with-dom-exslt=\${LOCALBASE}"
 			;;
 		\"FTP\")
 			echo "CONFIGURE_ARGS+=--enable-ftp"
--- patch-scripts-configure ends here ---

--- patch-distinfo begins here ---
--- www/mod_php4/distinfo.orig	Sat May 24 09:56:00 2003
+++ www/mod_php4/distinfo	Sun May 25 11:40:24 2003
@@ -1 +1 @@
-MD5 (php-4.3.1.tar.bz2) = bbfe584acb3549c62bb61355165e2ca6
+MD5 (php-4.3.2RC4.tar.bz2) = 9efabc2c2ee949b256b46d7fc1818154
--- patch-distinfo ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list