Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2006 10:57:13 +0200
From:      "Alexander Leidinger" <netchild@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/96849: Update the linuxolator infrastructure
Message-ID:  <1146905833.13860@Magellan.Leidinger.net>
Resent-Message-ID: <200605060900.k4690Tru053761@freefall.freebsd.org>

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

>Number:         96849
>Category:       ports
>Synopsis:       Update the linuxolator infrastructure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 06 09:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Leidinger
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 7.0-CURRENT #191: Sat Apr 29 10:56:49 CEST 2006
    root@Magellan.Leidinger.net:/big/usr/src/sys/i386/compile/WORK



>Description:


This changes the default linux base to the FC3 one and uses the linux xorg libs instead of the XFree86 ones.


>How-To-Repeat:





>Fix:


--- linux.diff begins here ---
Index: Mk/bsd.port.mk
===================================================================
RCS file: /big/FreeBSD-CVS/ports/Mk/bsd.port.mk,v
retrieving revision 1.532
diff -u -u -r1.532 bsd.port.mk
--- Mk/bsd.port.mk	2 May 2006 10:09:23 -0000	1.532
+++ Mk/bsd.port.mk	6 May 2006 08:54:48 -0000
@@ -422,7 +422,7 @@
 # USE_QT_VER	- Set to 3 to use the QT libraries.
 #				  Implies inclusion of bsd.kde.mk.
 ##
-# USE_LINUX		- Set to yes to say the port needs emulators/linux_base-8.
+# USE_LINUX		- Set to yes to say the port needs the default linux base port.
 #				  Set to value <X>, if the port needs emulators/linux_base-<X>.
 #				  If set to "7", a dependency is registered to emulators/linux_base.
 #				  Implies appropriate settings for NO_FILTER_SHLIBS,
@@ -1625,7 +1625,7 @@
 LINUX_BASE_PORT=	${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base
 .		else
 .			if ${USE_LINUX:L} == "yes"
-LINUX_BASE_PORT=	${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-8
+LINUX_BASE_PORT=	${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc3
 .			else
 IGNORE=	There is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT.
 .			endif
@@ -1831,7 +1831,7 @@
 
 .if defined(USE_XLIB)
 .	if defined(USE_LINUX)
-RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
+RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs
 .	else
 LIB_DEPENDS+=	X11.6:${X_LIBRARIES_PORT}
 .	endif
--- linux.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?1146905833.13860>