Bug 113217 - [patch] ports/deskutils/kuake incorrect dependency
Summary: [patch] ports/deskutils/kuake incorrect dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 12:20 UTC by Gavin Atkinson
Modified: 2007-06-21 11:30 UTC (History)
0 users

See Also:


Attachments
kuake.diff (527 bytes, patch)
2007-06-01 12:20 UTC, Gavin Atkinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Atkinson 2007-06-01 12:20:03 UTC
	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.
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2007-06-08 15:38:23 UTC
I don't know if it more correct to have a RUN_DEPEND on konsole in
kdebase3, or if setting USE_KDEBASE_VER=3 i(as the patch does) is
correct.  I'll leave it to the committer to choose :)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-06-21 11:24:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-21 11:24:14 UTC
rafan       2007-06-21 10:24:06 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/kuake      Makefile 
  Log:
  - This port uses konsole's library from x11/kdebase3. Therfore, define
    USE_KDEBASE_VER to pull that dependency.
  
  PR:               ports/113217
  Submitted by:     Gavin Atkinson <gavin.atkinson at ury.york.ac.uk>
  
  Revision  Changes    Path
  1.10      +2 -2      ports/deskutils/kuake/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"