ports/62489: Maintainer update: www/linux-opera, fix the depends if you don't have the linux_base(-8) install.

Jeremy Messenger mezz7 at cox.net
Sat Feb 7 20:00:37 UTC 2004


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



More information about the freebsd-ports-bugs mailing list