summaryrefslogtreecommitdiff
path: root/dns/powerdns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-12-05 21:22:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-12-05 21:22:18 +0000
commit401b38542ecaaaa9face31706157bb06ee24508f (patch)
treeaa2099f59d30dda2b1d1ea6c2a600557c698b1ef /dns/powerdns
parentOpenTop contains framework classes that provide the features (diff)
- mark BROKEN
Notes
Notes: svn path=/head/; revision=95162
Diffstat (limited to 'dns/powerdns')
-rw-r--r--dns/powerdns/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index b81c6be0d200..2eeb8ffe8925 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -36,6 +36,7 @@ NO_DESCRIBE=yes
.endif
.if defined(WITH_POSTGRESQL_DRIVER) && !defined(WITHOUT_POSTGRESQL_DRIVER)
+BROKEN= does not compile with postgresql 7.4
LIB_DEPENDS= pq[+][+].4:${PORTSDIR}/databases/postgresql-libpq++
CONFIGURE_ARGS+= --enable-pgsql
CONFIGURE_MODULES+= "gpgsql"
@@ -77,6 +78,7 @@ describe:
.include <bsd.port.pre.mk>
.if defined(POWERDNS_WITH_RECURSOR)
+BROKEN= does not compile in this version
USE_GCC=3.2
CONFIGURE_ARGS+= --enable-recursor
PLIST_SUB+= RECURSOR=""