From owner-freebsd-ports Fri Nov 15 17:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C1A37B40D for ; Fri, 15 Nov 2002 17:10:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBD543E6E for ; Fri, 15 Nov 2002 17:10:00 -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 gAG1A0x3091980 for ; Fri, 15 Nov 2002 17:10:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAG1A0eh091979; Fri, 15 Nov 2002 17:10:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2935837B401 for ; Fri, 15 Nov 2002 17:09:24 -0800 (PST) Received: from titan.titan-project.org (titan.titan-project.org [64.81.251.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA47E43E4A for ; Fri, 15 Nov 2002 17:09:23 -0800 (PST) (envelope-from cshumway@titan.titan-project.org) Received: from titan.titan-project.org (cshumway@localhost [127.0.0.1]) by titan.titan-project.org (8.12.6/8.12.6) with ESMTP id gAG19NVd073884 for ; Fri, 15 Nov 2002 17:09:23 -0800 (PST) (envelope-from cshumway@titan.titan-project.org) Received: (from cshumway@localhost) by titan.titan-project.org (8.12.6/8.12.6/Submit) id gAG19Nux073883; Fri, 15 Nov 2002 17:09:23 -0800 (PST) Message-Id: <200211160109.gAG19Nux073883@titan.titan-project.org> Date: Fri, 15 Nov 2002 17:09:23 -0800 (PST) From: Christopher Shumway To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45323: No zip support option in www/mod_php4 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: 45323 >Category: ports >Synopsis: No zip support option in www/mod_php4 >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: Fri Nov 15 17:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Shumway >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD titan.titan-project.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Nov 14 11:46:42 PST 2002 cshumway@titan.titan-project.org:/usr/obj/usr/src/sys/TITAN i386 >Description: The configure dialog for mod_php4 doesn't have a zip support option. >How-To-Repeat: >Fix: Index: www/mod_php4/scripts/configure.php =================================================================== RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v retrieving revision 1.177 diff -u -r1.177 configure.php --- www/mod_php4/scripts/configure.php 21 Sep 2002 06:11:46 -0000 1.177 +++ www/mod_php4/scripts/configure.php 16 Nov 2002 00:31:50 -0000 @@ -59,6 +59,7 @@ sysvshm "System V shared memory support" OFF \ transsid "Transparent session id" OFF \ yaz "YAZ support (ANSI/NISO Z39.50)" OFF \ +zip "Zip Support" OFF \ 2> $tempfile retval=$? @@ -349,6 +350,10 @@ \"yaz\") echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz" echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin" + ;; + \"zip\") + echo "LIB_DEPENDS+= zzip-0.10:\${PORTSDIR}/devel/zziplib" + echo "CONFIGURE_ARGS+=--with-zip=\${LOCALBASE}/lib" ;; *) echo "Invalid option(s): $*" > /dev/stderr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message