Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 11:45:05 GMT
From:      Kalten <kalten@gmx.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181989: graphics/hugin: uses needs pkgconfig
Message-ID:  <201309101145.r8ABj5JB048771@oldred.freebsd.org>
Resent-Message-ID: <201309101150.r8ABo0jw047419@freefall.freebsd.org>

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

>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@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:



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