While trying to install www/w3m, the configure script failed, a look into config.log releaved a problem with boehm-gc, which was installed before as dependency: /usr/local/lib/libgc.so: undefined reference to `GC_save_regs_in_stack' Fix: Pull in SPARC-specific code also on FreeBSD (see attached patch) Patch attached with submission follows: How-To-Repeat: Build a programm that uses boehm-gc
Responsible Changed From-To: freebsd-ports-bugs->stas Fix synopsis and assign. stas, if you want, I can try to test this.
stas 2009-12-19 11:11:15 UTC FreeBSD ports repository Added files: devel/boehm-gc/files patch-configure devel/boehm-gc-redirect/files patch-configure devel/boehm-gc-threaded/files patch-configure Log: - Fix sparc64 build. PR: ports/141713 Submitted by: Michael Moll <kvedulv@kvedulv.de> Revision Changes Path 1.1 +12 -0 ports/devel/boehm-gc-redirect/files/patch-configure (new) 1.1 +12 -0 ports/devel/boehm-gc-threaded/files/patch-configure (new) 1.5 +12 -0 ports/devel/boehm-gc/files/patch-configure (new) _______________________________________________ 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!