Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2001 18:41:15 +0800 (CST)
From:      leeym@bsd.ce.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27076: update port: www/mod_php4: upgrade XML support dependency
Message-ID:  <200105041041.f44AfFe20902@utopia.leeym.com>

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

>Number:         27076
>Category:       ports
>Synopsis:       update port: www/mod_php4: upgrade XML support dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 03:50:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Apr 29 05:39:46 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386

	
>Description:

XML support of mod_php4 depends on expat2.
please update mod_php4/scripts/configure.php

>How-To-Repeat:

cd /usr/ports/www/mod_php4; make install

>Fix:

--- mod_php4/scripts/configure.php.orig	Sun Apr 29 01:19:42 2001
+++ mod_php4/scripts/configure.php	Fri May  4 17:55:23 2001
@@ -173,9 +173,7 @@
 			LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl"
 			;;
 		\"XML\")
-			echo "BUILD_DEPENDS+=	\${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat"
-			echo "BUILD_DEPENDS+=	\${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat"
-			echo "BUILD_DEPENDS+=	\${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat"
+			echo "LIB_DEPENDS+=	expat.2:\${PORTSDIR}/textproc/expat2"
 			echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}"
 			;;
 		\"FTP\")
>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?200105041041.f44AfFe20902>