Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 10:01:58 +0100
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165352: [MAINTAINER] dns/powerdns: change boost-libs from BUILD_DEPENDS to LIB_DEPENDS
Message-ID:  <E1Rzlbi-0000ca-H4@cainites.net>
Resent-Message-ID: <201202210910.q1L9AAEW036349@freefall.freebsd.org>

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

>Number:         165352
>Category:       ports
>Synopsis:       [MAINTAINER] dns/powerdns: change boost-libs from BUILD_DEPENDS to LIB_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 09:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Jan  6 13:52:37 CET
>Description:
Change boost-libs from BUILD_DEPENDS to LIB_DEPENDS. This fixes installing from packages. 

This was spotted by Marat Bakeev <hawara@hawara.com> (GNATS report ports/164627)

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- powerdns-3.0.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/Makefile /usr/ports/dns/powerdns/Makefile
--- /usr/ports/dns/powerdns.orig/Makefile	2012-01-11 20:16:07.000000000 +0100
+++ /usr/ports/dns/powerdns/Makefile	2012-02-21 09:55:59.000000000 +0100
@@ -16,9 +16,9 @@
 COMMENT=	An advanced DNS server with multiple backends including SQL
 
 BUILD_DEPENDS=	bjam:${PORTSDIR}/devel/boost-jam \
-		${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \
 		${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
-LIB_DEPENDS=	botan.0:${PORTSDIR}/security/botan
+LIB_DEPENDS=	botan.0:${PORTSDIR}/security/botan \
+		boost_serialization.4:${PORTSDIR}/devel/boost-libs
 
 USE_LUA=	5.1
 LUA_COMPS=	lua
--- powerdns-3.0.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?E1Rzlbi-0000ca-H4>