diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/aldo/Makefile | 4 | ||||
-rw-r--r-- | comms/dfu-util/Makefile | 2 | ||||
-rw-r--r-- | comms/klog/Makefile | 2 | ||||
-rw-r--r-- | comms/klog/files/patch-admin__cvs.sh | 7 | ||||
-rw-r--r-- | comms/libsyncml/Makefile | 2 | ||||
-rw-r--r-- | comms/tlf/Makefile | 2 |
6 files changed, 13 insertions, 6 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 3c7f0ce693c3..e33b66461cd7 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:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:111 libtool:22 CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" USE_GMAKE= yes @@ -28,7 +28,7 @@ PLIST_FILES= bin/aldo MAN1= aldo.1 post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4 + @${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 do-install: diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index e71c34f9647e..d2fdc070694a 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:19 automake:19 autoheader:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:267 AUTOMAKE_ARGS= --add-missing --foreign --copy SNAPDATE= 20090212 diff --git a/comms/klog/Makefile b/comms/klog/Makefile index b0492bc88f00..9980fc984869 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:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:111:env libtool:22:env GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/comms/klog/files/patch-admin__cvs.sh b/comms/klog/files/patch-admin__cvs.sh new file mode 100644 index 000000000000..89907240cb3d --- /dev/null +++ b/comms/klog/files/patch-admin__cvs.sh @@ -0,0 +1,7 @@ +--- admin/cvs.sh.orig 2007-08-28 11:56:00.000000000 -0500 ++++ admin/cvs.sh 2010-10-02 13:46:42.000000000 -0500 +@@ -70,3 +70,3 @@ + ;; +- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) ++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) + echo "*** $AUTOMAKE_STRING found." diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index 46455b7cf4d1..0c06765dbce0 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:110 libtool:22 +USE_AUTOTOOLS= autoheader:267 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 921b99b1845c..b0f185f987b4 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:19 automake:19 +USE_AUTOTOOLS= autoconf:267 libtool:22 aclocal:111 automake:111 GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" |