pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/freetype-lib Added a patch to make freetype-u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/214dc514a74b
branches: trunk
changeset: 461426:214dc514a74b
user: adam <adam%pkgsrc.org@localhost>
date: Tue Sep 16 11:56:59 2003 +0000
description:
Added a patch to make freetype-utils compile with gcc-3.x (PR#22444)
diffstat:
graphics/freetype-lib/distinfo | 3 ++-
graphics/freetype-lib/patches/patch-ad | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 14638291fad0 -r 214dc514a74b graphics/freetype-lib/distinfo
--- a/graphics/freetype-lib/distinfo Tue Sep 16 11:47:13 2003 +0000
+++ b/graphics/freetype-lib/distinfo Tue Sep 16 11:56:59 2003 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:11 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/16 11:56:59 adam Exp $
SHA1 (freetype-1.3.1.tar.gz) = a398fb4d6dd756826e459058d8075759086f8ca4
Size (freetype-1.3.1.tar.gz) = 1427072 bytes
SHA1 (patch-aa) = b75fc2d414c2bab0c4abf2bc84c370c9298c1664
SHA1 (patch-ab) = 8bea35dceffa399cf0f17065e2d1f9aafabf56e3
SHA1 (patch-ac) = b27f18b5f84c4d1451376295cf3b7caf08d2d56f
+SHA1 (patch-ad) = 136577ca779ddb205440bec01f2b6a4ee61932f8
diff -r 14638291fad0 -r 214dc514a74b graphics/freetype-lib/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freetype-lib/patches/patch-ad Tue Sep 16 11:56:59 2003 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2003/09/16 11:56:59 adam Exp $
+
+--- test/ftdump.c.orig 2003-09-16 13:35:23.000000000 +0200
++++ test/ftdump.c
+@@ -140,7 +140,7 @@
+ old_memory += *var;
+ }
+
+-#define FOOTPRINT( field ) Save_Memory( &memory_footprint.##field )
++#define FOOTPRINT( field ) Save_Memory( &memory_footprint.field )
+
+
+ static void
+@@ -153,7 +153,7 @@
+ }
+
+ #define PRINT_MEM( field, string ) \
+- Print_Mem( memory_footprint.##field, string )
++ Print_Mem( memory_footprint.field, string )
+
+
+ /* Print the memory footprint */
Home |
Main Index |
Thread Index |
Old Index