Bug 146016 - gitk from devel/git fails because x11-toolkits/tk85 installs wish as wish8.5
Summary: gitk from devel/git fails because x11-toolkits/tk85 installs wish as wish8.5
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-24 17:10 UTC by Rebecca Cran
Modified: 2010-05-07 03:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Cran freebsd_committer freebsd_triage 2010-04-24 17:10:07 UTC
devel/git installs a version of gitk which doesn't work by default because the x11-toolkits/tk85 dependency doesn't install a 'wish' binary, but instead installs it as wish8.5:

> gitk
exec: wish: not found

How-To-Repeat: Install devel/git and run gitk
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-24 17:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-07 03:43:53 UTC
wxs         2010-05-07 02:43:37 UTC

  FreeBSD ports repository

  Modified files:
    devel/git            Makefile distinfo pkg-plist 
    devel/git/files      pkg-message.in 
  Added files:
    devel/git/files      patch-gitk-git__gitk 
  Log:
  Update to 1.7.1.
  [1]: Fix gitk to exec wish8.5 and not wish.
  [2]: Add a CONTRIB knob, default to on, which installs contrib scripts.
  Use COPYTREE_SHARE for installing GITWEB stuff.
  Whitespace cleanup in P4 OPTION definition and installation.
  Note CONTRIB information in pkg-message.
  
  Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt
  
  PR:             [1]: ports/146016
  Submitted by:   [1]: Bruce Cran <bruce@cran.org.uk>
                  [2]: Martin Sugioarto (based upon a patch via private mail)
  
  Revision  Changes    Path
  1.86      +30 -17    ports/devel/git/Makefile
  1.60      +18 -18    ports/devel/git/distinfo
  1.1       +10 -0     ports/devel/git/files/patch-gitk-git__gitk (new)
  1.2       +11 -0     ports/devel/git/files/pkg-message.in
  1.56      +95 -0     ports/devel/git/pkg-plist
_______________________________________________
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"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2010-05-07 03:50:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!