From owner-freebsd-ports-bugs Wed Feb 26 7:10:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DB337B401 for ; Wed, 26 Feb 2003 07:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02ABE43FBF for ; Wed, 26 Feb 2003 07:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1QFABNS061318 for ; Wed, 26 Feb 2003 07:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1QFABLi061317; Wed, 26 Feb 2003 07:10:11 -0800 (PST) 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: Date: Thu, 27 Feb 2003 01:00:27 +1000 From: Womchick alexeyeff Reply-To: Womchick alexeyeff To: FreeBSD-gnats-submit@FreeBSD.org Cc: dirk@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48703: [PATCH] update www/mod_php4: fix build DOM XML Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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