Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 20:41:56 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512443 - head/x11/xset
Message-ID:  <201909202041.x8KKfuq3083570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909202041.x8KKfuq3083570>