From wom@wom.ru  Wed Feb 26 07:00:33 2003
Return-Path: <wom@wom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1EFE437B405; Wed, 26 Feb 2003 07:00:33 -0800 (PST)
Received: from wom.ru (ns.v-lazer.com [212.122.18.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8C4B343FBF; Wed, 26 Feb 2003 07:00:29 -0800 (PST)
	(envelope-from wom@wom.ru)
Received: from wom by wom.ru with local (Exim 4.12)
	id 18o32p-000CFU-00; Thu, 27 Feb 2003 01:00:27 +1000
Message-Id: <E18o32p-000CFU-00@wom.ru>
Date: Thu, 27 Feb 2003 01:00:27 +1000
From: Womchick alexeyeff <wom@wom.ru>
Reply-To: Womchick alexeyeff <wom@wom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dirk@FreeBSD.org
Subject: [PATCH] update www/mod_php4: fix build DOM XML
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48703
>Category:       ports
>Synopsis:       [PATCH] update www/mod_php4: fix build DOM XML
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 07:10:08 PST 2003
>Closed-Date:    Sat May 24 02:13:17 PDT 2003
>Last-Modified:  Sat May 24 02:13:17 PDT 2003
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dirk 
Responsible-Changed-By: arved 
Responsible-Changed-When: Wed Feb 26 07:17:07 PST 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48703 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sat May 24 02:13:04 PDT 2003 
State-Changed-Why:  
Maybe fixed by updating to 4.3.2RC4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48703 
>Unformatted:
