aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-10-06 03:57:56 +0800
committerade <ade@FreeBSD.org>2010-10-06 03:57:56 +0800
commite74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch)
tree26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /dns
parentb30ffe50e036033f7a762ff34b0640d1797bc559 (diff)
downloadfreebsd-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 'dns')
-rw-r--r--dns/dnswall/Makefile4
-rw-r--r--dns/nss_mdns/Makefile6
-rw-r--r--dns/nss_mdns/files/patch-aclocal.m412
3 files changed, 19 insertions, 3 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index 57f4a403c27b..7db654887194 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A daemon that filters out private IP addresses in DNS responses
PROJECTHOST= google-dnswall
-USE_AUTOTOOLS= automake:110
+USE_AUTOTOOLS= automake:111
USE_DOS2UNIX= yes
MAKE_JOBS_SAFE= yes
@@ -27,7 +27,7 @@ PORTDOCS= README
PLIST_FILES= bin/dnswall
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
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am
diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile
index 5bba3f13f39f..127505c5079c 100644
--- a/dns/nss_mdns/Makefile
+++ b/dns/nss_mdns/Makefile
@@ -15,7 +15,7 @@ DISTNAME= nss-mdns-${PORTVERSION}
MAINTAINER= ashish@FreeBSD.org
COMMENT= NSS module implementing multicast DNS name resolution
-USE_AUTOTOOLS= autoconf:267 automake:19 libtool:22
+USE_AUTOTOOLS= autoconf:267 automake:111 libtool:22
USE_GMAKE= yes
USE_LDCONFIG= yes
@@ -64,4 +64,8 @@ PORTDOCS= README README.html
CONFIGURE_ARGS+= --enable-search-domains
.endif
+post-configure:
+ @${FIND} ${WRKSRC} -name Makefile -print | \
+ ${XARGS} ${REINPLACE_CMD} -e 's|MKDIR_P|mkdir_p|g'
+
.include <bsd.port.post.mk>
diff --git a/dns/nss_mdns/files/patch-aclocal.m4 b/dns/nss_mdns/files/patch-aclocal.m4
new file mode 100644
index 000000000000..08516a72e6c8
--- /dev/null
+++ b/dns/nss_mdns/files/patch-aclocal.m4
@@ -0,0 +1,12 @@
+--- aclocal.m4.orig 2007-05-12 09:55:30.000000000 -0500
++++ aclocal.m4 2010-09-28 10:18:36.000000000 -0500
+@@ -6392,3 +6392,3 @@
+ # generated from the m4 files accompanying Automake X.Y.
+-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.11"])
+
+@@ -6399,3 +6399,3 @@
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+- [AM_AUTOMAKE_VERSION([1.9.6])])
++ [AM_AUTOMAKE_VERSION([1.11.1])])
+