diff options
author | eik <eik@FreeBSD.org> | 2004-04-29 16:22:24 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-29 16:22:24 +0800 |
commit | 36c8eb2f1dfb6ee5d4c16bac71d91db3a2edb878 (patch) | |
tree | 764d16b5cd268498d49ab21ecdfa68a7ea2e5081 /net | |
parent | e1b04e428c3212b21327b283063f2ef5bb238b79 (diff) | |
download | freebsd-ports-gnome-36c8eb2f1dfb6ee5d4c16bac71d91db3a2edb878.tar.gz freebsd-ports-gnome-36c8eb2f1dfb6ee5d4c16bac71d91db3a2edb878.tar.zst freebsd-ports-gnome-36c8eb2f1dfb6ee5d4c16bac71d91db3a2edb878.zip |
update to version 1.9.2.2
use USE_OPENLDAP
Submitted by: thomas (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy-suite/Makefile | 9 | ||||
-rw-r--r-- | net/proxy-suite/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index ac418399a372..1fd47b5f504e 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= proxy-suite -PORTVERSION= 1.9.2.1 -PORTREVISION= 1 +PORTVERSION= 1.9.2.2 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ @@ -18,10 +17,12 @@ COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security USE_AUTOCONF_VER= 253 USE_GMAKE= yes +USE_BZIP2= yes # # basic configure args # +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \ --localstatedir=/var/run \ --enable-warnings --enable-so-linger \ @@ -35,11 +36,11 @@ CONFIGURE_ARGS+= --enable-rfc1579 .endif # -# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes... +# OPTIONAL: include ldap-support # .if defined(WITH_LDAP) +USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else CONFIGURE_ARGS+= --without-libldap .endif diff --git a/net/proxy-suite/distinfo b/net/proxy-suite/distinfo index b51e82215f6d..8c18df02da37 100644 --- a/net/proxy-suite/distinfo +++ b/net/proxy-suite/distinfo @@ -1,2 +1,2 @@ -MD5 (proxy-suite-1.9.2.1.tar.gz) = a248c6bdefe6dfe12b303c9993ae2218 -SIZE (proxy-suite-1.9.2.1.tar.gz) = 195130 +MD5 (proxy-suite-1.9.2.2.tar.bz2) = 22381944a6947d6af11269884f834bd2 +SIZE (proxy-suite-1.9.2.2.tar.bz2) = 305924 |