While compiling the graphics/gnash port I noticed that during the configure phase it was reporting: : checking whether pthreads work with -pthread... yes^M checking searching for pthread library... using -L/usr/lib32 -lpthread^M : POSIX Threads flags are: -D_THREAD_SAFE -pthread^M POSIX Threads lib is: -L/usr/lib32 -lpthread^M : Z flags are: default include path^M Z libs are: -L/usr/lib32 -lz ^M Which causes the port to build with the wrong libraries. Fix: Apply the attached patch Patch attached with submission follows: How-To-Repeat: On FreeBSD/AMD64, install the lib32 libraries, and then perform a make configure
Maintainer of graphics/gnash, Please note that PR ports/124091 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124091 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
* Edwin Groothuis (edwin@FreeBSD.org) wrote: > Please note that PR ports/124091 has just been submitted. Approved, thanks! -- Dmitry A. Marakasov | jabber: amdmi3@jabber.ru amdmi3@amdmi3.ru | http://www.amdmi3.ru
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-06-01 20:51:44 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Fix wrong libraries path on amd64 - Bump PORTREVISION PR: 124091 Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> Approved by: maintainer Revision Changes Path 1.25 +2 -0 ports/graphics/gnash/Makefile _______________________________________________ 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: feedback->closed Committed. Thanks!