Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2013 10:03:57 GMT
From:      Reko Turja <reko.turja@liukuma.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176391: graphics/liblqr-1 possible misuse of glib20 in Makefile
Message-ID:  <201302241003.r1OA3v8O094271@red.freebsd.org>
Resent-Message-ID: <201302241010.r1OAA0WS064528@freefall.freebsd.org>

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

>Number:         176391
>Category:       ports
>Synopsis:       graphics/liblqr-1 possible misuse of glib20 in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 24 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Reko Turja
>Release:        8.x
>Organization:
N/A
>Environment:
>Description:
Liquid rescale library installs gamin and libgiofam as dependencies at install time, even though it seems that neither is actually needed by the library.
>How-To-Repeat:
cd /usr/ports/graphics/liblqr-1
make install
>Fix:
Change the

USE_GNOME=     glib20 pkgconfig

into

USE_GNOME=     _glib20 pkgconfig

in the port Makefile.

Patch attached with submission follows:

--- Makefile.old        2013-02-24 11:45:03.000000000 +0200
+++ Makefile    2013-02-24 11:36:41.000000000 +0200
@@ -18,7 +18,7 @@
 GNU_CONFIGURE= yes
 USE_BZIP2=     yes
 USE_GMAKE=     yes
-USE_GNOME=     glib20 pkgconfig
+USE_GNOME=     _glib20 pkgconfig
 USE_GETTEXT=   yes
 MAKE_JOBS_SAFE=        yes
 USE_LDCONFIG=  yes

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



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