Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2004 13:32:16 -0600 (CST)
From:      Jeremy Messenger <mezz7@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62489: Maintainer update: www/linux-opera, fix the depends if you don't have the linux_base(-8) install.
Message-ID:  <200402071932.i17JWGLW025717@ns1.mezzweb.com>
Resent-Message-ID: <200402072000.i17K0baC004162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62489
>Category:       ports
>Synopsis:       Maintainer update: www/linux-opera, fix the depends if you don't have the linux_base(-8) install.
>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 Feb 07 12:00:36 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jan 29
23:14:45 CST 2004 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
If the linux_base(-8) isn't install, the linux-opera will try to install both
linux_base and linux_base-8 if you use the WITH_XFT2 define. All I have to do is
reorder the RUN_DEPENDS to fix this problem.

Reported by:	Maxlor (user @ bsdforums.org)

>How-To-Repeat:
n/a

>Fix:

--- linux-opera.diff begins here ---
diff -ur linux-opera.orig/Makefile linux-opera/Makefile
--- linux-opera.orig/Makefile	Fri Jan 23 22:48:09 2004
+++ linux-opera/Makefile	Sat Feb  7 13:15:25 2004
@@ -18,8 +18,6 @@
 CONFLICTS=	opera-*
 RESTRICTED=	"not redistributable; commercial software"
 
-RUN_DEPENDS=	${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
-
 .if defined(WITH_XFT2)
 RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \
 		${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
@@ -27,6 +25,8 @@
 .else
 USE_LINUX=	yes
 .endif
+
+RUN_DEPENDS+=    ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
--- linux-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?200402071932.i17JWGLW025717>