svn commit: r464048 - head/x11-fonts/fontconfig

Hajimu UMEMOTO ume at FreeBSD.org
Sat Mar 10 07:47:24 UTC 2018


Author: ume
Date: Sat Mar 10 07:47:23 2018
New Revision: 464048
URL: https://svnweb.freebsd.org/changeset/ports/464048

Log:
  Disable NO_BITMAPS option by default for now.
  There are some people using the pcf fonts.
  
  PR:		225744

Modified:
  head/x11-fonts/fontconfig/Makefile

Modified: head/x11-fonts/fontconfig/Makefile
==============================================================================
--- head/x11-fonts/fontconfig/Makefile	Sat Mar 10 07:35:18 2018	(r464047)
+++ head/x11-fonts/fontconfig/Makefile	Sat Mar 10 07:47:23 2018	(r464048)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.12.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH?=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
@@ -50,7 +50,7 @@ PLIST_SUB=	PREFERRED_HINTING=${PREFERRED_HINTING}
 PORTDOCS=	fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt
 
 OPTIONS_DEFINE=	DOCS NO_BITMAPS
-OPTIONS_DEFAULT=HINTING_SLIGHT NO_BITMAPS
+OPTIONS_DEFAULT=HINTING_SLIGHT
 OPTIONS_SUB=	yes
 
 NO_BITMAPS_DESC=	Reject bitmap fonts by default


More information about the svn-ports-all mailing list