pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/magicpoint build fix following the freetype2 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6915e771be0
branches: trunk
changeset: 632312:a6915e771be0
user: spz <spz%pkgsrc.org@localhost>
date: Sun Mar 23 01:37:27 2014 +0000
description:
build fix following the freetype2 update
diffstat:
graphics/magicpoint/distinfo | 4 ++--
graphics/magicpoint/patches/patch-ab | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 8676f59d9c53 -r a6915e771be0 graphics/magicpoint/distinfo
--- a/graphics/magicpoint/distinfo Sun Mar 23 01:24:39 2014 +0000
+++ b/graphics/magicpoint/distinfo Sun Mar 23 01:37:27 2014 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.20 2013/08/17 14:39:24 taca Exp $
+$NetBSD: distinfo,v 1.21 2014/03/23 01:37:27 spz Exp $
SHA1 (magicpoint-1.13a.tar.gz) = 2bc662ad0a482d42578766258a143b06a4718ae3
RMD160 (magicpoint-1.13a.tar.gz) = 067d7dee3b90ec354975d9ad4ea0c0df48cca191
Size (magicpoint-1.13a.tar.gz) = 890670 bytes
SHA1 (patch-aa) = 59bc5a8bce25ac27a77ae8d03dd42f354d1d1bff
-SHA1 (patch-ab) = d6bb1dc09a8c57901b8db0f5c39ffc874985da43
+SHA1 (patch-ab) = 9d532841337a360ef0a351a6218dd05ee41f4772
SHA1 (patch-ac) = b886607033a89e3ab46c41a2a5a8368b473682f4
SHA1 (patch-ad) = 33c8fa61cb03cb53ad8783d2d79fa457cb21d235
SHA1 (patch-ae) = 49aab80a13d7daf99671c69cf62f432c03054dad
diff -r 8676f59d9c53 -r a6915e771be0 graphics/magicpoint/patches/patch-ab
--- a/graphics/magicpoint/patches/patch-ab Sun Mar 23 01:24:39 2014 +0000
+++ b/graphics/magicpoint/patches/patch-ab Sun Mar 23 01:37:27 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.6 2013/08/17 14:39:24 taca Exp $
+$NetBSD: patch-ab,v 1.7 2014/03/23 01:37:27 spz Exp $
-* Add Support freetype2.
+* Add support for freetype2 (2.4.* and 2.5.*).
* Add some prototypes.
--- mgp.h.orig 2008-01-18 17:43:20.000000000 +0000
@@ -11,9 +11,9 @@
#include FT_FREETYPE_H
-#include <fontconfig/fontconfig.h>
+#include FT_CONFIG_CONFIG_H
-+#include <freetype2/freetype/fttypes.h>
-+#include <freetype2/freetype/fterrors.h>
-+#include <freetype2/freetype/freetype.h>
++#include FT_TYPES_H
++#include FT_ERRORS_H
++#include FT_FREETYPE_H
#include <X11/Xft/Xft.h>
#ifdef HAVE_ICONV
#include <iconv.h>
Home |
Main Index |
Thread Index |
Old Index