From mezz@ns1.mezzweb.com  Sat Feb  7 11:58:14 2004
Return-Path: <mezz@ns1.mezzweb.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 48DA116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Feb 2004 11:58:14 -0800 (PST)
Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7DDA43D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Feb 2004 11:58:13 -0800 (PST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: from ns1.mezzweb.com (localhost [127.0.0.1])
	by ns1.mezzweb.com (8.12.10/8.12.10) with ESMTP id i17JWGvw025718
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 7 Feb 2004 13:32:17 -0600 (CST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: (from mezz@localhost)
	by ns1.mezzweb.com (8.12.10/8.12.10/Submit) id i17JWGLW025717;
	Sat, 7 Feb 2004 13:32:16 -0600 (CST)
	(envelope-from mezz)
Message-Id: <200402071932.i17JWGLW025717@ns1.mezzweb.com>
Date: Sat, 7 Feb 2004 13:32:16 -0600 (CST)
From: Jeremy Messenger <mezz7@cox.net>
Reply-To: Jeremy Messenger <mezz7@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: www/linux-opera, fix the depends if you don't have the linux_base(-8) install.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 07 12:00:36 PST 2004
>Closed-Date:    Tue Feb 10 22:18:29 PST 2004
>Last-Modified:  Tue Feb 10 22:18:29 PST 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Feb 10 22:18:17 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62489 
>Unformatted:
