ports/181990: audio/mumble: uses needs pkgconfig

Kalten kalten at gmx.at
Tue Sep 10 12:10:00 UTC 2013


>Number:         181990
>Category:       ports
>Synopsis:       audio/mumble: uses needs pkgconfig
>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:   Tue Sep 10 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kalten
>Release:        9.1-RELEASE-p* amd64
>Organization:
>Environment:
FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I compile packages in ports-mgmt/poudriere.
``pkg-config: not found''
and some resulting errors.
>How-To-Repeat:
Use ports-mgmt/poudriere to build the package.
>Fix:
Add ``pkgconfig'' to ``USES='' in Makefile.
(see attached patch-file)


Patch attached with submission follows:

--- Makefile.orig	2013-09-04 23:51:20.000000000 +0200
+++ Makefile	2013-09-05 16:01:41.000000000 +0200
@@ -17,7 +17,7 @@
 		protoc:${PORTSDIR}/devel/protobuf \
 		opus:${PORTSDIR}/audio/opus
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_QT4=	gui svg iconengines_run xml sql network l10n \
 		linguist_build qmake_build moc_build rcc_build uic_build \
 		opengl sql-sqlite3_run


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


More information about the freebsd-ports-bugs mailing list