Date: Thu, 29 Jan 2009 13:23:17 GMT From: Thomas Mueller <tmueller@sysgo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/131117: [PATCH]net/liferea: Incorrect LIB_DEPENS for webkit Message-ID: <200901291323.n0TDNHkx040126@www.freebsd.org> Resent-Message-ID: <200901291330.n0TDU47I003694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901291323.n0TDNHkx040126>