Bug 133400 - www/rt38 -- add ${LOCALBASE}/bin to embedded paths
Summary: www/rt38 -- add ${LOCALBASE}/bin to embedded paths
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-05 21:20 UTC by Matthew Seaman
Modified: 2009-04-27 14:50 UTC (History)
1 user (show)

See Also:


Attachments
rt38.diff (964 bytes, patch)
2009-04-05 21:20 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2009-04-05 21:20:01 UTC
rt38 will run various auxilliary programs such ad graphviz, gnupg if
so configured.  Unfortunately the internal search path is set to
/bin:/usr/bin Under FreeBSD those applications are generally installed
from ports and can be found in ${LOCALBASE}/bin.  Modify the embedded
path in webmux.pl (for the web interface) and RT/Interface/CLI.pm for
command line tools such as rt-crontool or rt-mailgate
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-05 21:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-27 14:48:22 UTC
skreuzer    2009-04-27 13:48:12 UTC

  FreeBSD ports repository

  Modified files:
    www/rt38             Makefile 
  Log:
  add ${LOCALBASE}/bin to embedded paths
  
  PR:             ports/133400
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.12      +4 -0      ports/www/rt38/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 3 Steven Kreuzer freebsd_committer freebsd_triage 2009-04-27 14:48:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!