From c9332cd0cabf1dffdb0bf77295b4c5cf92485be6 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 19 Sep 1999 12:36:24 +0000 Subject: - bump snmp shared library version number from 3 to 4, this changed in ucd-snmp port - put modssl download site in from of php download site when trying to fetch the modssl package, the html error message will be fetched and put into the DISTFILES directory tar tries to unpack the 5k file with html error output that this site didn't find mod_ssl sources and the whole make chokes on this possibly this is not the solution, the solution is, that the site doing this has to be avoided as master site or fetch isn't clever enough to handle this as an error ... dunno exactly. --- www/mod_php3/Makefile | 4 ++-- www/mod_php3/scripts/configure.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 07672153ea81..bf992f24fcaa 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -11,10 +11,10 @@ PKGNAME= apache+php-${VERSION_APACHE}+${VERSION_PHP} CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ - http://www.php.net/${PHP_DISTDIR}/ \ - http://us.php.net/${PHP_DISTDIR}/ \ http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ + http://www.php.net/${PHP_DISTDIR}/ \ + http://us.php.net/${PHP_DISTDIR}/ \ http://www.apache.de/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ http://php.he.net/${PHP_DISTDIR}/ \ diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 5cf19d49b45c..98e9bdbbbb40 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -113,7 +113,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\") -- cgit v1.2.3