Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CE65263C1FA for ; Thu, 16 Apr 2009 20:26:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7DB9963B260; Thu, 16 Apr 2009 20:26:27 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3372063B14B for ; Thu, 16 Apr 2009 20:26:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1D6BA175D0; Thu, 16 Apr 2009 20:26:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 16 Apr 2009 20:26:26 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/graphics/freetype2 To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20090416202626.1D6BA175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: drochner Date: Thu Apr 16 20:26:26 UTC 2009 Modified Files: pkgsrc/graphics/freetype2: Makefile distinfo Removed Files: pkgsrc/graphics/freetype2/patches: patch-aa Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/freetype2/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/freetype2/distinfo cvs rdiff -u -r1.15 -r0 pkgsrc/graphics/freetype2/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.