Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 02:40:03 -0700 (PDT)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/37612: [New Port] PHP Development version<synopsis of the  problem
Message-ID:  <200205200940.g4K9e3I46295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/37612; it has been noted by GNATS.

From: Alex Dupre <sysadmin@alexdupre.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/37612: [New Port] PHP Development version<synopsis of the 
 problem
Date: Mon, 20 May 2002 11:37:59 +0200

 This is a multi-part message in MIME format.
 --------------B3549CFBB36F16E3A7F998ED
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 New ZIP extension for transparent ZIP-file access.
 Other DOMXML changes.
 Change SNMP port dir.
 
 				Alex Dupre
 --------------B3549CFBB36F16E3A7F998ED
 Content-Type: text/plain; charset=us-ascii;
  name="mod_php-dev.diff3"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="mod_php-dev.diff3"
 
 diff -ruN mod_php-dev.orig/Makefile mod_php-dev/Makefile
 --- mod_php-dev.orig/Makefile	Mon May 20 11:19:38 2002
 +++ mod_php-dev/Makefile	Mon May 20 11:19:56 2002
 @@ -13,7 +13,7 @@
  
  MAINTAINER=	sysadmin@alexdupre.com
  
 -TIMESTAMP=	200205140000
 +TIMESTAMP=	200205200000
  
  .if !defined(STANDALONE)
  .if !defined(WITH_APACHE13)
 diff -ruN mod_php-dev.orig/distinfo mod_php-dev/distinfo
 --- mod_php-dev.orig/distinfo	Mon May 20 11:19:38 2002
 +++ mod_php-dev/distinfo	Mon May 20 11:20:43 2002
 @@ -1 +1 @@
 -MD5 (php4-STABLE-200205140000.tar.bz2) = 76906bf9a311dffc0d9f916a73b65b29
 +MD5 (php4-STABLE-200205200000.tar.bz2) = f1f3ed9c632dc46f046d12ecac352837
 diff -ruN mod_php-dev.orig/scripts/configure.php mod_php-dev/scripts/configure.php
 --- mod_php-dev.orig/scripts/configure.php	Mon May 20 11:19:38 2002
 +++ mod_php-dev/scripts/configure.php	Mon May 20 11:31:36 2002
 @@ -70,6 +70,7 @@
  XSLT		"XSLT Sablotron support (implies XML and iconv)" OFF \
  YAZ		"YAZ support (ANSI/NISO Z39.50)" OFF \
  YP		"YP/NIS support" OFF \
 +ZIP		"ZIP support" OFF \
  ZLIB		"ZLIB support" ON \
  2> $tempfile
  
 @@ -318,7 +319,7 @@
  			echo "CONFIGURE_ARGS+=--enable-shmop"
  			;;
  		\"SNMP\")
 -			echo "LIB_DEPENDS+=	snmp.4:\${PORTSDIR}/net/net-snmp"
 +			echo "LIB_DEPENDS+=	snmp.4:\${PORTSDIR}/net/net-snmp4"
  			echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack"
  			if [ -z "$OPENSSL" ]; then
  				set $* \"OpenSSL\"
 @@ -375,6 +376,10 @@
  			;;
  		\"YP\")
  			echo "CONFIGURE_ARGS+=--enable-yp"
 +			;;
 +		\"ZIP\")
 +			echo "LIB_DEPENDS+=     zzip-0.10:\${PORTSDIR}/devel/zziplib"
 +			echo "CONFIGURE_ARGS+=--with-zip=\${LOCALBASE}"
  			;;
  		\"ZLIB\")
  			if [ -z "$ZLIB" ]; then
 
 --------------B3549CFBB36F16E3A7F998ED--
 

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?200205200940.g4K9e3I46295>