Date: Mon, 6 Jan 2003 12:24:20 +0100 (CET) From: Attila Nagy <bra@fsn.hu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46798: zziplib addition to mod_php4 Message-ID: <200301061124.h06BOKdx023720@fbsd5.fsn.hu>
next in thread | raw e-mail | index | archive | help
>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 <bra@fsn.hu> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301061124.h06BOKdx023720>