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

Hajimu UMEMOTO ume at FreeBSD.org
Fri Mar 9 08:14:30 UTC 2018


Author: ume
Date: Fri Mar  9 08:14:29 2018
New Revision: 463941
URL: https://svnweb.freebsd.org/changeset/ports/463941

Log:
  defaulting x11-fonts/fontconfig no-bitmap.conf
  
  PR:		225744
  Submitted by:	Yuichiro NAITO

Added:
  head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in   (contents, props changed)
Modified:
  head/x11-fonts/fontconfig/Makefile

Modified: head/x11-fonts/fontconfig/Makefile
==============================================================================
--- head/x11-fonts/fontconfig/Makefile	Fri Mar  9 07:59:17 2018	(r463940)
+++ head/x11-fonts/fontconfig/Makefile	Fri Mar  9 08:14:29 2018	(r463941)
@@ -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/

Added: head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in	Fri Mar  9 08:14:29 2018	(r463941)
@@ -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
+ 


More information about the svn-ports-all mailing list