summaryrefslogtreecommitdiff
path: root/net/powerdns/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/powerdns/patches/patch-aa')
-rw-r--r--net/powerdns/patches/patch-aa13
1 files changed, 2 insertions, 11 deletions
diff --git a/net/powerdns/patches/patch-aa b/net/powerdns/patches/patch-aa
index 0193bc795e5..0b13f22db9b 100644
--- a/net/powerdns/patches/patch-aa
+++ b/net/powerdns/patches/patch-aa
@@ -1,19 +1,10 @@
-$NetBSD: patch-aa,v 1.5 2015/03/27 23:37:52 rodent Exp $
+$NetBSD: patch-aa,v 1.6 2015/06/10 16:24:44 fhajny Exp $
-Handle CONF_FILES. `hostname -f` is not portable.
+Handle CONF_FILES.
Installation destination for example config file.
--- pdns/Makefile.in.orig 2015-03-02 13:17:27.000000000 +0000
+++ pdns/Makefile.in
-@@ -1176,7 +1176,7 @@ misc.cc unix_utility.cc qtype.cc
- pdns_control_LDFLAGS = $(THREADFLAGS)
- @UNIT_TESTS_TRUE@TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message
- build_date = $(shell LC_TIME=C date '+%Y%m%d%H%M%S')
--build_host = $(shell id -u -n)@$(shell hostname -f)
-+build_host = $(shell id -u -n)@$(shell hostname)
- # Do the test in shell, so we don't confuse automake with ifeq/ifneq.
- @RELEASE_BUILD_FALSE@pdns_version = $(shell test -z "$(git_version)" && echo UNKNOWN || echo "git-$(git_version)")
- @RELEASE_BUILD_TRUE@pdns_version = $(PACKAGE_VERSION)
@@ -1632,18 +1632,18 @@ clean-libtool:
-rm -rf .libs _libs
install-sysconfDATA: $(sysconf_DATA)