diff options
author | andreas <andreas@FreeBSD.org> | 1999-09-19 12:36:24 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-09-19 12:36:24 +0000 |
commit | 1b96a9b534b4de3ac411b5e8c342aff3821816d1 (patch) | |
tree | 6b33477f5cfac7763ae009bfb5b97b860f310430 /www/mod_php3 | |
parent | f360e3559892e5f534276eb5a00b01ee5af5e89d (diff) | |
download | FreeBSD-ports-1b96a9b534b4de3ac411b5e8c342aff3821816d1.zip FreeBSD-ports-1b96a9b534b4de3ac411b5e8c342aff3821816d1.tar.gz |
- 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 0767215..bf992f2 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 5cf19d4..98e9bdb 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\") |