diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /x11-servers/xorg-vfbserver/Makefile | |
parent | 51da733b698e7bbedaac4743f457352334401249 (diff) | |
download | ports-a5da770e67afce95b829c38c5d5330fe69f7822c.tar.gz ports-a5da770e67afce95b829c38c5d5330fe69f7822c.zip |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Notes
Notes:
svn path=/head/; revision=381876
Diffstat (limited to 'x11-servers/xorg-vfbserver/Makefile')
-rw-r--r-- | x11-servers/xorg-vfbserver/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index f06e9ce5dbc3..f46ce8012867 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -3,6 +3,7 @@ PORTNAME= xorg-vfbserver PORTVERSION= 1.14.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG @@ -39,7 +40,9 @@ CONFIGURE_ARGS= --disable-dmx \ --disable-glx-tls \ --disable-vbe \ --disable-vgahw \ - --enable-xvfb + --enable-xvfb \ + --with-fontrootdir=${PREFIX}/share/fonts \ + --with-default-font-path="catalogue:${LOCALBASE}/etc/X11/fontpath.d,built-ins" USE_XORG= pixman x11 fixesproto damageproto xcmiscproto xtrans \ bigreqsproto randrproto renderproto xextproto inputproto \ |