diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-09-19 12:36:24 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-09-19 12:36:24 +0000 |
commit | c9332cd0cabf1dffdb0bf77295b4c5cf92485be6 (patch) | |
tree | 9cecf0314d9b3d7672a6ff48e8b53a467eeb0bcc /www/mod_php3 | |
parent | Add a patch for zh_TW.Big5 language file. (diff) |
- 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.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 | ||||
-rw-r--r-- | 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\") |