diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-05 21:22:18 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-05 21:22:18 +0000 |
commit | 8ffd11e954fd10ae3c2d4e1b8674568fa729aacb (patch) | |
tree | 72808eec08efd72425f920de022098e5ca04bdf5 /dns/powerdns | |
parent | 90964c9afac0176869e72f9c4e003cd87d49a230 (diff) | |
download | FreeBSD-ports-8ffd11e954fd10ae3c2d4e1b8674568fa729aacb.zip FreeBSD-ports-8ffd11e954fd10ae3c2d4e1b8674568fa729aacb.tar.gz |
- mark BROKEN
Diffstat (limited to 'dns/powerdns')
-rw-r--r-- | dns/powerdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index b81c6be..2eeb8ff 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="" |