summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/powerdns-ldap/Makefile3
-rw-r--r--net/powerdns-ldap/PLIST4
-rw-r--r--net/powerdns-mysql/Makefile3
-rw-r--r--net/powerdns-mysql/PLIST4
-rw-r--r--net/powerdns-pgsql/Makefile3
-rw-r--r--net/powerdns-pgsql/PLIST4
-rw-r--r--net/powerdns-sqlite/Makefile3
-rw-r--r--net/powerdns-sqlite/PLIST4
-rw-r--r--net/powerdns/Makefile3
-rw-r--r--net/powerdns/PLIST6
-rw-r--r--net/powerdns/distinfo3
-rw-r--r--net/powerdns/patches/patch-configure13
12 files changed, 36 insertions, 17 deletions
diff --git a/net/powerdns-ldap/Makefile b/net/powerdns-ldap/Makefile
index ec6a24638dd..c681d0e3ec0 100644
--- a/net/powerdns-ldap/Makefile
+++ b/net/powerdns-ldap/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2012/01/13 12:12:49 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/23 15:11:54 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-ldap/}
+PKGREVISION= 1
COMMENT= LDAP backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="ldap"
diff --git a/net/powerdns-ldap/PLIST b/net/powerdns-ldap/PLIST
index a895ebf7fcf..ab207c9279f 100644
--- a/net/powerdns-ldap/PLIST
+++ b/net/powerdns-ldap/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:40 ghen Exp $
-lib/pdns/libldapbackend.la
+@comment $NetBSD: PLIST,v 1.2 2012/01/23 15:11:54 ghen Exp $
+lib/libldapbackend.la
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile
index 1ac9a064e02..c20f66b72b3 100644
--- a/net/powerdns-mysql/Makefile
+++ b/net/powerdns-mysql/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2012/01/13 12:12:49 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/23 15:11:54 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
+PKGREVISION= 1
COMMENT= MySQL backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="gmysql"
diff --git a/net/powerdns-mysql/PLIST b/net/powerdns-mysql/PLIST
index cad1665887e..ff63f8b1be6 100644
--- a/net/powerdns-mysql/PLIST
+++ b/net/powerdns-mysql/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2006/08/13 09:38:42 ghen Exp $
-lib/pdns/libgmysqlbackend.la
+@comment $NetBSD: PLIST,v 1.3 2012/01/23 15:11:54 ghen Exp $
+lib/libgmysqlbackend.la
diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile
index 3943e8383be..ee7595b6f42 100644
--- a/net/powerdns-pgsql/Makefile
+++ b/net/powerdns-pgsql/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2012/01/13 12:12:49 ghen Exp $
+# $NetBSD: Makefile,v 1.10 2012/01/23 15:11:54 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/}
+PKGREVISION= 1
COMMENT= PostgreSQL backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="gpgsql"
diff --git a/net/powerdns-pgsql/PLIST b/net/powerdns-pgsql/PLIST
index 4d899753d44..b1b333f2e29 100644
--- a/net/powerdns-pgsql/PLIST
+++ b/net/powerdns-pgsql/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:06 ghen Exp $
-lib/pdns/libgpgsqlbackend.la
+@comment $NetBSD: PLIST,v 1.2 2012/01/23 15:11:54 ghen Exp $
+lib/libgpgsqlbackend.la
diff --git a/net/powerdns-sqlite/Makefile b/net/powerdns-sqlite/Makefile
index 58b80be52ac..25af6367ab3 100644
--- a/net/powerdns-sqlite/Makefile
+++ b/net/powerdns-sqlite/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2008/08/11 14:38:33 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2012/01/23 15:11:54 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-sqlite/}
+PKGREVISION= 1
COMMENT= SQLite backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="gsqlite"
diff --git a/net/powerdns-sqlite/PLIST b/net/powerdns-sqlite/PLIST
index f00bda74d42..bc4645d97e5 100644
--- a/net/powerdns-sqlite/PLIST
+++ b/net/powerdns-sqlite/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:24 ghen Exp $
-lib/pdns/libgsqlitebackend.la
+@comment $NetBSD: PLIST,v 1.2 2012/01/23 15:11:54 ghen Exp $
+lib/libgsqlitebackend.la
diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile
index 5da7ab14189..413e917e593 100644
--- a/net/powerdns/Makefile
+++ b/net/powerdns/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2008/08/11 14:38:33 ghen Exp $
+# $NetBSD: Makefile,v 1.6 2012/01/23 15:11:54 ghen Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/pdns/powerdns/}
+PKGREVISION= 1
COMMENT= Modern, advanced and high performance nameserver
CONFIGURE_ARGS+= --with-modules="geo"
diff --git a/net/powerdns/PLIST b/net/powerdns/PLIST
index cf4c8a24870..5d93475e879 100644
--- a/net/powerdns/PLIST
+++ b/net/powerdns/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:38 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/01/23 15:11:54 ghen Exp $
bin/pdns_control
bin/zone2ldap
bin/zone2sql
-lib/pdns/libgeobackend.la
-lib/pdns/libpipebackend.la
+lib/libgeobackend.la
+lib/libpipebackend.la
man/man8/pdns_control.8
man/man8/pdns_server.8
man/man8/zone2sql.8
diff --git a/net/powerdns/distinfo b/net/powerdns/distinfo
index 851c4229234..139ae0dacd5 100644
--- a/net/powerdns/distinfo
+++ b/net/powerdns/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.9 2012/01/13 12:12:48 ghen Exp $
+$NetBSD: distinfo,v 1.10 2012/01/23 15:11:54 ghen Exp $
SHA1 (pdns-2.9.22.5.tar.gz) = 7a514fe624c110afb8a262f4d76376d0f8e17bea
RMD160 (pdns-2.9.22.5.tar.gz) = 8be76a7a63c3366d55724815245e2f955ec0adda
Size (pdns-2.9.22.5.tar.gz) = 1077617 bytes
SHA1 (patch-aa) = e31080087d9369349e912c94e7dbfce72c9fc629
SHA1 (patch-ab) = f54ace6ff60162e50119eb11bcb2f5db5e1ea480
+SHA1 (patch-configure) = 2a0beb262c421d7887dcabc56102c04b340a920b
SHA1 (patch-pdns_dynmessenger.cc) = df89ba91abc96319b323fc19b413b127112f4afb
diff --git a/net/powerdns/patches/patch-configure b/net/powerdns/patches/patch-configure
new file mode 100644
index 00000000000..da4abf37624
--- /dev/null
+++ b/net/powerdns/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2012/01/23 15:11:54 ghen Exp $
+
+--- configure.orig 2012-01-23 14:16:18.745785316 +0000
++++ configure
+@@ -16867,7 +16867,7 @@ do
+ done
+ modulelibs="$modulelibs `cat $srcdir/modules/${a}backend/OBJECTLIBS`"
+
+- if test ${a} == "gpgsql"; then
++ if test ${a} = "gpgsql"; then
+ case "$host_os" in
+ freebsd*)
+ ;;