Bug 124091 - [patch] graphics/gnash and graphics/gnash-devel: Detects wrong libraries on FreeBSD/amd64
Summary: [patch] graphics/gnash and graphics/gnash-devel: Detects wrong libraries on F...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 08:10 UTC by Scot Hetzel
Modified: 2008-06-01 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.59 KB, patch)
2008-05-29 08:10 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2008-05-29 08:10:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-29 08:10:06 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-29 08:10:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dmitry Marakasov 2008-05-29 08:57:57 UTC
* 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
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-05-29 10:38:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-06-01 21:51:52 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2008-06-01 21:51:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!