diff options
author | ume <ume@FreeBSD.org> | 2018-03-09 16:14:29 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2018-03-09 16:14:29 +0800 |
commit | 5267d0c4562a2c0a44f2430815ddeb015dd3975e (patch) | |
tree | b2250936d380dfc3ddbd741b1cb302eecfe7c011 /x11-fonts | |
parent | 85ad45361ceb34722f04b4481ab3800ebacfc02f (diff) | |
download | freebsd-ports-gnome-5267d0c4562a2c0a44f2430815ddeb015dd3975e.tar.gz freebsd-ports-gnome-5267d0c4562a2c0a44f2430815ddeb015dd3975e.tar.zst freebsd-ports-gnome-5267d0c4562a2c0a44f2430815ddeb015dd3975e.zip |
defaulting x11-fonts/fontconfig no-bitmap.conf
PR: 225744
Submitted by: Yuichiro NAITO
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/fontconfig/files/patch-conf.d_Makefile.in | 10 |
2 files changed, 11 insertions, 1 deletions
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 + |