When I execute freeorion, I get the following: tethys:/usr/ports/games>freeorion /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/freeorion not found Exit 1 You have new mail. tethys:/usr/ports/games> Checking the supported GLIBCXX's of that shared lib, I get: tethys:/usr/ports/games>strings /usr/lib/libstdc++.so.6 | grep XX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 CXXABI_1.3 CXXABI_1.3.1 GLIBCXX_FORCE_NEW tethys:/usr/ports/games> How-To-Repeat: CSUP to latest ports tree on a stable 8.x system running AMD64 and you will be able to reproduce this.
Responsible Changed From-To: freebsd-ports-bugs->oliver Fix synopsis and assign.
oliver 2010-01-08 10:32:17 UTC FreeBSD ports repository Modified files: games/freeorion Makefile games/freeorion/files patch-SConstruct Log: fix the linking of freeorion to pick up the right libstdc++ library PR: ports/142432 Submitted By: Rusty Nejdl <rnejdl@ringofsaturn.com> Revision Changes Path 1.19 +4 -3 ports/games/freeorion/Makefile 1.4 +24 -5 ports/games/freeorion/files/patch-SConstruct _______________________________________________ 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 Fixed, Thanks for submitting this PR!