pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/Xft2 build fix following the freetype2 update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7852c035c4d6
branches:  trunk
changeset: 632305:7852c035c4d6
user:      spz <spz%pkgsrc.org@localhost>
date:      Sat Mar 22 21:44:53 2014 +0000

description:
build fix following the freetype2 update

diffstat:

 fonts/Xft2/distinfo                  |   3 ++-
 fonts/Xft2/patches/patch-xftglyphs.c |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 2dd6e86c5ae7 -r 7852c035c4d6 fonts/Xft2/distinfo
--- a/fonts/Xft2/distinfo       Sat Mar 22 20:50:06 2014 +0000
+++ b/fonts/Xft2/distinfo       Sat Mar 22 21:44:53 2014 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/10/15 16:55:32 wiz Exp $
+$NetBSD: distinfo,v 1.12 2014/03/22 21:44:53 spz Exp $
 
 SHA1 (libXft-2.1.7.tar.bz2) = bba656ae9bada7176517275f17738dc9932edf78
 RMD160 (libXft-2.1.7.tar.bz2) = ad64b65bdffc3ea792d3c2c18d9bde14ef1f5a54
 Size (libXft-2.1.7.tar.bz2) = 237056 bytes
+SHA1 (patch-xftglyphs.c) = 95b0d0d52f8bdb1bd9bbf2d2d004a3863775a983
diff -r 2dd6e86c5ae7 -r 7852c035c4d6 fonts/Xft2/patches/patch-xftglyphs.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Xft2/patches/patch-xftglyphs.c      Sat Mar 22 21:44:53 2014 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-xftglyphs.c,v 1.1 2014/03/22 21:44:53 spz Exp $
+
+make it deal gracefully with both freetype 2.4.* and 2.5.*
+
+--- xftglyphs.c.orig   2005-03-02 05:32:14.000000000 +0000
++++ xftglyphs.c
+@@ -23,7 +23,8 @@
+  */
+ 
+ #include "xftint.h"
+-#include <freetype/ftoutln.h>
++#include <ft2build.h>
++#include FT_OUTLINE_H
+ 
+ static const int    filters[3][3] = {
+     /* red */



Home | Main Index | Thread Index | Old Index