summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /comms
parent- mark BROKEN to API change (diff)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639 Submitted by: aDe
Notes
Notes: svn path=/head/; revision=200411
Diffstat (limited to 'comms')
-rw-r--r--comms/gnuradio/Makefile3
-rw-r--r--comms/hamlib/Makefile3
-rw-r--r--comms/openobex/Makefile3
-rw-r--r--comms/tlf/Makefile2
4 files changed, 7 insertions, 4 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 0a5b279c1adc..fc3897bea412 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= comms astro hamradio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnuradio
@@ -32,7 +33,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:259 libtool:15
+USE_AUTOTOOLS= autoconf:261 libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 59e766a1d482..737026c1d0c5 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hamlib
PORTVERSION= 1.2.6.1
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +22,7 @@ USE_GNOME= pkgconfig gnomehack
USE_GETOPT_LONG= yes
USE_PERL5= yes
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf:259 libtool:15
+USE_AUTOTOOLS= autoconf:261 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/openobex/Makefile b/comms/openobex/Makefile
index 16aacaa6f5c5..073acd836c12 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openobex
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= comms net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,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:259 autoconf:259 libtool:15
+USE_AUTOTOOLS= automake:14:env autoheader:261 autoconf:261 libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index 809bb4bd1319..d0c5145520a4 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
-USE_AUTOTOOLS= autoconf:259 libtool:15 aclocal:19 automake:19
+USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"