diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 20:50:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 20:50:42 +0000 |
commit | a9a4b8f402d64f5c7aaac697bbb12339963ffcbd (patch) | |
tree | b86a79092810baee01292a04539a7e228e3184db /dns | |
parent | 0cf03e530140d70a094256093baf14de572657bc (diff) | |
download | ports-a9a4b8f402d64f5c7aaac697bbb12339963ffcbd.tar.gz ports-a9a4b8f402d64f5c7aaac697bbb12339963ffcbd.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 | ||||
-rw-r--r-- | dns/fastresolve/Makefile | 1 | ||||
-rw-r--r-- | dns/firedns/Makefile | 1 | ||||
-rw-r--r-- | dns/geta/Makefile | 1 | ||||
-rw-r--r-- | dns/ldns/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneCheck/Makefile | 1 | ||||
-rw-r--r-- | dns/totd/Makefile | 1 |
7 files changed, 7 insertions, 2 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 547dae1eae95..dff3fb83f80e 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 #IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* +BROKEN= Size mismatch PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html SUB_FILES= pkg-message diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 74951f14b4b5..d9e4bc0b327f 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Programs that process web logs to get DNS and domain ownership info +BROKEN= Unfetchable LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile index d8d3ba4091fb..1283b42067ca 100644 --- a/dns/firedns/Makefile +++ b/dns/firedns/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= http://www.firestuff.org/projects/ \ MAINTAINER= dean@odyssey.apana.org.au COMMENT= C library for handling asynchronous DNS queries +BROKEN= Unfetchable BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring USES= tar:bzip2 diff --git a/dns/geta/Makefile b/dns/geta/Makefile index 2344243b89fb..eeb595e8f96d 100644 --- a/dns/geta/Makefile +++ b/dns/geta/Makefile @@ -11,6 +11,7 @@ DISTNAME= pping-${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Geta(GET Address) - Simple IPv4/IPv6 address resolving tool +BROKEN= Unfetchable WRKSRC= ${WRKDIR}/pping GNU_CONFIGURE= yes USES= perl5 diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 9bfc0af1d6b0..8ce6918dbde3 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -15,8 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USES= gmake libtool -USE_OPENSSL= yes +USES= gmake libtool ssl USE_LDCONFIG= yes .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) diff --git a/dns/p5-Net-DNS-ZoneCheck/Makefile b/dns/p5-Net-DNS-ZoneCheck/Makefile index a04b4c5ba243..e4ff9c729195 100644 --- a/dns/p5-Net-DNS-ZoneCheck/Makefile +++ b/dns/p5-Net-DNS-ZoneCheck/Makefile @@ -11,6 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Validate a DNS zone composed of Net::DNS::RR records +BROKEN= Unfetchable BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/dns/totd/Makefile b/dns/totd/Makefile index e28d1d50e957..d37fa73273c9 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -12,6 +12,7 @@ COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation USES= desthack uidfix +BROKEN= Unfetchable USE_RC_SUBR= totd GNU_CONFIGURE= yes |