ports/181989: graphics/hugin: uses needs pkgconfig
Kalten
kalten at gmx.at
Tue Sep 10 11:50:00 UTC 2013
>Number: 181989
>Category: ports
>Synopsis: graphics/hugin: 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 11:50: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.
``-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
-- WARNING: PKGCONFIG() indicates that the tool pkg-config has not been found on your system. You should install it.''
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:27.000000000 +0200
+++ Makefile 2013-09-05 15:28:05.000000000 +0200
@@ -33,7 +33,7 @@
PANOMATIC_DESC= Install graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
-USES= cmake gettext
+USES= cmake gettext pkgconfig
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list