Date: Sat, 30 Jun 2007 11:54:50 +0200 (CEST) From: Ulrich Spoerlein <uspoerlein@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-maintainer@opera.com Subject: ports/114149: [PATCH] www/opera: Unbreak on FreeBSD-CURRENT Message-ID: <200706300954.l5U9soia006541@roadrunner.q.local> Resent-Message-ID: <200706301110.l5UBA5um026426@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114149 >Category: ports >Synopsis: [PATCH] www/opera: Unbreak on FreeBSD-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 11:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD roadrunner.q.local 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Fri Jun 29 19:39:27 CEST 2007 >Description: 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 >How-To-Repeat: Install up-to-date CURRENT snapshot, install Opera, run ldd(1) against the opera binary. >Fix: Revert back to the static Opera build on 7.x for now. --- opera-9.21.20070510_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/opera/Makefile,v retrieving revision 1.60 diff -u -p -u -r1.60 Makefile --- Makefile 30 May 2007 06:24:45 -0000 1.60 +++ Makefile 30 Jun 2007 09:51:12 -0000 @@ -58,7 +58,9 @@ QT_PRESENT= off .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 +.if ${OSVERSION} >= 700040 +OPERA_TYPE= 1 +.elif ${OSVERSION} >= 600000 OPERA_TYPE= 4 .elif ${OSVERSION} >= 500000 OPERA_TYPE= 3 --- opera-9.21.20070510_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706300954.l5U9soia006541>