Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 17:53:00 +1000
From:      chris@aims.com.au
To:        <FreeBSD-gnats-submit@freebsd.org>
Subject:   ports/30070: [PATCH] Update www/mod_php4 for latest XSLT support
Message-ID:  <200108250746.f7P7kd873561@webserver5.aims.private>

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

>Number:         30070
>Category:       ports
>Synopsis:       [PATCH] Update www/mod_php4 for latest XSLT support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 01:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
AIMS Independent Computer Professionals
>Environment:
System: FreeBSD webserver5.aims.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue May 15 14:55:15 EST 2001
root@webserver5.aims.private:/var/obj/usr/src/sys/GENERIC i386

>Description:

Update configure.php to look for sablot.65 instead of sablot.60

>How-To-Repeat:
N/A

>Fix:

--- ports/www/mod_php4/scripts/configure.php.orig	Sat Aug 25 16:41:29 2001
+++ ports/www/mod_php4/scripts/configure.php	Sat Aug 25 17:40:49 2001
@@ -198,7 +198,7 @@
 			XML=1
 			;;
 		\"XSLT\")
-			echo "LIB_DEPENDS+=	sablot.60:\${PORTSDIR}/textproc/sablotron"
+			echo "LIB_DEPENDS+=	sablot.65:\${PORTSDIR}/textproc/sablotron"
 			echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}"
 			echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}"
 			if [ -z "$XML" ]; then


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

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?200108250746.f7P7kd873561>