Bug 153706 - security/gorilla broken
Summary: security/gorilla broken
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: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-05 14:20 UTC by Aldis Berjoza
Modified: 2011-01-26 21:20 UTC (History)
0 users

See Also:


Attachments
gorilla.diff (639 bytes, patch)
2011-01-05 18:28 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2011-01-05 14:20:05 UTC
/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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-05 14:20:09 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-05 14:20:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Chris Rees 2011-01-05 18:28:04 UTC
Looks like tk-wrapper is required. Sorry!

Patch should help.

Chris
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2011-01-26 20:40:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-01-26 21:12:08 UTC
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"
Comment 6 Beat Gaetzi freebsd_committer freebsd_triage 2011-01-26 21:12:39 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!