misc/131117: [PATCH]net/liferea: Incorrect LIB_DEPENS for webkit

Thomas Mueller tmueller at sysgo.com
Thu Jan 29 05:30:05 PST 2009


>Number:         131117
>Category:       misc
>Synopsis:       [PATCH]net/liferea: Incorrect LIB_DEPENS for webkit
>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:   Thu Jan 29 13:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Mueller
>Release:        FreeBSD 7.1-STABLE
>Organization:
>Environment:
FreeBSD tom.ulm.sysgo.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Tue Jan 20 10:57:50 CET 2009     toor at tom.ulm.sysgo.com:/usr/obj/usr/src/sys/TOM  amd64

>Description:
The LIB_DEPENDS entry in net/liferea/Makefile is incorrect.
A build with WEBKIT=on tries to rebuild www/webkit-gtk2 although it is
already installed.

>How-To-Repeat:
Enable WEBKIT and build.
>Fix:
--- Makefile.org        2009-01-29 14:17:43.000000000 +0100
+++ Makefile    2009-01-29 14:18:03.000000000 +0100
@@ -61,7 +61,7 @@
 .endif
 
 .ifdef WITH_WEBKIT
-LIB_DEPENDS+=  WebKitGtk.1:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS+=  webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2
 CONFIGURE_ARGS+=--enable-webkit
 PLIST_SUB+=    WEBKIT=""
 .else


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


More information about the freebsd-bugs mailing list