From owner-freebsd-ports Wed Jul 25 0:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F48C37B403 for ; Wed, 25 Jul 2001 00:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6P7A6403172; Wed, 25 Jul 2001 00:10:06 -0700 (PDT) (envelope-from gnats) Received: from delenn.server.acm.rpi.edu (delenn.server.acm.rpi.edu [128.213.5.35]) by hub.freebsd.org (Postfix) with ESMTP id E16E637B409 for ; Wed, 25 Jul 2001 00:04:54 -0700 (PDT) (envelope-from rooneg@acm.rpi.edu) Received: from neroon.user.acm.rpi.edu (neroon.user.acm.rpi.edu [128.213.5.66]) by delenn.server.acm.rpi.edu (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id CAA19102 for ; Wed, 25 Jul 2001 02:59:57 -0400 Received: (from rooneg@localhost) by neroon.user.acm.rpi.edu (8.11.2/8.11.2) id f2NMnom09850; Fri, 23 Mar 2001 17:49:50 -0500 (EST) (envelope-from rooneg) Message-Id: <200103232249.f2NMnom09850@neroon.user.acm.rpi.edu> Date: Fri, 23 Mar 2001 17:49:50 -0500 (EST) From: rooneg@electricjellyfish.net Reply-To: rooneg@electricjellyfish.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29214: [PATCH] www/mod_php4 does not include support for libCURL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29214 >Category: ports >Synopsis: www/mod_php4 does not include support for libCURL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 25 00:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Garrett Rooney >Release: FreeBSD 4.3-BETA i386 >Organization: RPI >Environment: Not relavent >Description: The mod_php4 port includes support for various different extensions to the php language, which can be configured at build time. The libCURL bindings are not among them at the moment. Curl is included in the ports tree (ftp/curl), so it seems like we should at least offer the option to compile with support. >How-To-Repeat: Try to compile mod_php4 and it won't let you add curl support ;-) >Fix: Apply this patch to www/mod_php4/scripts/configure.php ;-) --- /usr/ports/www/mod_php4/scripts/configure.php Mon Mar 12 12:28:57 2001 +++ configure.php Fri Mar 23 17:51:37 2001 @@ -27,6 +27,7 @@ SNMP "SNMP support" OFF \ XML "XML support" OFF \ FTP "File Transfer Protocol support" OFF \ +CURL "libCURL support" OFF \ gettext "gettext library support" OFF \ japanese "jstring and mbregex module" OFF \ YP "YP/NIS support" OFF \ @@ -157,6 +158,10 @@ ;; \"FTP\") echo "CONFIGURE_ARGS+=--enable-ftp" + ;; + \"CURL\") + echo "CONFIGURE_ARGS+=--with-curl" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" ;; \"gettext\") echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message