aboutsummaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Notes
Notes: svn path=/head/; revision=261230
Diffstat (limited to 'archivers')
-rw-r--r--archivers/arj/Makefile4
-rw-r--r--archivers/gtar/Makefile4
-rw-r--r--archivers/par2cmdline-tbb/Makefile4
-rw-r--r--archivers/rpm5/Makefile5
-rw-r--r--archivers/torrentzip/Makefile4
5 files changed, 11 insertions, 10 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index f6ccd9dd93a0..2f7a10c21042 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -7,14 +7,14 @@
PORTNAME= arj
PORTVERSION= 3.10.22
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= archivers
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022
MAINTAINER= garga@FreeBSD.org
COMMENT= Open-source ARJ
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index cefcbbe53cd5..0d9c30b551c5 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tar
PORTVERSION= 1.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= archivers sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,7 @@ COMMENT= GNU version of the traditional tape archiver
INFO= tar
-USE_AUTOTOOLS= autoconf:262:env # autom4te
+USE_AUTOTOOLS= autoconf:267:env
USE_BZIP2= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile
index 02b7ef231a34..fe2386b28514 100644
--- a/archivers/par2cmdline-tbb/Makefile
+++ b/archivers/par2cmdline-tbb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= par2cmdline-tbb
PORTVERSION= 20100203
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://chuchusoft.com/par2_tbb/
DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION}
@@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 ia64
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262
+USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267
USE_GCC= 4.2+
PORTDOCS= README
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile
index ac3a90f79e19..ac970351548a 100644
--- a/archivers/rpm5/Makefile
+++ b/archivers/rpm5/Makefile
@@ -6,7 +6,7 @@
PORTNAME= rpm
PORTVERSION= 5.0.3
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= archivers
MASTER_SITES= http://rpm5.org/files/rpm/rpm-5.0/
PATCHFILES= rpm-5.0.3.1.patch
@@ -42,7 +42,7 @@ LATEST_LINK= rpm5
CONFLICTS= rpm-3.* rpm-4.*
# need to autogen (for xz support)
-USE_AUTOTOOLS+= aclocal:110 autoconf:262 automake:110 autoheader:262
+USE_AUTOTOOLS+= aclocal:110 autoconf:267 automake:110 autoheader:267
ACLOCAL_ARGS+= -I m4 -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS+= -a -c
pre-configure:
@@ -131,6 +131,7 @@ post-patch::
${WRKSRC}/scripts/Makefile.am ${WRKSRC}/scripts/Makefile.in
@${REINPLACE_CMD} -e "s:/bin/sh:/usr/bin/env bash:" \
${WRKSRC}/scripts/gendiff
+ @${REINPLACE_CMD} -e 's:AC_DEFUN:m4_define:g' ${WRKSRC}/configure.ac
.if defined(WITH_PERL)
post-configure:
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile
index 5a95a19634e1..5739b999f47e 100644
--- a/archivers/torrentzip/Makefile
+++ b/archivers/torrentzip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= torrentzip
PORTVERSION= 0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION}
DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
@@ -15,7 +15,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
MAINTAINER= swhetzel@gmail.com
COMMENT= Efficient way to prepare zipfiles for BitTorrent
-USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:262
+USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:267
AUTOMAKE_ARGS= -a
WRKSRC= ${WRKDIR}/trrntzip