ports/85684: Opera port needs compat5x dependency on >= 6.0

Arjan van Leeuwen avleeuwen at piwebs.com
Sat Sep 3 08:30:20 UTC 2005


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list