aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-10-16 19:52:47 +0800
committerade <ade@FreeBSD.org>2010-10-16 19:52:47 +0800
commitac3bd331b0e3fb113ca9b86e7572afe696fdcc3a (patch)
tree09cb088d594cf2e19ab18004f78e9e43f04eb41b /comms
parent16d6c75b9d6b0c3767d5aa4ed3f46b70a35b3fb4 (diff)
downloadfreebsd-ports-graphics-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.tar.gz
freebsd-ports-graphics-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.tar.zst
freebsd-ports-graphics-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.zip
Punt autoconf267->autoconf268
Diffstat (limited to 'comms')
-rw-r--r--comms/aldo/Makefile4
-rw-r--r--comms/dfu-util/Makefile2
-rw-r--r--comms/gnuradio/Makefile4
-rw-r--r--comms/hamlib/Makefile2
-rw-r--r--comms/klog/Makefile2
-rw-r--r--comms/libsyncml/Makefile2
-rw-r--r--comms/tlf/Makefile2
-rw-r--r--comms/unixcw/Makefile2
-rw-r--r--comms/unixcw/files/patch-configure.ac2
9 files changed, 11 insertions, 11 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile
index e33b66461cd..59fd9a90a62 100644
--- a/comms/aldo/Makefile
+++ b/comms/aldo/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:267 automake:111 libtool:22
+USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
USE_GMAKE= yes
@@ -29,7 +29,7 @@ MAN1= aldo.1
post-patch:
@${REINPLACE_CMD} -e 's|1.10|1.11.1|g' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index d2fdc070694..3b272bcd17e 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -16,7 +16,7 @@ COMMENT= Device firmware update (DFU) USB programmer
MAN1= dfu-util.1
PLIST_FILES= bin/dfu-util
-USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:267
+USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:268
AUTOMAKE_ARGS= --add-missing --foreign --copy
SNAPDATE= 20090212
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 9e11753a326..6266a0ff9e1 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -31,7 +31,7 @@ USE_PYTHON= 2.4+
USE_WX= 2.6+
WX_COMPS= wx wx:build wx:run python:build python:run
USE_PERL5= yes
-USE_AUTOTOOLS= autoconf:267 libtool:22
+USE_AUTOTOOLS= autoconf:268 libtool:22
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -56,7 +56,7 @@ LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} -e 's|^GR_FORTRAN||g' ${WRKSRC}/configure.ac
@${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \
-n 10 ${REINPLACE_CMD} -E -e \
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index ad32795a566..b0475fa735c 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= pkgconfig gnomehack libxml2
USE_PERL5= yes
USE_TCL= yes
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf:267 libtool:22
+USE_AUTOTOOLS= autoconf:268 libtool:22
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} \
diff --git a/comms/klog/Makefile b/comms/klog/Makefile
index 9980fc98486..483fe5dabda 100644
--- a/comms/klog/Makefile
+++ b/comms/klog/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib
USE_KDELIBS_VER= 3
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:267:env automake:111:env libtool:22:env
+USE_AUTOTOOLS= autoconf:268:env automake:111:env libtool:22:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile
index 0c06765dbce..c7544d69d74 100644
--- a/comms/libsyncml/Makefile
+++ b/comms/libsyncml/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \
openobex:${PORTSDIR}/comms/openobex \
soup-2.2.8:${PORTSDIR}/devel/libsoup22
-USE_AUTOTOOLS= autoheader:267 automake:111 libtool:22
+USE_AUTOTOOLS= autoheader:268 automake:111 libtool:22
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20 libxml2
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index b0f185f987b..aaaf8bcc2c7 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS= autoconf:267 libtool:22 aclocal:111 automake:111
+USE_AUTOTOOLS= autoconf:268 libtool:22 aclocal:111 automake:111
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile
index d516d9d026a..4ba95cdea19 100644
--- a/comms/unixcw/Makefile
+++ b/comms/unixcw/Makefile
@@ -32,7 +32,7 @@ PLIST_SUB+= XCWCP="@comment "
.endif
MAN7= cw.7 CW.7
MANCOMPRESSED= yes
-USE_AUTOTOOLS= autoconf:267
+USE_AUTOTOOLS= autoconf:268
USE_LDCONFIG= yes
USE_GMAKE= yes
diff --git a/comms/unixcw/files/patch-configure.ac b/comms/unixcw/files/patch-configure.ac
index 8d836485f98..8a2c74e76f0 100644
--- a/comms/unixcw/files/patch-configure.ac
+++ b/comms/unixcw/files/patch-configure.ac
@@ -5,7 +5,7 @@
# General initializations.
-AC_PREREQ(2.57)
-+AC_PREREQ(2.67)
++AC_PREREQ(2.68)
AC_INIT([UnixCW], 2.3, [simon_baldwin@yahoo.com])
-
# Specify a configuration header.