pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 20:30:24 UTC 2017

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile distinfo

Log Message:
Updated fontconfig to 2.12.4.

2.12.4

Akira TAGOH (5):
      Force regenerate fcobjshash.h when updating Makefile
      Fix the build failure when srcdir != builddir and have gperf 3.1 or later installed
      Add a testcase for Bug#131804
      Update libtool revision
      Fix distcheck error

Florent Rougon (6):
      FcCharSetHash(): use the 'numbers' values to compute the hash
      fc-lang: gracefully handle the case where the last language initial is < 'z'
      Fix an off-by-one error in FcLangSetIndex()
      Fix erroneous test on language id in FcLangSetPromote()
      FcLangSetCompare(): fix bug when two charsets come from different "buckets"
      FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->orig_hash_table

Helmut Grohne (1):
      fix cross compilation

Jan Alexander Steffens (heftig) (1):
      Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to be right)

Josselin Mouette (1):
      Treat C.UTF-8 and C.utf8 locales as built in the C library.

Masamichi Hosoda (1):
      Bug 99360 - Fix cache file update on MinGW


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/fonts/fontconfig/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/fonts/fontconfig/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.99 pkgsrc/fonts/fontconfig/Makefile:1.100
--- pkgsrc/fonts/fontconfig/Makefile:1.99       Tue Jun 20 11:36:40 2017
+++ pkgsrc/fonts/fontconfig/Makefile    Mon Aug 14 20:30:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2017/06/20 11:36:40 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2017/08/14 20:30:24 wiz Exp $
 
-DISTNAME=      fontconfig-2.12.3
+DISTNAME=      fontconfig-2.12.4
 CATEGORIES=    fonts
 MASTER_SITES=  https://www.fontconfig.org/release/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,6 +10,9 @@ HOMEPAGE=     https://www.fontconfig.org/
 COMMENT=       Library for configuring and customizing font access
 #LICENSE=      x11?
 
+# https://bugs.freedesktop.org/show_bug.cgi?id=101280
+BUILD_DEPENDS+=        gperf-[0-9]*:../../devel/gperf
+
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes

Index: pkgsrc/fonts/fontconfig/distinfo
diff -u pkgsrc/fonts/fontconfig/distinfo:1.58 pkgsrc/fonts/fontconfig/distinfo:1.59
--- pkgsrc/fonts/fontconfig/distinfo:1.58       Tue Jun 20 11:42:09 2017
+++ pkgsrc/fonts/fontconfig/distinfo    Mon Aug 14 20:30:24 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.58 2017/06/20 11:42:09 wiz Exp $
+$NetBSD: distinfo,v 1.59 2017/08/14 20:30:24 wiz Exp $
 
-SHA1 (fontconfig-2.12.3.tar.bz2) = 408f933548bdc9ad912bc66d0fba22a8a4612d8b
-RMD160 (fontconfig-2.12.3.tar.bz2) = b8538f7f6865747ff09016a6a1b908c740485d50
-SHA512 (fontconfig-2.12.3.tar.bz2) = 311a3c98a05afbe35c1215b41edb2bbcfe3069f85814c882ef0e40f0404cca4bb59a544b14eee9430ea902fd8bc3bfeccb37e42b9fe3bb3a6c71bb0c5332f2c7
-Size (fontconfig-2.12.3.tar.bz2) = 1600509 bytes
+SHA1 (fontconfig-2.12.4.tar.bz2) = 9f80cad3ff75efda34aef54020a4cd33ed469714
+RMD160 (fontconfig-2.12.4.tar.bz2) = ea386456151f93fbdad5628d64bd975202217dcb
+SHA512 (fontconfig-2.12.4.tar.bz2) = f336e9220afe738e0bf7186d87a5eb09842342ad99ca2102c69820a1f0b232e15c61ef72ae3f5d56503f5be32557d09180a80e05690e85b4eb13ed88f5cece81
+Size (fontconfig-2.12.4.tar.bz2) = 1613580 bytes
 SHA1 (patch-aa) = ae9a465321dcaee634faf016e2dd01e2f544af12
 SHA1 (patch-ac) = 4a0b7b55aa4b5c106fd256c4ef81df2240224803
 SHA1 (patch-af) = d351265c894738284215f0bb38d47cc1c8f28ec7



Home | Main Index | Thread Index | Old Index