Bug 139650

Summary: games/tuxpaint is broken with alternate LOCALBASE
Product: Ports & Packages Reporter: Kris Moore <kmoore>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kris Moore freebsd_committer freebsd_triage 2009-10-15 19:10:02 UTC
The tuxpaint port has /usr/local hard-coded in a few places, which causes the application to fail when it is built / run in a different LOCALBASE.

Fix: Apply attached patch file and rebuild the port. 

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-15 19:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-11 21:57:59 UTC
kmoore      2009-11-11 21:57:46 UTC

  FreeBSD ports repository

  Modified files:
    games/tuxpaint       Makefile 
  Log:
  - Fix runtime issues when using CUSTOM prefix
  
  PR: 139650
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.17      +7 -1      ports/games/tuxpaint/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 Kris Moore freebsd_committer freebsd_triage 2009-11-11 21:59:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!