ports/152155: [patch] x11/xorg-minimal: remove font deps
Anonymous
swell.k at gmail.com
Fri Nov 12 02:30:14 UTC 2010
>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:
More information about the freebsd-ports-bugs
mailing list