Bug 133400

Summary: www/rt38 -- add ${LOCALBASE}/bin to embedded paths
Product: Ports & Packages Reporter: Matthew Seaman <m.seaman>
Component: Individual Port(s)Assignee: Steven Kreuzer <skreuzer>
Status: Closed FIXED    
Severity: Affects Only Me CC: skreuzer
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rt38.diff none

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!