Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2007 12:10:08 +0100 (BST)
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113217: [patch] ports/deskutils/kuake incorrect dependency
Message-ID:  <200706011110.l51BA8gJ075398@buffy.york.ac.uk>
Resent-Message-ID: <200706011120.l51BK4A4006033@freefall.freebsd.org>

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

>Number:         113217
>Category:       ports
>Synopsis:       [patch] ports/deskutils/kuake incorrect 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 Jun 01 11:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 6.2-STABLE FreeBSD 6.2-STABLE #10: Sat May 5 21:19:46 BST 2007 root@buffy.york.ac.uk:/usr/obj/usr/src/sys/BUFFY i386

>Description:
	ports/deskutils/kuake is a console-based application based on Konsole.
If an attempt is made to install it on a machine which doesn't have KDE
installed, it will build, install and run fine, but just won't work.  I'm
assuming this is because it needs Konsole itself installed, but the Makefile
only has a dependency on kdelibs, not kdebase so this doesn't get installed.
Once kdebase is installed, kuake works.

>How-To-Repeat:
	Install (eg) Gnome, install kuake, try using it.  Install kdebase and
try again.

>Fix:

--- kuake.diff begins here ---
Index: ports/deskutils/kuake/Makefile
===================================================================
RCS file: /usr/cvs/ports/deskutils/kuake/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/deskutils/kuake/Makefile	19 May 2007 20:01:44 -0000	1.9
+++ ports/deskutils/kuake/Makefile	1 Jun 2007 11:01:31 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	KDE konsole application acting like the Quake-console
 
-USE_KDELIBS_VER=3
+USE_KDEBASE_VER=3
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
 
--- kuake.diff ends here ---


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



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