Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2010 05:25:46 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152155: [patch] x11/xorg-minimal: remove font deps
Message-ID:  <86hbfn8ehh.fsf@gmail.com>
Resent-Message-ID: <201011120230.oAC2UDvs031309@freefall.freebsd.org>

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

>Number:         152155
>Category:       ports
>Synopsis:       [patch] x11/xorg-minimal: remove font deps
>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:   Fri Nov 12 02:30:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
# xorg.conf
Section "Files"
	FontPath	"/nonexistent"
EndSection

Section "ServerFlags"
	Option "UseDefaultFontPath" "false"
EndSection
>Description:
Remove dependency on font ports, Xserver can fall back to "built-ins"
fonts for "fixed" and "cursor". And LOCALBASE/lib/X11/fonts tree isn't
required to exist.

ref. http://cgit.freedesktop.org/xorg/xserver/commit/?id=49b93df (since 1.6.0)
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: x11/xorg-minimal/Makefile
===================================================================
RCS file: /a/.cvsup/ports/x11/xorg-minimal/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- x11/xorg-minimal/Makefile	11 Jul 2010 18:41:14 -0000	1.7
+++ x11/xorg-minimal/Makefile	12 Nov 2010 02:08:22 -0000
@@ -26,10 +26,7 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PO
 		${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:${PORTSDIR}/x11-drivers/xf86-input-mouse \
 		${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:${PORTSDIR}/x11-drivers/xf86-input-keyboard \
 		${LOCALBASE}/bin/xinit:${PORTSDIR}/x11/xinit \
-		${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth \
-		${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \
-		${LOCALBASE}/lib/X11/fonts/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \
-		${LOCALBASE}/lib/X11/fonts/misc/10x20.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc
+		${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth
 
 do-install:
 
--- a.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?86hbfn8ehh.fsf>