Date: Sat, 3 Sep 2005 10:24:43 +0200 From: "Arjan van Leeuwen" <avleeuwen@piwebs.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/85684: Opera port needs compat5x dependency on >= 6.0 Message-ID: <1125735883.0@winston.piwebs.com> Resent-Message-ID: <200509030830.j838UJbg097038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85684 >Category: ports >Synopsis: Opera port needs compat5x dependency on >= 6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 03 08:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 6.0-BETA3 i386 >Organization: >Environment: System: FreeBSD 6.0-BETA3 #1: Thu Sep 1 22:18:20 CEST 2005 root@winston.piwebs.com:/usr/obj/usr/src/sys/WINSTON >Description: Make Opera (www/opera) depend on compat5x when using FreeBSD 6.0 or higher. This is needed for the libz.so.2 library. Reported by: Pav Lucistnik <pav@freebsd.org> >How-To-Repeat: >Fix: --- opera.diff begins here --- diff -urN /usr/ports/www/opera/Makefile opera/Makefile --- /usr/ports/www/opera/Makefile Tue Aug 9 20:45:00 2005 +++ opera/Makefile Sat Sep 3 10:21:22 2005 @@ -54,6 +54,10 @@ LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .endif +.if ${OSVERSION} >= 600000 +LIB_DEPENDS+= libz.2:${PORTSDIR}/misc/compat5x +.endif + .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME="" .else --- opera.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1125735883.0>