pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libart update to 2.3.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e154e4078fe0
branches:  trunk
changeset: 538251:e154e4078fe0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Feb 03 12:17:09 2008 +0000

description:
update to 2.3.20
change: a fix including art_misc.h from C++ (which pkgsrc had a patch
for) was included upstream

diffstat:

 graphics/libart/Makefile         |   5 ++---
 graphics/libart/distinfo         |   9 ++++-----
 graphics/libart/patches/patch-aa |  23 -----------------------
 3 files changed, 6 insertions(+), 31 deletions(-)

diffs (55 lines):

diff -r 7d618c0a7e4e -r e154e4078fe0 graphics/libart/Makefile
--- a/graphics/libart/Makefile  Sun Feb 03 11:20:20 2008 +0000
+++ b/graphics/libart/Makefile  Sun Feb 03 12:17:09 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/09/23 17:16:38 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/03 12:17:09 drochner Exp $
 
-DISTNAME=              libart_lgpl-2.3.19
+DISTNAME=              libart_lgpl-2.3.20
 PKGNAME=               ${DISTNAME:S/_lgpl//}
-PKGREVISION=           1
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 7d618c0a7e4e -r e154e4078fe0 graphics/libart/distinfo
--- a/graphics/libart/distinfo  Sun Feb 03 11:20:20 2008 +0000
+++ b/graphics/libart/distinfo  Sun Feb 03 12:17:09 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2007/09/21 13:00:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2008/02/03 12:17:09 drochner Exp $
 
-SHA1 (libart_lgpl-2.3.19.tar.bz2) = 7f1ff36c91cdc8f14b62acb50836f52a0c735b9e
-RMD160 (libart_lgpl-2.3.19.tar.bz2) = 36dca48e3ddcd7e9d11f79e54dd7007cf97ac079
-Size (libart_lgpl-2.3.19.tar.bz2) = 302540 bytes
-SHA1 (patch-aa) = 2576a37874eaafe933825ebd1ac7fc8d05cb9ee4
+SHA1 (libart_lgpl-2.3.20.tar.bz2) = 40aa6c6c5fb27a8a45cd7aaa302a835ff374d13a
+RMD160 (libart_lgpl-2.3.20.tar.bz2) = 184cd3dd96e9cfadcba327644bc8c9dd32da26fa
+Size (libart_lgpl-2.3.20.tar.bz2) = 302903 bytes
diff -r 7d618c0a7e4e -r e154e4078fe0 graphics/libart/patches/patch-aa
--- a/graphics/libart/patches/patch-aa  Sun Feb 03 11:20:20 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/09/21 13:00:18 wiz Exp $
-
---- art_misc.h.orig    2007-03-01 18:50:10.000000000 +0100
-+++ art_misc.h
-@@ -34,10 +34,18 @@
- #include <libart_lgpl/art_config.h>
- #endif
- 
-+#ifdef __cplusplus
-+extern "C" {
-+#endif /* __cplusplus */
-+
- void *art_alloc(size_t size);
- void art_free(void *ptr);
- void *art_realloc(void *ptr, size_t size);
- 
-+#ifdef __cplusplus
-+}
-+#endif /* __cplusplus */
-+
- /* These aren't, strictly speaking, configuration macros, but they're
-    damn handy to have around, and may be worth playing with for
-    debugging. */



Home | Main Index | Thread Index | Old Index