Bug 146506

Summary: astro/google-earth fails to build on non-standard PREFIX / LOCALBASE
Product: Ports & Packages Reporter: Kris Moore <kmoore>
Component: Individual Port(s)Assignee: Juergen Lock <nox>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kris Moore freebsd_committer freebsd_triage 2010-05-12 02:30:01 UTC
When trying to compile astro/google-earth on a non-standard LOCALBASE / PREFIX, it fails the patch process, due to the way files/patch-stacksize is made, it only applies cleanly when using "/usr/local" as the base.

Fix: 

The files/patch-stacksize will probably need to be re-rolled without the offending bits. Maybe have the patch applied before doing all the stuff currently in pre-patch: in Makefile?
How-To-Repeat: Set PREFIX / LOCALBASE to anything not "/usr/local" and try to run "make"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-12 02:30:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-12 20:04:11 UTC
nox         2010-05-12 19:04:03 UTC

  FreeBSD ports repository

  Modified files:
    astro/google-earth   Makefile 
    astro/google-earth/files patch-stacksize 
  Log:
  Fix build for nonstandard PREFIX / LOCALBASE.
  
  PR:             ports/146506
  Submitted by:   kmoore
  
  Revision  Changes    Path
  1.40      +1 -1      ports/astro/google-earth/Makefile
  1.2       +2 -2      ports/astro/google-earth/files/patch-stacksize
_______________________________________________
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 Juergen Lock freebsd_committer freebsd_triage 2010-05-12 20:04:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!