summaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-19 14:37:36 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-19 14:37:36 +0000
commit00e2daebe1ed59c0b710566013c5abdf1e1972b3 (patch)
tree3d63c08048bd2796c054c8feff66ab178dad2521 /www/mod_php4/scripts/configure.php
parent- Add php_snmp.c.diff to PATCHFILES in order to unbreak SNMP support. (diff)
- bump shared library version number for ucd-snmp from 3 to 4.
- Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support. There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade to 4.0.1. Reported by: Wizzard <wizzard@mwci.net> - Delete http://www.php.net/ from MASTER_SITES to workaround the problem that the http server isn't returning a 404 for non-existant files and thus breaks fetching of mod_ssl distfile. Reported by: Iron Yuppie <aronchick@formatta.com>
Notes
Notes: svn path=/head/; revision=21756
Diffstat (limited to '')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 0ea93b121ec0..47fb3b3e28ab 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -125,7 +125,7 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-ldap=\${PREFIX}"
;;
\"SNMP\")
- echo "LIB_DEPENDS+= snmp.3:\${PORTSDIR}/net/ucd-snmp"
+ echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp"
echo "PHP_CONF_ARGS+= --with-snmp=\${PREFIX} --enable-ucd-snmp-hack"
;;
\"XML\")