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"
Responsible Changed From-To: freebsd-ports-bugs->nox Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!