pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXft Update to 2.3.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afd1b58050db
branches:  trunk
changeset: 635435:afd1b58050db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 06 07:05:52 2014 +0000

description:
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.

diffstat:

 x11/libXft/Makefile                      |   5 ++---
 x11/libXft/distinfo                      |   9 ++++-----
 x11/libXft/patches/patch-src_xftglyphs.c |  23 -----------------------
 3 files changed, 6 insertions(+), 31 deletions(-)

diffs (54 lines):

diff -r 68a708467f2e -r afd1b58050db x11/libXft/Makefile
--- a/x11/libXft/Makefile       Fri Jun 06 01:05:50 2014 +0000
+++ b/x11/libXft/Makefile       Fri Jun 06 07:05:52 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2013/06/06 12:53:41 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/06/06 07:05:52 wiz Exp $
 
-DISTNAME=      libXft-2.3.1
-PKGREVISION=   3
+DISTNAME=      libXft-2.3.2
 CATEGORIES=    fonts x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 68a708467f2e -r afd1b58050db x11/libXft/distinfo
--- a/x11/libXft/distinfo       Fri Jun 06 01:05:50 2014 +0000
+++ b/x11/libXft/distinfo       Fri Jun 06 07:05:52 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2014/03/15 09:20:31 richard Exp $
+$NetBSD: distinfo,v 1.10 2014/06/06 07:05:52 wiz Exp $
 
-SHA1 (libXft-2.3.1.tar.bz2) = c7ec1361e3d4f095910f8c58988ab42e32f314d9
-RMD160 (libXft-2.3.1.tar.bz2) = 81a29298af843dff03234a6f0068ae052e698380
-Size (libXft-2.3.1.tar.bz2) = 311556 bytes
-SHA1 (patch-src_xftglyphs.c) = 50bb8668ed1cd4555f55b63d23a4d90dba9bb2df
+SHA1 (libXft-2.3.2.tar.bz2) = e025d790a7b6c4d283a78d8df06615cb10278e2d
+RMD160 (libXft-2.3.2.tar.bz2) = 538536c5b10e2ae7696a2183a25bc3b59b5442b3
+Size (libXft-2.3.2.tar.bz2) = 335495 bytes
diff -r 68a708467f2e -r afd1b58050db x11/libXft/patches/patch-src_xftglyphs.c
--- a/x11/libXft/patches/patch-src_xftglyphs.c  Fri Jun 06 01:05:50 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_xftglyphs.c,v 1.1 2014/03/15 09:20:31 richard Exp $
-Use FT_*_H macros instead of including <freetype/*.h>
-http://lists.freedesktop.org/archives/xorg-devel/2013-December/039310.html
-and
-http://lists.freedesktop.org/archives/xorg-devel/2013-December/039311.html
-
---- src/xftglyphs.c.orig       2012-06-02 16:36:35.000000000 +0000
-+++ src/xftglyphs.c
-@@ -21,10 +21,10 @@
-  */
- 
- #include "xftint.h"
--#include <freetype/ftoutln.h>
--#include <freetype/ftlcdfil.h>
--
--#include <freetype/ftsynth.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
-+#include FT_LCD_FILTER_H
-+#include FT_SYNTHESIS_H
- 
- /*
-  * Validate the memory info for a font



Home | Main Index | Thread Index | Old Index