summaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-06 06:21:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-06 06:21:32 +0000
commit92abb84d11ae63d09e7f2e9f18aa1ea900db5dd6 (patch)
tree870e4d1781aaf045c1adde1ae469499211431052 /dns/powerdns-recursor
parent- Update to 0.2.0.2 alpha (diff)
- Fix build with gcc 4.2
Submitted by: pointhat via kris Sten Spans <sten@blinkenlights.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=192875
Diffstat (limited to 'dns/powerdns-recursor')
-rw-r--r--dns/powerdns-recursor/Makefile2
-rw-r--r--dns/powerdns-recursor/files/patch-gcc-skip-locking11
2 files changed, 12 insertions, 1 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index d2438e8704e5..f06e38fad9ec 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= powerdns-recursor
PORTVERSION= 3.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/ \
http://mirrors.evolva.ro/powerdns.com/releases/
diff --git a/dns/powerdns-recursor/files/patch-gcc-skip-locking b/dns/powerdns-recursor/files/patch-gcc-skip-locking
new file mode 100644
index 000000000000..1899b8872264
--- /dev/null
+++ b/dns/powerdns-recursor/files/patch-gcc-skip-locking
@@ -0,0 +1,11 @@
+--- config.h.bak Sun Nov 12 16:56:13 2006
++++ config.h Wed Jun 6 08:01:20 2007
+@@ -1,7 +1,6 @@
+-#define SYSCONFDIR "/etc/powerdns/"
++#define SYSCONFDIR "/usr/local/etc/pdns/"
+ #define LOCALSTATEDIR "/var/run/"
+ #define VERSION "3.1.4"
+ #define RECURSOR
+ #ifndef WIN32
+-#define GCC_SKIP_LOCKING
+ #endif