Bug 139650 - games/tuxpaint is broken with alternate LOCALBASE
Summary: games/tuxpaint is broken with alternate LOCALBASE
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 19:10 UTC by Kris Moore
Modified: 2009-11-11 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (588 bytes, patch)
2009-10-15 19:10 UTC, Kris Moore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!