aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /net
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/6tunnel/Makefile4
-rw-r--r--net/beacon/Makefile4
-rw-r--r--net/blam/Makefile5
-rw-r--r--net/dosdetector/Makefile4
-rw-r--r--net/dosdetector/files/patch-configure.in12
-rw-r--r--net/freeradius/Makefile5
-rw-r--r--net/freeradius2/Makefile5
-rw-r--r--net/freeswitch-core/Makefile4
-rw-r--r--net/gatekeeper/Makefile4
-rw-r--r--net/gsambad/Makefile6
-rw-r--r--net/isc-dhcp41-server/Makefile8
-rw-r--r--net/libnet10/Makefile4
-rw-r--r--net/libsocket++/Makefile4
-rw-r--r--net/nss_ldap/Makefile12
-rw-r--r--net/ntop/Makefile4
-rw-r--r--net/opal/Makefile4
-rw-r--r--net/openh323/Makefile4
-rw-r--r--net/proxy-suite/Makefile13
-rw-r--r--net/quagga/Makefile3
-rw-r--r--net/rabbitmq-c-devel/Makefile3
-rw-r--r--net/rabbitmq-c/Makefile3
-rw-r--r--net/samba-pdbsql/Makefile4
-rw-r--r--net/samba3/Makefile4
-rw-r--r--net/samba32/Makefile4
-rw-r--r--net/samba33/Makefile4
-rw-r--r--net/samba34/Makefile4
-rw-r--r--net/samba4-devel/Makefile4
-rw-r--r--net/samba4wins/Makefile4
-rw-r--r--net/scribe/Makefile3
-rw-r--r--net/torsocks/Makefile4
-rw-r--r--net/tramp/Makefile3
-rw-r--r--net/unfs3/Makefile3
-rw-r--r--net/xrdp/Makefile3
33 files changed, 98 insertions, 61 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index 2cb16dd858af..2e5de5809137 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= 6tunnel
DISTVERSION= 0.11rc2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://toxygen.net/6tunnel/
@@ -17,7 +17,7 @@ COMMENT= TCP proxy for applications that don't speak IPv6
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
ALL_TARGET= default
MAN1= 6tunnel.1
diff --git a/net/beacon/Makefile b/net/beacon/Makefile
index 318785fae0a4..bc5b7f51a10e 100644
--- a/net/beacon/Makefile
+++ b/net/beacon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= beacon
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net perl5 mbone ipv6
MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
WWW_DIR?= ${PREFIX}/www/
PLIST_SUB+= VERSION=${PORTVERSION}
USE_PERL5= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
USE_RC_SUBR= beacon
.ifdef(WITHOUT_IPV6)
diff --git a/net/blam/Makefile b/net/blam/Makefile
index 5317cfc98c7f..9d465c017c30 100644
--- a/net/blam/Makefile
+++ b/net/blam/Makefile
@@ -16,9 +16,8 @@ MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \
MAINTAINER= mono@FreeBSD.org
COMMENT= A simple feed reader for GNOME
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \
- ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
+RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile
index addd982eaf79..30f4a36b6f91 100644
--- a/net/dosdetector/Makefile
+++ b/net/dosdetector/Makefile
@@ -9,7 +9,7 @@
PORTNAME= dosdetector
PORTVERSION= 20060621
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/
@@ -17,7 +17,7 @@ MAINTAINER= msciciel@dark-zone.eu
COMMENT= Detect suspicious network traffic
HAS_CONFIGURE= yes
-USE_AUTOTOOLS= autoheader:262
+USE_AUTOTOOLS= autoheader:267
PLIST_FILES= bin/dosdetector
MAN1= dosdetector.1
diff --git a/net/dosdetector/files/patch-configure.in b/net/dosdetector/files/patch-configure.in
new file mode 100644
index 000000000000..69a122279615
--- /dev/null
+++ b/net/dosdetector/files/patch-configure.in
@@ -0,0 +1,12 @@
+--- configure.in.orig 2005-05-14 18:34:06.000000000 +0000
++++ configure.in 2010-06-14 12:52:12.000000000 +0000
+@@ -25,4 +25,7 @@
+ [AC_MSG_ERROR([Require in.h header !])])
+-AC_CHECK_HEADER(netinet/ip.h,,
+- [AC_MSG_ERROR([Require ip.h header !])])
++dnl XXX: autoconf-2.64 is a bit more stringent in its checks requiring
++dnl XXX: hacks for headers that require other header to function
++dnl XXX: so disable this for now
++dnl AC_CHECK_HEADER(netinet/ip.h,,
++dnl [AC_MSG_ERROR([Require ip.h header !])])
+ AC_CHECK_HEADER(sys/socket.h,,
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index a646a12d435c..840e3c71d558 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freeradius
PORTVERSION?= 1.1.8
+PORTREVISION?= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -38,7 +39,7 @@ CONFLICTS+= freeradius-mysql-[0-9].* freeradius-[02-9].*
NO_LATEST_LINK= yes
USE_RC_SUBR= radiusd.sh
-USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:262
+USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:267
USE_GMAKE= yes
USE_OPENSSL= yes
MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -235,7 +236,7 @@ pre-configure:
${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \;
# Force the rebuild of some configures from configure.in, as we're patching
# the configure.in
-# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is
+# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:267 is
# added to USE_AUTOTOOLS
@cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC}
@cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index 1b0572d6f55b..3918c5588d95 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -9,6 +9,7 @@
PORTNAME= freeradius
DISTVERSION= 2.1.9
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -33,7 +34,7 @@ CONFLICTS= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* \
freeradius-mysql-[0-9].* freeradius-[013-9].*
USE_RC_SUBR= radiusd.sh
-USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:262
+USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:267
USE_GMAKE= yes
USE_OPENSSL= yes
MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -349,7 +350,7 @@ pre-configure:
${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \;
# Force the rebuild of some configures from configure.in, as we're patching
# the configure.in
-# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is
+# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:267 is
# added to USE_AUTOTOOLS
@cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC}
@cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile
index 7ee54753adce..1db232076503 100644
--- a/net/freeswitch-core/Makefile
+++ b/net/freeswitch-core/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freeswitch-core
PORTVERSION= 1.0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://files.freeswitch.org/:1 \
http://files.freeswitch.org/downloads/libs/:2
@@ -38,7 +38,7 @@ WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION}
ONLY_FOR_ARCHS= i386 amd64
-USE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22:env
+USE_AUTOTOOLS= autoconf:267:env automake:110:env libtool:22:env
USE_PERL5_BUILD=yes
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
index 4b4f2a5aa2ca..e2736c569e42 100644
--- a/net/gatekeeper/Makefile
+++ b/net/gatekeeper/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gatekeeper
#PORTVERSION= 2.2.4
DISTVERSION= 2.2.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/openh323gk/Sources/${PORTVERSION}
DISTNAME= gnugk-${DISTVERSION}
@@ -22,7 +22,7 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323
USE_RC_SUBR= gnugk.sh
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
CONFIGURE_ARGS+= --disable-firebird
USE_GMAKE= yes
diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile
index 009a7719534e..7114c761958e 100644
--- a/net/gsambad/Makefile
+++ b/net/gsambad/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsambad
PORTVERSION= 0.1.9
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://mange.dynalias.org/linux/${PORTNAME}/
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT}
SAMBA_PORT?= net/samba34
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
GNU_CONFIGURE= yes
USE_GNOME= gtk20 pkgconfig
@@ -29,7 +29,7 @@ post-extract:
@${CP} ${FILESDIR}/crypt.h ${WRKSRC}/src/
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
post-configure:
@${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c
diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile
index c4173177fadc..3c3d5538cae5 100644
--- a/net/isc-dhcp41-server/Makefile
+++ b/net/isc-dhcp41-server/Makefile
@@ -20,9 +20,9 @@ MAINTAINER= wxs@FreeBSD.org
COMMENT?= The ISC Dynamic Host Configuration Protocol server
PATCHLEVEL= P1
-PORTREVISION_SERVER= 2
-PORTREVISION_CLIENT= 0
-PORTREVISION_RELAY= 0
+PORTREVISION_SERVER= 3
+PORTREVISION_CLIENT= 1
+PORTREVISION_RELAY= 1
SUBSYS?= server
@@ -106,7 +106,7 @@ LDAP_SCRIPT= ${WRKDIR}/${LDAPPATCHDIST}/dhcpd-conf-to-ldap
LDAP_SCHEMA= ${WRKDIR}/${LDAPPATCHDIST}/dhcp.schema
USE_PERL5_RUN= yes
USE_OPENLDAP= yes
-USE_AUTOTOOLS= aclocal:110 libtoolize:226 autoconf:262 autoheader:262 automake:110
+USE_AUTOTOOLS= aclocal:110 libtoolize:226 autoconf:267 autoheader:267 automake:110
LIBTOOLIZE_ARG= --copy --force
AUTOMAKE_ARGS= --foreign --add-missing --copy
CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
index 8bdc9ee631be..3dbac472da20 100644
--- a/net/libnet10/Makefile
+++ b/net/libnet10/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libnet
PORTVERSION= 1.0.2a
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/ \
@@ -20,7 +20,7 @@ COMMENT= A C library for creating IP packets
CFLAGS+= -fPIC
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
MAN3= libnet${PKGNAMESUFFIX}.3
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
index a51e9e32b0fb..28a494e4acbd 100644
--- a/net/libsocket++/Makefile
+++ b/net/libsocket++/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libsocket++
PORTVERSION= 1.12.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://src.linuxhacker.at/socket++/
DISTNAME= socket++-${PORTVERSION}
@@ -20,7 +20,7 @@ LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22
+USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22
SCRIPTS_ENV+= ACLOCAL_FLAGS="-I ${LOCALBASE}/share/aclocal/"
INFO= socket++
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index aafa13297cd4..e7430f73f5ee 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nss_ldap
PORTVERSION= 1.${NSS_LDAP_VERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.padl.com/download/
DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION}
@@ -21,7 +21,7 @@ NSS_LDAP_VERSION=265
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 autoheader:262
+USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:267 autoheader:267
USE_LDCONFIG= yes
USE_OPENLDAP= yes
@@ -54,6 +54,14 @@ CFLAGS+="-DHAVE_LOGIN_CLASSES"
post-extract:
${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}
+# XXX: newer autoconf's rely on the compiler result, not the preprocessor
+# for checking headers, so the configure.in needs to be fixed upstream
+# to properly include dependencies
+post-configure:
+ @${ECHO} "#define HAVE_NETINET_IF_ETHER_H 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_NET_ROUTE_H 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_RESOLV_H 1" >> ${WRKSRC}/config.h
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${PREFIX}/lib/nss_ldap.so.1
${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 2992a6344181..ea916534efc0 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 3.3.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://www.ntop.org/trac/export/4103/trunk/ntop/3rd_party/ \
SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -32,7 +32,7 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
DBDIR?= /var/db
MAKE_JOBS_SAFE= yes
-USE_AUTOTOOLS= libtool:22 automake:19 autoconf:262
+USE_AUTOTOOLS= libtool:22 automake:19 autoconf:267
USE_GNOME= libxml2
USE_LUA= 5.1
USE_GMAKE= yes
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 667f4051e564..3cd9c3d85554 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opal
PORTVERSION= 2.2.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= GNOME
@@ -24,7 +24,7 @@ CONFLICTS= opal-3.*
# In opal's Makefile the default make's target is optshared
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 034ca6fe5201..4e8b18a52e59 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openh323
PORTVERSION= 1.19.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
USE_BISON= build
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile
index 467745adcb82..908cc0c953e6 100644
--- a/net/proxy-suite/Makefile
+++ b/net/proxy-suite/Makefile
@@ -7,7 +7,7 @@
PORTNAME= proxy-suite
PORTVERSION= 1.9.2.4
-PORTREVISION= 1
+PORTREVISION= 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/ \
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \
MAINTAINER= thomas@cuivre.fr.eu.org
COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
USE_GMAKE= yes
USE_BZIP2= yes
@@ -61,6 +61,15 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
+# XXX: newer autoconf's rely on the compiler result, not the preprocessor
+# for checking headers, so the configure.in needs to be fixed upstream
+# to properly include dependencies
+post-configure:
+ @${ECHO} "#define HAVE_NET_IF_H 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_NETINET_IP_H 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_NETINET_IP_FIL_H 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_NETINET_IP_NAT_H 1" >> ${WRKSRC}/config.h
+
pre-install:
@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 9db789fa9ccc..a43ba262e889 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,6 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.17
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/ \
http://www.ru.quagga.net/download/ \
@@ -22,7 +23,7 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
CONFLICTS= openbgpd-[0-9]* zebra-0*
-USE_AUTOTOOLS= libtool:22 autoheader:262
+USE_AUTOTOOLS= libtool:22 autoheader:267
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5_BUILD= yes
diff --git a/net/rabbitmq-c-devel/Makefile b/net/rabbitmq-c-devel/Makefile
index a0b2f749dd4a..fbfe0dc6129d 100644
--- a/net/rabbitmq-c-devel/Makefile
+++ b/net/rabbitmq-c-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rabbitmq-c
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \
http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen
@@ -28,7 +29,7 @@ USE_GMAKE= YES
USE_PYTHON= YES
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
-USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 autoheader:262 libtool:22
+USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 autoheader:267 libtool:22
AUTOMAKE_ARGS= -i --add-missing
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile
index 6d4a8b5a4ada..0184145ec171 100644
--- a/net/rabbitmq-c/Makefile
+++ b/net/rabbitmq-c/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rabbitmq-c
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \
http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen
@@ -27,7 +28,7 @@ USE_GMAKE= YES
USE_PYTHON= YES
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
-USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 autoheader:262 libtool:22
+USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 autoheader:267 libtool:22
AUTOMAKE_ARGS= -i --add-missing
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile
index 619326d2d6a4..18a1d9dd33d2 100644
--- a/net/samba-pdbsql/Makefile
+++ b/net/samba-pdbsql/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pdbsql
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
PKGNAMEPREFIX= samba-
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
# Add a build dependency for Samba port
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
WRKSRC= ${WRKDIR}/${DISTNAME}-samba
SAMBA_PORT= net/samba3
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 5742f384fc31..fcfab4eb60f5 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba
PORTVERSION?= 3.0.37
-PORTREVISION?= 1
+PORTREVISION?= 2
PORTEPOCH?= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
@@ -26,7 +26,7 @@ EXTRA_PATCHES= ${PATCHDIR}/CVE-2010-2063_samba-3.0.patch
USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
AUTOHEADER_ARGS= -I${WRKSRC} -I${WRKSRC}/lib/replace
AUTOCONF_ARGS= -I${WRKSRC} -I${WRKSRC}/lib/replace
diff --git a/net/samba32/Makefile b/net/samba32/Makefile
index 4e41eaeee9a3..fe9b92b1d46d 100644
--- a/net/samba32/Makefile
+++ b/net/samba32/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba
PORTVERSION?= 3.2.15
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= . old-versions rc pre
@@ -26,7 +26,7 @@ EXTRA_PATCHES= ${PATCHDIR}/CVE-2010-2063_samba-3.3.patch
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
AUTOHEADER_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace
AUTOCONF_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace
diff --git a/net/samba33/Makefile b/net/samba33/Makefile
index d68b16b724f4..6ff041c8beb9 100644
--- a/net/samba33/Makefile
+++ b/net/samba33/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba
PORTVERSION?= 3.3.13
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= . old-versions rc pre
@@ -24,7 +24,7 @@ DEPRECATED= Unsupported by the upstream. Please, consider to upgrade.
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
AUTOHEADER_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace
AUTOCONF_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace
diff --git a/net/samba34/Makefile b/net/samba34/Makefile
index b6f123a9b18f..b7a498b0e624 100644
--- a/net/samba34/Makefile
+++ b/net/samba34/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba34
PORTVERSION= 3.4.8
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= . old-versions rc pre
@@ -32,7 +32,7 @@ AUTOCONF_ARGS= ${IPATHS}
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
# directories
VARDIR?= /var
SAMBA_SPOOL?= ${VARDIR}/spool/${PORTNAME}
diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile
index 61f3fa53e892..2393b15712df 100644
--- a/net/samba4-devel/Makefile
+++ b/net/samba4-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= ${SAMBA_PORTNAME}
PORTVERSION?= ${SAMBA_VERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= samba4
@@ -39,7 +39,7 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
USE_LDCONFIG= ${SAMBA_LIBDIR}
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267 autoheader:267
# Flags
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile
index 98802d520ee4..9f94ee54d745 100644
--- a/net/samba4wins/Makefile
+++ b/net/samba4wins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= samba4wins
PORTVERSION= 1.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://ftp.sernet.de/pub/samba4WINS/debian/pool/
DISTNAME= ${PORTNAME}_${PORTVERSION}-2
@@ -20,7 +20,7 @@ CONFLICTS= ja-samba-2.* ja-samba-4.* samba-2.* samba-4.* sharity-light-1.*
USE_ICONV= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:262 autoheader:262
+USE_AUTOTOOLS= autoconf:267:env autoheader:267:env
WRKSRC= ${WRKDIR}/${PORTNAME}/source
diff --git a/net/scribe/Makefile b/net/scribe/Makefile
index 154073c7e8df..3c0f09a4120a 100644
--- a/net/scribe/Makefile
+++ b/net/scribe/Makefile
@@ -6,6 +6,7 @@
PORTNAME= scribe
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://cloud.github.com/downloads/facebook/scribe/
@@ -26,7 +27,7 @@ CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \
PY_PREFIX="${PREFIX}"
PLIST_SUB+= PYTHON_VERSION_SHORTNAME="${PYTHON_VERSION_SHORTNAME}"
PYTHON_VERSION_SHORTNAME= ${PYTHON_VERSION:S/thon//}
-USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262
+USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267
USE_GMAKE= yes
USE_PYTHON= yes
USE_RC_SUBR= ${PORTNAME}
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
index 3c0a4f02f7f7..5f5b5f8e1b27 100644
--- a/net/torsocks/Makefile
+++ b/net/torsocks/Makefile
@@ -6,7 +6,7 @@
PORTNAME= torsocks
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= GOOGLE_CODE \
http://tor.reactor-xg.kiev.ua/files/
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-epsilon
MAINTAINER= andy.lavr@gmail.com
COMMENT= Most SOCKS-friendly applications way with Tor
-USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:262
+USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:267
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
USE_GMAKE= yes
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 98ec0632647b..03de02d8dfb6 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tramp
PORTVERSION= 2.1.19
+PORTREVISION= 1
CATEGORIES= net elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +19,7 @@ COMMENT= Transparent remote file access tool for emacsen
USE_EMACS= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR}
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 6fa5b9282bed..da3b8ff3411a 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -7,13 +7,14 @@
PORTNAME= unfs3
PORTVERSION= 0.9.22
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= wxs@FreeBSD.org
COMMENT= A user-space implementation of the NFSv3 server specification
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
USE_BISON= build
MAN7= tags.7
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 6794e79c6168..4bae2fe21631 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -7,13 +7,14 @@
PORTNAME= xrdp
PORTVERSION= 0.5.0.20090811cvs
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= LOCAL/pav
MAINTAINER= ports@FreeBSD.org
COMMENT= An open source Remote Desktop Protocol (RDP) server
-USE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22
+USE_AUTOTOOLS= autoconf:267:env automake:110:env libtool:22
GNU_CONFIGURE= yes
USE_RC_SUBR= xrdp