- 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.
This commit is contained in:
Andreas Klemm 1999-09-19 12:36:24 +00:00
parent 23306a0a94
commit c9332cd0ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21751
2 changed files with 3 additions and 3 deletions

View File

@ -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}/ \

View File

@ -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\")