Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 03:01:59 GMT
From:      Jens Rehsack <rehsack@liwing.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jens Rehsack <rehsack@liwing.de>, Dirk Froemberg <dirk@FreeBSD.org>
Subject:   ports/48270: Extending mod_php4 to support DOM XSLT / DOM EXSLT
Message-ID:  <200302140301.h1E31xbT016094@helo.liwing.de>

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

>Number:         48270
>Category:       ports
>Synopsis:       Extending mod_php4 to support DOM XSLT / DOM EXSLT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 13 19:10:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD fozzie.muppets.liwing.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 2 21:10:03 GMT 2003 root@fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386

>Description:
	Some XML processing could be very optimized using DOM XSLT instead high expensive sablot call.
>How-To-Repeat:

>Fix:

--- www-mod_php4-scripts-configure-php.diff begins here ---
--- www/mod_php4/scripts/configure.php.orig	Fri Feb 14 02:05:49 2003
+++ www/mod_php4/scripts/configure.php	Fri Feb 14 02:13:22 2003
@@ -42,6 +42,8 @@
 XSLT		"Sablotron support (implies XML and iconv)" OFF \
 WDDX		"WDDX support (implies XML)" OFF \
 DOMXML		"DOM support" OFF \
+DOMXSLT		"DOM XSLT support" OFF \
+DOMEXSLT	"DOM EXSLT support" OFF \
 FTP		"File Transfer Protocol support" OFF \
 CURL		"CURL support" OFF \
 gettext		"gettext library support" OFF \
@@ -291,6 +293,14 @@
 		\"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}"
+			;;
+		\"DOMEXSLT\")
+			echo "LIB_DEPENDS+=	exslt.7:\${PORTSDIR}/textproc/libxslt"
+			echo "CONFIGURE_ARGS+=--with-dom-exslt=\${LOCALBASE}"
 			;;
 		\"FTP\")
 			echo "CONFIGURE_ARGS+=--enable-ftp"
--- www-mod_php4-scripts-configure-php.diff ends here ---


>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?200302140301.h1E31xbT016094>