summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
committerAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
commit771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch)
treeb4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /comms
parent. If DISTFILES are missing then print out the instructions to get them (diff)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes: svn path=/head/; revision=218886
Diffstat (limited to 'comms')
-rw-r--r--comms/aldo/Makefile3
-rw-r--r--comms/gnuradio/Makefile3
-rw-r--r--comms/hamlib/Makefile2
-rw-r--r--comms/klog/Makefile2
-rw-r--r--comms/libsyncml/Makefile2
-rw-r--r--comms/openobex/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, 9 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile
index 8193e55e6f5d..9163c51a67ba 100644
--- a/comms/aldo/Makefile
+++ b/comms/aldo/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:261 automake:110 libtool:15
+USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
@@ -29,6 +29,7 @@ MAN1= aldo.1
post-patch:
@${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 63cfa102af4c..661591d2daab 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -32,7 +32,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:261 libtool:15
+USE_AUTOTOOLS= autoconf:262 libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -53,6 +53,7 @@ CONFIGURE_ARGS= --with-boost-include-dir="${LOCALBASE}/include/" \
PLIST_SUB+= RELEASE="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
@${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \
-n 10 ${REINPLACE_CMD} -E -e \
's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!' \
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 2f17b55da853..b451db561fb6 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
USE_GNOME= pkgconfig gnomehack
USE_PERL5= yes
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf:261 libtool:15
+USE_AUTOTOOLS= autoconf:262 libtool:15
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 ad52cd5ce5b6..7f09b7dfe2ae 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:261:env automake:19:env libtool:15:env
+USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile
index e8946218ebe1..2a88fb670f64 100644
--- a/comms/libsyncml/Makefile
+++ b/comms/libsyncml/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \
BROKEN= does not compile
-USE_AUTOTOOLS= autoheader:261 automake:110 libtool:15
+USE_AUTOTOOLS= autoheader:262 automake:110 libtool:15
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20 libxml2
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index 073acd836c12..740d06858df9 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mad@madpilot.net
COMMENT= Open source implementation of the OBEX protocol
-USE_AUTOTOOLS= automake:14:env autoheader:261 autoconf:261 libtool:15
+USE_AUTOTOOLS= automake:14:env autoheader:262 autoconf:262 libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index 7967a48e37f2..f17116571ff4 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19
+USE_AUTOTOOLS= autoconf:262 libtool:15 aclocal:19 automake:19
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile
index 0c0f8cf6e67e..f37c87e1baa7 100644
--- a/comms/unixcw/Makefile
+++ b/comms/unixcw/Makefile
@@ -31,7 +31,7 @@ PLIST_SUB+= XCWCP="@comment "
.endif
MAN7= cw.7 CW.7
MANCOMPRESSED= yes
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
USE_LDCONFIG= yes
USE_GMAKE= yes
diff --git a/comms/unixcw/files/patch-configure.ac b/comms/unixcw/files/patch-configure.ac
index eb13422ec094..330e762acc71 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.61)
++AC_PREREQ(2.62)
AC_INIT([UnixCW], 2.3, [simon_baldwin@yahoo.com])
-
# Specify a configuration header.