svn commit: r512443 - head/x11/xset

Niclas Zeising zeising at FreeBSD.org
Fri Sep 20 20:41:56 UTC 2019


Author: zeising
Date: Fri Sep 20 20:41:55 2019
New Revision: 512443
URL: https://svnweb.freebsd.org/changeset/ports/512443

Log:
  x11/xset: Really disable fontcache
  
  Really disable fontcahce, so it's not picked up by accident if it happens to
  be installed on the system.
  
  Reported by:	tijl

Modified:
  head/x11/xset/Makefile

Modified: head/x11/xset/Makefile
==============================================================================
--- head/x11/xset/Makefile	Fri Sep 20 20:06:30 2019	(r512442)
+++ head/x11/xset/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 
 USE_XORG=	xmuu x11 xext
-CONFIGURE_ARGS=	--without-xf86misc
+CONFIGURE_ARGS=	--without-xf86misc \
+		--without-fontcache
 
 PLIST_FILES=	bin/xset man/man1/xset.1.gz
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list