Thu Apr 16 20:26:26 2009 UTC ()
update to 2.3.9
changes:
-important bugfixes
-improved CID support

There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted
in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and
then shrunk. Applications compiled against 2.3.8 should work fine
with 2.3.9. Applications compiled against the new 2.3.9 can
theoretically exhibit problems if run against a 2.3.8 binary, if
some PS_FontInfo stuff is used. See the freetype release notes
for details. I didn't find any suspects for now. If one is found,
it should be changed to require 2.3.9, and PKGREV bumped.


(drochner)
diff -r1.67 -r1.68 pkgsrc/graphics/freetype2/Makefile
diff -r1.29 -r1.30 pkgsrc/graphics/freetype2/distinfo
diff -r1.15 -r0 pkgsrc/graphics/freetype2/patches/patch-aa

cvs diff -r1.67 -r1.68 pkgsrc/graphics/freetype2/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/freetype2/Makefile 2009/01/27 19:29:32 1.67
+++ pkgsrc/graphics/freetype2/Makefile 2009/04/16 20:26:25 1.68
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.67 2009/01/27 19:29:32 drochner Exp $ 1# $NetBSD: Makefile,v 1.68 2009/04/16 20:26:25 drochner Exp $
2 2
3DISTNAME= freetype-2.3.8 3DISTNAME= freetype-2.3.9
4PKGNAME= ${DISTNAME:S/-/2-/} 4PKGNAME= ${DISTNAME:S/-/2-/}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
7 ftp://ring.aist.go.jp/pub/graphics/freetype/freetype2/ 7 ftp://ring.aist.go.jp/pub/graphics/freetype/freetype2/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= rh@NetBSD.org 10MAINTAINER= rh@NetBSD.org
11HOMEPAGE= http://www.freetype.org/ 11HOMEPAGE= http://www.freetype.org/
12COMMENT= Font rendering engine and library API 12COMMENT= Font rendering engine and library API
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.29 -r1.30 pkgsrc/graphics/freetype2/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/freetype2/distinfo 2009/01/27 19:29:32 1.29
+++ pkgsrc/graphics/freetype2/distinfo 2009/04/16 20:26:25 1.30
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.29 2009/01/27 19:29:32 drochner Exp $ 1$NetBSD: distinfo,v 1.30 2009/04/16 20:26:25 drochner Exp $
2 2
3SHA1 (freetype-2.3.8.tar.bz2) = 0a15d4498139c6743c0ea388c40aaf40cafd4f44 3SHA1 (freetype-2.3.9.tar.bz2) = db08969cb5053879ff9e973fe6dd2c52c7ea2d4e
4RMD160 (freetype-2.3.8.tar.bz2) = e460e8a3aed21727973ac4add4ac8be70ac18534 4RMD160 (freetype-2.3.9.tar.bz2) = c0351c2a3f43e64d26d2a964b1131a3dbf2fa162
5Size (freetype-2.3.8.tar.bz2) = 1343318 bytes 5Size (freetype-2.3.9.tar.bz2) = 1363190 bytes
6SHA1 (patch-aa) = 655e8ddd41774e86f7307e62589bb3da2351bf4c 

File Deleted: pkgsrc/graphics/freetype2/patches/Attic/patch-aa