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
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!