Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 09:59:53 GMT
From:      Markus Mann <kontakt@it64.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175448: powerdns refuses to build in poudriere because it misses pkg-config
Message-ID:  <201301200959.r0K9xrQ7011571@red.freebsd.org>
Resent-Message-ID: <201301201000.r0KA01MR054419@freefall.freebsd.org>

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

>Number:         175448
>Category:       ports
>Synopsis:       powerdns refuses to build in poudriere because it misses pkg-config
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 20 10:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Markus Mann
>Release:        FreeBSD 9.1
>Organization:
it64
>Environment:
FreeBSD build01.intern.sgd.it64.de 9.1-RELEASE FreeBSD 9.1-RELEASE #3 r244837: Sun Dec 30 03:29:19 CET 2012     root@build01.intern.sgd.it64.de:/usr/obj/usr/src/sys/IT64SERVER  amd64
>Description:
In poudriere building of dns/powerdns fails because it needs pkg-config, which is not listed as a dependency in the Makefile.
>How-To-Repeat:
Set up poudriere and try to build dns/powerdns
>Fix:
--- dns/powerdns/Makefile.orig  2012-11-17 06:57:10.000000000 +0100
+++ dns/powerdns/Makefile       2013-01-20 10:28:39.380407709 +0100
@@ -25,6 +25,7 @@
 USE_GMAKE=     YES
 USE_SUBMAKE=   YES
 USE_AUTOTOOLS= libtool
+USE_PKGCONFIG=  YES
 USE_LDCONFIG=  YES
 CXXFLAGS+=     -I${LOCALBASE}/include
 LDFLAGS+=      -L${LOCALBASE}/lib


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200959.r0K9xrQ7011571>