Date: Mon, 25 Jul 2016 21:10:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419065 - in head/x11-fonts/fontconfig: . files Message-ID: <201607252110.u6PLABS4097715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607252110.u6PLABS4097715>