ports/113217: [patch] ports/deskutils/kuake incorrect dependency
Gavin Atkinson
gavin.atkinson at ury.york.ac.uk
Fri Jun 1 11:20:04 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list