summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-26 22:02:35 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-26 22:02:35 +0000
commit17118ed2fb561395fe5d50e841a4167b7aab55d0 (patch)
tree507fc082c550e86df2a05fa87945d35e482f17f6 /x11
parent- Update to 0.4.8 (diff)
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) - Bump PORTREVISION PR: ports/152155 Submitted by: Anonymous <swell.k@gmail.com> Approved by: ports@eitanadler.com (maintainer)
Notes
Notes: svn path=/head/; revision=265214
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-minimal/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile
index ca68a03335e4..fa7c7234b85c 100644
--- a/x11/xorg-minimal/Makefile
+++ b/x11/xorg-minimal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xorg
PORTVERSION= 7.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 x11-servers
MASTER_SITES= # none
PKGNAMESUFFIX= -minimal
@@ -26,10 +26,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
${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: