Date: Tue, 10 Sep 2013 11:39:43 GMT From: Kalten <kalten@gmx.at> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/181988: graphics/qiv: uses needs pkgconfig Message-ID: <201309101139.r8ABdhZB071458@oldred.freebsd.org> Resent-Message-ID: <201309101140.r8ABe1DU007860@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309101139.r8ABdhZB071458>