pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beb44f6d9b1f
branches:  trunk
changeset: 632316:beb44f6d9b1f
user:      spz <spz%pkgsrc.org@localhost>
date:      Sun Mar 23 08:14:23 2014 +0000

description:
build fix following the freetype2 update

diffstat:

 games/openmortal/distinfo              |   4 ++--
 games/openmortal/patches/patch-ae      |  20 ++++++++++++++++++--
 print/paps/distinfo                    |   3 ++-
 print/paps/patches/patch-src_libpaps.c |  18 ++++++++++++++++++
 4 files changed, 40 insertions(+), 5 deletions(-)

diffs (80 lines):

diff -r de53621f3e05 -r beb44f6d9b1f games/openmortal/distinfo
--- a/games/openmortal/distinfo Sun Mar 23 07:48:03 2014 +0000
+++ b/games/openmortal/distinfo Sun Mar 23 08:14:23 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2010/07/02 16:48:54 joerg Exp $
+$NetBSD: distinfo,v 1.12 2014/03/23 08:21:11 spz Exp $
 
 SHA1 (openmortal-0.7.tar.bz2) = a7177012e1c0eb04f357aa9ff013e53c8f7b835c
 RMD160 (openmortal-0.7.tar.bz2) = 6a0fdd46445ed243db261227a93526b97c6f9d79
@@ -7,4 +7,4 @@
 SHA1 (patch-ab) = 1f7f9075975994e76262df4d3153f1162cb40dd3
 SHA1 (patch-ac) = 807cfb849a4a3408c5877b61690bf0cf37da59b6
 SHA1 (patch-ad) = ad0fbd55c11a6076e9e5212b717a4b220820b206
-SHA1 (patch-ae) = d0434959250bad25932963efafe34bb7fe948cee
+SHA1 (patch-ae) = 3f9c3fbfda30aae5cbf3fd8bc4e5100879cf825f
diff -r de53621f3e05 -r beb44f6d9b1f games/openmortal/patches/patch-ae
--- a/games/openmortal/patches/patch-ae Sun Mar 23 07:48:03 2014 +0000
+++ b/games/openmortal/patches/patch-ae Sun Mar 23 08:14:23 2014 +0000
@@ -1,6 +1,9 @@
-$NetBSD: patch-ae,v 1.1 2007/08/08 20:53:47 joerg Exp $
+$NetBSD: patch-ae,v 1.2 2014/03/23 08:21:11 spz Exp $
 
---- src/sge_tt_text.cpp.orig   2007-08-08 20:28:55.000000000 +0000
+add malloc.h
+make it deal gracefully with both freetype 2.4.* and 2.5.*
+
+--- src/sge_tt_text.cpp.orig   2004-03-03 20:17:48.000000000 +0000
 +++ src/sge_tt_text.cpp
 @@ -26,7 +26,6 @@
  
@@ -10,3 +13,16 @@
  #include <memory.h>
  #include <string.h>
  #include <stdarg.h>
+@@ -37,9 +36,9 @@
+ 
+ #ifndef _SGE_NOTTF
+ #include <ft2build.h>
+-#include <freetype/freetype.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/ttnameid.h>
++#include FT_FREETYPE_H
++#include FT_OUTLINE_H
++#include FT_TRUETYPE_IDS_H
+ 
+ /* The structure used to hold glyph information (cached) */
+ struct glyph {
diff -r de53621f3e05 -r beb44f6d9b1f print/paps/distinfo
--- a/print/paps/distinfo       Sun Mar 23 07:48:03 2014 +0000
+++ b/print/paps/distinfo       Sun Mar 23 08:14:23 2014 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/02/14 20:07:32 wiz Exp $
+$NetBSD: distinfo,v 1.2 2014/03/23 08:14:23 spz Exp $
 
 SHA1 (paps-0.6.8.tar.gz) = 83646b0de89deb8321f260c2c5a665bc7c8f5928
 RMD160 (paps-0.6.8.tar.gz) = f8dda178279a4e5903b45b803e8a3ae42df3afdd
 Size (paps-0.6.8.tar.gz) = 460062 bytes
+SHA1 (patch-src_libpaps.c) = 5bb4d91497500bfe53f25f03b33dff75c3431028
diff -r de53621f3e05 -r beb44f6d9b1f print/paps/patches/patch-src_libpaps.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/paps/patches/patch-src_libpaps.c    Sun Mar 23 08:14:23 2014 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-src_libpaps.c,v 1.1 2014/03/23 08:14:23 spz Exp $
+
+make it deal gracefully with both freetype 2.4.* and 2.5.*
+
+--- src/libpaps.c.orig 2007-01-19 11:17:11.000000000 +0000
++++ src/libpaps.c
+@@ -25,8 +25,9 @@
+ 
+ #include <pango/pango.h>
+ #include <pango/pangoft2.h>
+-#include <freetype/ftglyph.h>
+-#include <freetype/ftoutln.h>
++#include <ft2build.h>
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <stdio.h>



Home | Main Index | Thread Index | Old Index