misc/181988: graphics/qiv: uses needs pkgconfig

Kalten kalten at gmx.at
Tue Sep 10 11:40:02 UTC 2013


>Number:         181988
>Category:       misc
>Synopsis:       graphics/qiv: uses needs pkgconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 11:40:01 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.
``gmake: pkg-config: Command not found''
and some resulting errors.
(does not occur when directly compiling via ``make'')

>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:13:32.000000000 +0200
+++ Makefile	2013-09-05 15:40:55.000000000 +0200
@@ -16,9 +16,9 @@
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
 
+USES=		pkgconfig gmake
 
 OPTIONS_DEFINE=	XINERAMA
 


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


More information about the freebsd-bugs mailing list