From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 20:50:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A9126DF; Sun, 5 Apr 2015 20:50:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E91D3BDC; Sun, 5 Apr 2015 20:50:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35Kojth052039; Sun, 5 Apr 2015 20:50:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35Kohrw052030; Sun, 5 Apr 2015 20:50:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504052050.t35Kohrw052030@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 5 Apr 2015 20:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383357 - in head/dns: dnsmasq-devel fastresolve firedns geta ldns p5-Net-DNS-ZoneCheck totd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 20:50:46 -0000 Author: bapt Date: Sun Apr 5 20:50:42 2015 New Revision: 383357 URL: https://svnweb.freebsd.org/changeset/ports/383357 Log: Mark as broken unfetchable ports Modified: head/dns/dnsmasq-devel/Makefile head/dns/fastresolve/Makefile head/dns/firedns/Makefile head/dns/geta/Makefile head/dns/ldns/Makefile head/dns/p5-Net-DNS-ZoneCheck/Makefile head/dns/totd/Makefile Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/dnsmasq-devel/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -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 Modified: head/dns/fastresolve/Makefile ============================================================================== --- head/dns/fastresolve/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/fastresolve/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.djmnet.org/sw/d 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 Modified: head/dns/firedns/Makefile ============================================================================== --- head/dns/firedns/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/firedns/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -11,6 +11,7 @@ MASTER_SITES= http://www.firestuff.org/p 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 Modified: head/dns/geta/Makefile ============================================================================== --- head/dns/geta/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/geta/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -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 Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/ldns/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -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)) Modified: head/dns/p5-Net-DNS-ZoneCheck/Makefile ============================================================================== --- head/dns/p5-Net-DNS-ZoneCheck/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/p5-Net-DNS-ZoneCheck/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -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} Modified: head/dns/totd/Makefile ============================================================================== --- head/dns/totd/Makefile Sun Apr 5 20:21:38 2015 (r383356) +++ head/dns/totd/Makefile Sun Apr 5 20:50:42 2015 (r383357) @@ -12,6 +12,7 @@ COMMENT= DNS proxy that supports IPv6 <= USES= desthack uidfix +BROKEN= Unfetchable USE_RC_SUBR= totd GNU_CONFIGURE= yes