Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 17:09:23 -0800 (PST)
From:      Christopher Shumway <cshumway@titan-project.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45323: No zip support option in www/mod_php4
Message-ID:  <200211160109.gAG19Nux073883@titan.titan-project.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211160109.gAG19Nux073883>