From 5267d0c4562a2c0a44f2430815ddeb015dd3975e Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 9 Mar 2018 08:14:29 +0000 Subject: defaulting x11-fonts/fontconfig no-bitmap.conf PR: 225744 Submitted by: Yuichiro NAITO --- x11-fonts/fontconfig/Makefile | 2 +- x11-fonts/fontconfig/files/patch-conf.d_Makefile.in | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 x11-fonts/fontconfig/files/patch-conf.d_Makefile.in (limited to 'x11-fonts') diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index bffd701eee58..d22ad5f56302 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= fontconfig PORTVERSION= 2.12.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ diff --git a/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in b/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in new file mode 100644 index 000000000000..0df05e9a47b4 --- /dev/null +++ b/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in @@ -0,0 +1,10 @@ +--- conf.d/Makefile.in.orig 2018-03-09 08:02:13 UTC ++++ conf.d/Makefile.in +@@ -364,6 +364,7 @@ CONF_LINKS = \ + 65-fonts-persian.conf \ + 65-nonlatin.conf \ + 69-unifont.conf \ ++ 70-no-bitmaps.conf \ + 80-delicious.conf \ + 90-synthetic.conf + -- cgit