Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 01:00:27 +1000
From:      Womchick alexeyeff <wom@wom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dirk@FreeBSD.org
Subject:   ports/48703: [PATCH] update www/mod_php4: fix build DOM XML
Message-ID:  <E18o32p-000CFU-00@wom.ru>

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

>Number:         48703
>Category:       ports
>Synopsis:       [PATCH] update www/mod_php4: fix build DOM XML
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 07:10:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Womchick alexeyeff
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
n/a
>Environment:
System: FreeBSD ns.v-lazer.com 4.7-RELEASE-p4 FreeBSD 4.7-RELEASE-p4 #1: Sun Feb 16 12:03:44 VLAT 2003 root@ns.v-lazer.com:/usr/obj/usr/src/sys/WOM i386


>Description:
	use COMMENT instead of pkg-comment
	build with DOM XML support not include DOM EXSLT support according php manual
	http://www.php.net/manual/en/ref.domxml.php
	but manual contains some misprint
>How-To-Repeat:
	cd /usr/ports/www/mod_php4 ; make
	choose DOM XML in configure menu
>Fix:


Index: ports/www/mod_php4/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_php4/Makefile,v
retrieving revision 1.186
diff -u -r1.186 Makefile
--- ports/www/mod_php4/Makefile	23 Feb 2003 03:08:32 -0000	1.186
+++ ports/www/mod_php4/Makefile	26 Feb 2003 14:28:15 -0000
@@ -21,6 +21,7 @@
 DISTNAME=	php-${PORTVERSION}
 
 MAINTAINER=	dirk@FreeBSD.org
+COMMENT=	PHP4 module for Apache
 
 BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
 RUN_DEPENDS=	${APXS}:${APACHE_PORT}
Index: ports/www/mod_php4/scripts/configure.php
===================================================================
RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v
retrieving revision 1.183
diff -u -r1.183 configure.php
--- ports/www/mod_php4/scripts/configure.php	24 Feb 2003 02:56:37 -0000	1.183
+++ ports/www/mod_php4/scripts/configure.php	26 Feb 2003 14:28:16 -0000
@@ -289,8 +289,8 @@
 			fi
 			;;
 		\"DOMXML\")
-			echo "LIB_DEPENDS+=	xml2.5:\${PORTSDIR}/textproc/libxml2"
-			echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}"
+			echo "LIB_DEPENDS+=	xslt.1:\${PORTSDIR}/textproc/libxslt"
+			echo "CONFIGURE_ARGS+=--with-dom-xslt=\${LOCALBASE}"
 			;;
 		\"FTP\")
 			echo "CONFIGURE_ARGS+=--enable-ftp"



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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18o32p-000CFU-00>