summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-06 13:19:15 +0000
committerwiz <wiz>2009-12-06 13:19:15 +0000
commit38ee03be4374c7e4e754937a263f1f27fe8037af (patch)
treeb321dc46fc057eac787c3e7b22f2a3bb1f0d4c18 /fonts
parentc9399816ea00a70bbd8476a92e076fa1f01e22a3 (diff)
downloadpkgsrc-38ee03be4374c7e4e754937a263f1f27fe8037af.tar.gz
Update to 2.8.0:
Bump version to 2.8.0 Bump libtool revision in preparation for release Improve zip "distribution" Don't put entries for directories in the zip file. Fetch manpages from correct place. Use correct autoconf variable Use LIBT_CURRENT_MINUS_AGE instead of the undefined lt_current_minus_age for the name of the DLL when generating the MS style import library. [fc-arch] Rename architecture names to better reflect what they are We only care about three properties in the arch: - endianness - pointer size - for 32-bit archs, whether double is aligned on 4 or 8 bytes This leads to the following 6 archs (old name -> new name): x86 -> le32d4 mipsel -> le32d8 x86-64 -> le64 m68k -> be32d4 ppc -> be32d8 ppc64 -> be64 [fc-arch] Beautify the arch template [fc-case] Update CaseFolding.txt to Unicode 5.2.0 [fc-glyphname] Remove Adobe glyphlist It was unused. Clean up Makefile's a bit [fc-glyphname] Rename internal arrays to prefix with _fc_ Although they were static, I was still surprised that gdb was seeing our variable "glyphs". Not helpful. [src] Create fcglyphname.h automatically [fc-glyphname] Cleanup Makefile.am Remove bogus comment Last night in between my dreams I also noticed that we support Unicode values up to 0x01000000 and not 0x00100000 which I thought before. This covers the entire Unicode range. Make sure fclang.h and fcarch.h are built [lang] Fix serializing LangSet from older versions [arch] Try to ensure proper FcLangSet alignment in arch [xml] Remove unused code [int] Remove more unused macros Enable automake silent rules [int] Remove fc_value_* macros that did nothing other than renaming [int] Remove fc_storage_type() in favor of direct access to v->type Remove unused macros Bump cache version up from 2 to 3 and fix FcLangSet caching/crash Protect cache against future expansions of FcLangSet (adding new orth files). Previously, doing so could change the size of that struct. Indeed, that happened between 2.6.0 and 2.7.3, causing crashes. Unfortunately, sizeof(FcLangSet) was not checked in fcarch.c. This changes FcLangSet code to be able to cope with struct size changes. And change cache format, hence bumping from 2 to 3. [int] Define MIN/MAX/ABS macros [fc-arch] Add FcAlign to arch signature Move FcAlign to fcint.h Clarify default confdir and cachedir better. Also remove --with-docdir. It can be set by setting docdir variable.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile5
-rw-r--r--fonts/fontconfig/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 6b957c04881..30b4e8d72fc 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.70 2009/09/15 11:40:59 drochner Exp $
+# $NetBSD: Makefile,v 1.71 2009/12/06 13:19:15 wiz Exp $
-DISTNAME= fontconfig-2.7.3
+DISTNAME= fontconfig-2.8.0
CATEGORIES= fonts
MASTER_SITES= http://www.fontconfig.org/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fontconfig.org/
COMMENT= Library for configuring and customizing font access
+#LICENSE= x11?
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo
index 65b2f5ca639..a3be4395c19 100644
--- a/fonts/fontconfig/distinfo
+++ b/fonts/fontconfig/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2009/09/15 11:40:59 drochner Exp $
+$NetBSD: distinfo,v 1.32 2009/12/06 13:19:15 wiz Exp $
-SHA1 (fontconfig-2.7.3.tar.gz) = bc84b883673a7f43f2849f06ec110c4eaccfb42c
-RMD160 (fontconfig-2.7.3.tar.gz) = 2c349203592007b9cad439befccfc8fe05a977b1
-Size (fontconfig-2.7.3.tar.gz) = 1542781 bytes
+SHA1 (fontconfig-2.8.0.tar.gz) = 570fb55eb14f2c92a7b470b941e9d35dbfafa716
+RMD160 (fontconfig-2.8.0.tar.gz) = fefee412cad4fa71b573e997e14f1df12f439be2
+Size (fontconfig-2.8.0.tar.gz) = 1548409 bytes
SHA1 (patch-aa) = e49e03606abbf51231b1ced8cdaa4b1a2aa4940f
SHA1 (patch-ac) = 7745afc09fbd463c184bfb783acf8d30f2effbf4
SHA1 (patch-ae) = 7348e85cfa2d0b97649b4648346e6ea906b02769