ports/176391: graphics/liblqr-1 possible misuse of glib20 in Makefile

Reko Turja reko.turja at liukuma.net
Sun Feb 24 10:10:01 UTC 2013


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


More information about the freebsd-ports-bugs mailing list