svn commit: r419065 - in head/x11-fonts/fontconfig: . files

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 21:10:13 UTC 2016


Author: jbeich
Date: Mon Jul 25 21:10:11 2016
New Revision: 419065
URL: https://svnweb.freebsd.org/changeset/ports/419065

Log:
  x11-fonts/fontconfig: don't touch user font cache on install
  
  This matches USES=fonts (@fc, @fcfontsdir) behavior.
  
  PR:		207263
  Submitted by:	Tatsuki Makino <tatsuki_makino at hotmail.com>
  Approved by:	maintainer timeout (5 months)
  MFH:		2016Q3

Modified:
  head/x11-fonts/fontconfig/Makefile   (contents, props changed)
  head/x11-fonts/fontconfig/files/pkg-install.in   (contents, props changed)

Modified: head/x11-fonts/fontconfig/Makefile
==============================================================================
--- head/x11-fonts/fontconfig/Makefile	Mon Jul 25 21:09:58 2016	(r419064)
+++ head/x11-fonts/fontconfig/Makefile	Mon Jul 25 21:10:11 2016	(r419065)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.11.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH?=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/

Modified: head/x11-fonts/fontconfig/files/pkg-install.in
==============================================================================
--- head/x11-fonts/fontconfig/files/pkg-install.in	Mon Jul 25 21:09:58 2016	(r419064)
+++ head/x11-fonts/fontconfig/files/pkg-install.in	Mon Jul 25 21:10:11 2016	(r419065)
@@ -5,6 +5,6 @@ export PATH
 
 if [ "$2" = "POST-INSTALL" ]; then
     echo "Running fc-cache to build fontconfig cache..."
-    fc-cache -f -v
+    fc-cache -f -s -v
     exit 0
 fi


More information about the svn-ports-head mailing list