aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-nestserver
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-22 19:49:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-22 19:49:09 +0000
commit66d439f626997fffc175a2c19180f3014b0e9442 (patch)
tree6083fa1d825dd19c7fc9778b13edb446af71a40c /x11-servers/xorg-nestserver
parent6faf9b65ab0e0621394262181c71c5db839b61e6 (diff)
downloadports-66d439f626997fffc175a2c19180f3014b0e9442.tar.gz
ports-66d439f626997fffc175a2c19180f3014b0e9442.zip
Disable fontpath.d support as it overwrites the default fontrootdir making non
fontconfig application like xcalc not to find their fonts Reported by: Jakub Lach <jakub_lach@mailplus.pl>, Stefan Thurner <stthur@gmail.com>
Notes
Notes: svn path=/head/; revision=381951
Diffstat (limited to 'x11-servers/xorg-nestserver')
-rw-r--r--x11-servers/xorg-nestserver/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile
index fc71f8891ca6..05d1134acd68 100644
--- a/x11-servers/xorg-nestserver/Makefile
+++ b/x11-servers/xorg-nestserver/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xorg-nestserver
PORTVERSION= 1.14.7
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG
@@ -41,8 +41,7 @@ CONFIGURE_ARGS= --disable-dmx \
--disable-vbe \
--disable-vgahw \
--disable-xvfb \
- --with-fontrootdir=${PREFIX}/share/fonts \
- --with-default-font-path="catalogue:${LOCALBASE}/etc/X11/fontpath.d,built-ins"
+ --with-fontrootdir=${PREFIX}/share/fonts
USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
damageproto xcmiscproto xextproto xf86miscproto inputproto \