Update to 2.9.0.

This commit is contained in:
Jeremy Messenger 2012-05-20 17:40:21 +00:00
parent c7d977210b
commit 3d27afb3ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297053
4 changed files with 15 additions and 11 deletions

View File

@ -7,8 +7,8 @@
#
PORTNAME= fontconfig
PORTVERSION= 2.8.0
PORTREVISION?= 2
PORTVERSION= 2.9.0
PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/

View File

@ -1,2 +1,2 @@
SHA256 (fontconfig-2.8.0.tar.gz) = fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335
SIZE (fontconfig-2.8.0.tar.gz) = 1548409
SHA256 (fontconfig-2.9.0.tar.gz) = ca7e25071cf044bdcdaf7c48845243c115b9269b4e369c6bd78a29e71f01b41a
SIZE (fontconfig-2.9.0.tar.gz) = 1682774

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig 2009-07-08 01:52:45.000000000 -0400
+++ Makefile.in 2009-07-08 01:53:30.000000000 -0400
@@ -896,28 +896,28 @@ fonts.conf: fonts.conf.in Makefile
--- Makefile.in.orig 2012-05-20 12:18:32.000000000 -0500
+++ Makefile.in 2012-05-20 12:19:20.000000000 -0500
@@ -900,28 +900,28 @@
mv $@.tmp $@
install-data-local: fonts.conf
@ -17,8 +17,8 @@
- $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
- fi; fi
- @(if $(RUN_FC_CACHE_TEST); then \
- echo " $(bindir)/fc-cache -s -f -v"; \
- $(bindir)/fc-cache -s -f -v; \
- echo "fc-cache$(EXEEXT) -s -f -v"; \
- fc-cache/fc-cache$(EXEEXT) -s -f -v; \
- else \
- echo "***"; \
- echo "*** Warning: fonts.cache not built"; \
@ -39,8 +39,8 @@
+# $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
+# fi; fi
+# @(if $(RUN_FC_CACHE_TEST); then \
+# echo " $(bindir)/fc-cache -s -f -v"; \
+# $(bindir)/fc-cache -s -f -v; \
+# echo "fc-cache$(EXEEXT) -s -f -v"; \
+# fc-cache/fc-cache$(EXEEXT) -s -f -v; \
+# else \
+# echo "***"; \
+# echo "*** Warning: fonts.cache not built"; \

View File

@ -2,6 +2,7 @@ bin/fc-cache
bin/fc-cat
bin/fc-list
bin/fc-match
bin/fc-pattern
bin/fc-query
bin/fc-scan
etc/fonts/conf.avail/10-autohint.conf
@ -11,6 +12,9 @@ etc/fonts/conf.avail/10-sub-pixel-rgb.conf
etc/fonts/conf.avail/10-sub-pixel-vbgr.conf
etc/fonts/conf.avail/10-sub-pixel-vrgb.conf
etc/fonts/conf.avail/10-unhinted.conf
etc/fonts/conf.avail/11-lcdfilter-default.conf
etc/fonts/conf.avail/11-lcdfilter-legacy.conf
etc/fonts/conf.avail/11-lcdfilter-light.conf
etc/fonts/conf.avail/20-fix-globaladvance.conf
etc/fonts/conf.avail/20-unhint-small-vera.conf
etc/fonts/conf.avail/25-unhint-nonlatin.conf