Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 10:02:46 +0200
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182902: [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping
Message-ID:  <E1VUXgM-000DP0-NR@cainites.net>
Resent-Message-ID: <201310110810.r9B8A0uA037034@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182902
>Category:       ports
>Synopsis:       [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 11 08:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255981: Wed Oct  2 10:15:07
>Description:
Add bash dependency for bootstrapping (BUILD_DEPENDS)

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- powerdns-devel-3.3,1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 330060)
+++ Makefile	(working copy)
@@ -13,7 +13,8 @@
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	ragel:${PORTSDIR}/devel/ragel
+BUILD_DEPENDS=	ragel:${PORTSDIR}/devel/ragel \
+		bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libboost_serialization.so:${PORTSDIR}/devel/boost-libs
 
 USE_GITHUB=	YES
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 330060)
+++ pkg-plist	(working copy)
@@ -44,6 +44,10 @@
 lib/libpipebackend.la
 lib/libpipebackend.so
 lib/libpipebackend.so.0
+%%WITHTOOLS%%man/man1/dnstcpbench.1.gz
+%%WITHTOOLS%%man/man8/dnsreplay.8.gz
+%%WITHTOOLS%%man/man8/dnsscope.8.gz
+%%WITHTOOLS%%man/man8/dnswasher.8.gz
 man/man8/pdns_control.8.gz
 man/man8/pdns_server.8.gz
 man/man8/pdnssec.8.gz
--- powerdns-devel-3.3,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VUXgM-000DP0-NR>