Fri Jun 6 07:05:52 2014 UTC ()
Update to 2.3.2:
This release fixes a build issue with FreeType 2.5.1 & later, and
fixes the prototypes in the man page for XftDrawString8 & XftDrawRect.


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/libXft/Makefile
diff -r1.9 -r1.10 pkgsrc/x11/libXft/distinfo
diff -r1.1 -r0 pkgsrc/x11/libXft/patches/patch-src_xftglyphs.c

cvs diff -r1.15 -r1.16 pkgsrc/x11/libXft/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXft/Makefile 2013/06/06 12:53:41 1.15
+++ pkgsrc/x11/libXft/Makefile 2014/06/06 07:05:52 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2013/06/06 12:53:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2014/06/06 07:05:52 wiz Exp $
2 2
3DISTNAME= libXft-2.3.1 3DISTNAME= libXft-2.3.2
4PKGREVISION= 3 
5CATEGORIES= fonts x11 4CATEGORIES= fonts x11
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://www.freedesktop.org/wiki/Software/Xft/ 9HOMEPAGE= http://www.freedesktop.org/wiki/Software/Xft/
11COMMENT= Library for configuring and customizing font access 10COMMENT= Library for configuring and customizing font access
12 11
13CONFLICTS+= Xft2-[0-9]* 12CONFLICTS+= Xft2-[0-9]*
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES

cvs diff -r1.9 -r1.10 pkgsrc/x11/libXft/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXft/distinfo 2014/03/15 09:20:31 1.9
+++ pkgsrc/x11/libXft/distinfo 2014/06/06 07:05:52 1.10
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.9 2014/03/15 09:20:31 richard Exp $ 1$NetBSD: distinfo,v 1.10 2014/06/06 07:05:52 wiz Exp $
2 2
3SHA1 (libXft-2.3.1.tar.bz2) = c7ec1361e3d4f095910f8c58988ab42e32f314d9 3SHA1 (libXft-2.3.2.tar.bz2) = e025d790a7b6c4d283a78d8df06615cb10278e2d
4RMD160 (libXft-2.3.1.tar.bz2) = 81a29298af843dff03234a6f0068ae052e698380 4RMD160 (libXft-2.3.2.tar.bz2) = 538536c5b10e2ae7696a2183a25bc3b59b5442b3
5Size (libXft-2.3.1.tar.bz2) = 311556 bytes 5Size (libXft-2.3.2.tar.bz2) = 335495 bytes
6SHA1 (patch-src_xftglyphs.c) = 50bb8668ed1cd4555f55b63d23a4d90dba9bb2df 

File Deleted: pkgsrc/x11/libXft/patches/Attic/patch-src_xftglyphs.c