diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /archivers | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) | |
download | ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 2 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 2 | ||||
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm5/Makefile | 2 | ||||
-rw-r--r-- | archivers/torrentzip/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 2f7a10c21042..3ad673d7541f 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022 MAINTAINER= garga@FreeBSD.org COMMENT= Open-source ARJ -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_WRKSRC= ${WRKSRC}/gnu diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 0d9c30b551c5..79ffd29617ca 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -21,7 +21,7 @@ COMMENT= GNU version of the traditional tape archiver INFO= tar -USE_AUTOTOOLS= autoconf:267:env +USE_AUTOTOOLS= autoconf:268:env USE_BZIP2= yes USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index cdf7aa1587ad..8cea24c17339 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -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:111 automake:111 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:268 USE_GCC= 4.2+ PORTDOCS= README diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index abdcf7a68a10..78f08c26af0c 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -42,7 +42,7 @@ LATEST_LINK= rpm5 CONFLICTS= rpm-3.* rpm-4.* # need to autogen (for xz support) -USE_AUTOTOOLS+= aclocal:111 autoconf:267 automake:111 autoheader:267 +USE_AUTOTOOLS+= aclocal:111 autoconf:268 automake:111 autoheader:268 ACLOCAL_ARGS+= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c pre-configure: diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 6b0a8dad08ee..144832ae4ad5 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -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:111 automake:111 autoheader:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:268 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip |