Bug 114149 - [PATCH] www/opera: Unbreak on FreeBSD-CURRENT
Summary: [PATCH] www/opera: Unbreak on FreeBSD-CURRENT
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 12:10 UTC by Ulrich Spoerlein
Modified: 2007-07-02 18:10 UTC (History)
1 user (show)

See Also:


Attachments
opera-9.21.20070510_1.patch (498 bytes, patch)
2007-06-30 12:10 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2007-06-30 12:10:04 UTC
With the threading library switch on 7.0-CURRENT libqt-mt.so is linking
against libthr.so.3. The "shared" Opera version is linking against
libpthread.so.2. Consequently, it crashes on startup.

Port maintainer (freebsd-maintainer@opera.com) is cc'd.
Generated with FreeBSD Port Tools 0.77

Fix: Revert back to the static Opera build on 7.x for now.
How-To-Repeat: Install up-to-date CURRENT snapshot, install Opera, run ldd(1)
against the opera binary.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-30 12:10:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Arjan van Leeuwen 2007-07-02 16:32:59 UTC
Yep, looks like a good idea until we have a native FreeBSD 7 build.

Thanks,

Arjan van Leeuwen
Opera Software ASA

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-02 18:03:53 UTC
rafan       2007-07-02 17:03:49 UTC

  FreeBSD ports repository

  Modified files:
    www/opera            Makefile 
  Log:
  - Unbreak on -current by switching back to static linked version.
    This is due to our version bump on threading libraries.
  
  PR:           ports/114149
  Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com>
  Approved by:  Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer)
  
  Revision  Changes    Path
  1.61      +3 -1      ports/www/opera/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 4 Rong-En Fan freebsd_committer freebsd_triage 2007-07-02 18:03:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!