Date: Mon, 8 Apr 2002 20:50:23 +0200 (CEST) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36888: [Patch] www/mod_php4 (xmlrpc requires iconv) Message-ID: <200204081850.g38IoN299073@vaio.alexdupre.com>
next in thread | raw e-mail | index | archive | help
>Number: 36888 >Category: ports >Synopsis: [Patch] www/mod_php4 (xmlrpc requires iconv) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 08 11:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Sun Mar 10 23:48:11 CET 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: The XMLRPC-EPI extension requires iconv to be built. >How-To-Repeat: >Fix: --- mod_php4.diff begins here --- --- scripts/configure.php.orig Mon Apr 8 20:42:18 2002 +++ scripts/configure.php Mon Apr 8 20:43:12 2002 @@ -36,7 +36,7 @@ OpenSSL "OpenSSL support" OFF \ SNMP "SNMP support" OFF \ XML "XML support" OFF \ -XMLRPC "XMLRPC-EPI support (implies XML)" OFF \ +XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ WDDX "WDDX support (implies XML)" OFF \ DOMXML "DOM support" OFF \ @@ -233,6 +233,9 @@ echo "CONFIGURE_ARGS+=--with-xmlrpc" if [ -z "$XML" ]; then set $* \"XML\" + fi + if [ -z "$ICONV" ]; then + set $* \"iconv\" fi ;; \"XSLT\") --- mod_php4.diff ends here --- >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?200204081850.g38IoN299073>