Bug 114149

Summary: [PATCH] www/opera: Unbreak on FreeBSD-CURRENT
Product: Ports & Packages Reporter: Ulrich Spoerlein <uspoerlein>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-maintainer
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
opera-9.21.20070510_1.patch none

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!