Date: Fri, 21 May 2010 20:44:16 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146806: x11-toolkits/gtkdatabox: invalid dependency Message-ID: <201005212044.o4LKiGti066964@www.freebsd.org> Resent-Message-ID: <201005212050.o4LKo1EP092345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146806 >Category: ports >Synopsis: x11-toolkits/gtkdatabox: invalid dependency >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: Fri May 21 20:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: x11-toolkits/gtkdatabox cannot find gladeui-1.7 because devel/glade3 has the 1.9 version. >How-To-Repeat: >Fix: Patch attached with submission follows: >From fe85259a41a41d0b836058ca2448f3b1f75b5972 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin <anatoly.borodin@gmail.com> Date: Sun, 21 Mar 2010 23:28:05 +0100 Subject: [PATCH] gladeui is 1.9 --- x11-toolkits/gtkdatabox/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git x11-toolkits/gtkdatabox/Makefile x11-toolkits/gtkdatabox/Makefile index 96ec4df..812aae7 100644 --- x11-toolkits/gtkdatabox/Makefile +++ x11-toolkits/gtkdatabox/Makefile @@ -41,7 +41,7 @@ PLIST_SUB+= GLADE="@comment " .endif .if !defined(WITHOUT_GLADEUI) -LIB_DEPENDS+= gladeui-1.7:${PORTSDIR}/devel/glade3 +LIB_DEPENDS+= gladeui-1.9:${PORTSDIR}/devel/glade3 CONFIGURE_ARGS+= --enable-glade PLIST_SUB+= GLADEUI="" .else -- 1.7.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005212044.o4LKiGti066964>