Bug 146506 - astro/google-earth fails to build on non-standard PREFIX / LOCALBASE
Summary: astro/google-earth fails to build on non-standard PREFIX / 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: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 02:30 UTC by Kris Moore
Modified: 2010-05-12 20:10 UTC (History)
0 users

See Also:


Attachments

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