/usr/local/bin/gorilla sh script is using wish, but it's not available because when it's installed it adds version numbers to it. Instead script should use wish8.4 or wish8.5 or whatever version it's works with $ sh -x gorilla + exec wish gorilla exec: wish: not found For example look at net-im/tkabber-devel (/usr/local/bin/tkabber sh script) This is easy to fix Fix: sed -I.bak 's/wish/wish8.5/g' gorilla
Maintainer of security/gorilla, Please note that PR ports/153706 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153706 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Looks like tk-wrapper is required. Sorry! Patch should help. Chris
Responsible Changed From-To: freebsd-ports-bugs->beat I'll take it.
beat 2011-01-26 21:12:02 UTC FreeBSD ports repository Modified files: security/gorilla Makefile Log: - Add tk-wrapper as run dependency to fix execution of gorilla script PR: ports/153706 Reported by: Aldis Berjoza <aldis AT bsdroot.lv> Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.14 +3 -1 ports/security/gorilla/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"
State Changed From-To: feedback->closed Committed. Thanks!