From owner-freebsd-ports Mon Jan 6 5:50: 5 2003 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 0634637B401 for ; Mon, 6 Jan 2003 05:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FFA43ED1 for ; Mon, 6 Jan 2003 05:50:02 -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 h06Do2NS002150 for ; Mon, 6 Jan 2003 05:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h06Do21B002149; Mon, 6 Jan 2003 05:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514C537B401 for ; Mon, 6 Jan 2003 05:42:50 -0800 (PST) Received: from fbsd5.fsn.hu (fbsd5.fsn.hu [193.224.40.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B1243ED1 for ; Mon, 6 Jan 2003 05:42:49 -0800 (PST) (envelope-from root@fbsd5.fsn.hu) Received: from fbsd5.fsn.hu (localhost.fsn.hu [127.0.0.1]) by fbsd5.fsn.hu (8.12.6/8.12.6) with ESMTP id h06BOLtB023721 for ; Mon, 6 Jan 2003 12:24:22 +0100 (CET) (envelope-from root@fbsd5.fsn.hu) Received: (from root@localhost) by fbsd5.fsn.hu (8.12.6/8.12.6/Submit) id h06BOKdx023720; Mon, 6 Jan 2003 12:24:20 +0100 (CET) Message-Id: <200301061124.h06BOKdx023720@fbsd5.fsn.hu> Date: Mon, 6 Jan 2003 12:24:20 +0100 (CET) From: Attila Nagy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46798: zziplib addition to 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: 46798 >Category: ports >Synopsis: zziplib addition to 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: Mon Jan 06 05:50:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: FreeBSD 5.0-RC i386 >Organization: individual >Environment: System: FreeBSD fbsd5.fsn.hu 5.0-RC FreeBSD 5.0-RC #5: Thu Jan 2 06:15:12 CET 2003 root@:/usr/obj/usr/src/sys/FBSD5 i386 >Description: This addition offers the ability to the user to choose zziplib knob at the configure screen of the mod_php4 port. zziplib is already part of the ports collection. >How-To-Repeat: >Fix: --- php4.zip begins here --- diff -ruN mod_php4.bak/scripts/configure.php mod_php4/scripts/configure.php --- mod_php4.bak/scripts/configure.php Mon Jan 6 11:53:51 2003 +++ mod_php4/scripts/configure.php Mon Jan 6 12:06:50 2003 @@ -21,6 +21,7 @@ GD2 "GD 2.x library support" OFF \ zlib "zlib library support" ON \ bzip2 "bzip2 library support" OFF \ +zip "ZIP library support" OFF \ mcrypt "Encryption support" OFF \ mhash "Crypto-hashing support" OFF \ pdflib "pdflib support" OFF \ @@ -130,6 +131,10 @@ echo "LIB_DEPENDS+= bz2.1:\${PORTSDIR}/archivers/bzip2" fi echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}" + ;; + \"zip\") + echo "LIB_DEPENDS+= zzip:\$(PORTSDIR)/devel/zziplib" + echo "CONFIGURE_ARGS+=--with-zip" ;; \"mcrypt\") echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt" --- php4.zip 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