diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /archivers | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm5/Makefile | 4 | ||||
-rw-r--r-- | archivers/torrentzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/zipios++/Makefile | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index fd01822a36d0..cdf7aa1587ad 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:110 automake:110 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 USE_GCC= 4.2+ PORTDOCS= README diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index c39f24112970..abdcf7a68a10 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:110 autoconf:267 automake:110 autoheader:267 +USE_AUTOTOOLS+= aclocal:111 autoconf:267 automake:111 autoheader:267 ACLOCAL_ARGS+= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c pre-configure: @@ -134,6 +134,8 @@ post-patch:: @${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 + @${REINPLACE_CMD} -e 's:pkgincHEADERS_INSTALL:INSTALL_HEADER:' \ + ${WRKSRC}/rpmdb/Makefile.am .if defined(WITH_PERL) post-configure: diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 5739b999f47e..6b0a8dad08ee 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:19 automake:19 autoheader:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:267 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip diff --git a/archivers/zipios++/Makefile b/archivers/zipios++/Makefile index d5d0dcdd629c..395b2959c342 100644 --- a/archivers/zipios++/Makefile +++ b/archivers/zipios++/Makefile @@ -18,7 +18,7 @@ COMMENT= A java.util.zip-like C++ library for reading and writing Zip files USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:110:env +USE_AUTOTOOLS= automake:111:env CONFIGURE_ARGS+=--disable-static WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07 |