pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libIDL Update to 0.8.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/33a9a568f5de
branches: trunk
changeset: 551466:33a9a568f5de
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 16 12:18:25 2008 +0000
description:
Update to 0.8.12:
libIDL 0.8.12:
* Fix the build with bison 2.4
diffstat:
net/libIDL/Makefile | 4 ++--
net/libIDL/distinfo | 9 ++++-----
net/libIDL/patches/patch-aa | 22 ----------------------
3 files changed, 6 insertions(+), 29 deletions(-)
diffs (52 lines):
diff -r e42164a8e803 -r 33a9a568f5de net/libIDL/Makefile
--- a/net/libIDL/Makefile Tue Dec 16 10:09:32 2008 +0000
+++ b/net/libIDL/Makefile Tue Dec 16 12:18:25 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2008/09/06 15:06:53 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2008/12/16 12:18:25 wiz Exp $
-DISTNAME= libIDL-0.8.11
+DISTNAME= libIDL-0.8.12
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libIDL/0.8/}
EXTRACT_SUFX= .tar.bz2
diff -r e42164a8e803 -r 33a9a568f5de net/libIDL/distinfo
--- a/net/libIDL/distinfo Tue Dec 16 10:09:32 2008 +0000
+++ b/net/libIDL/distinfo Tue Dec 16 12:18:25 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.16 2008/11/08 11:18:14 tnn Exp $
+$NetBSD: distinfo,v 1.17 2008/12/16 12:18:25 wiz Exp $
-SHA1 (libIDL-0.8.11.tar.bz2) = 6e0c5ef5716a96bcad5193853b7c3bf417c680e6
-RMD160 (libIDL-0.8.11.tar.bz2) = 1ffe518c0b63996fb01013d0a5af7b043156ab6a
-Size (libIDL-0.8.11.tar.bz2) = 407443 bytes
-SHA1 (patch-aa) = ecc10e1079722af7927449bfb0a98bff34fd92b7
+SHA1 (libIDL-0.8.12.tar.bz2) = 75a4a1c4f5190a70e9576b3c60bab487268869fc
+RMD160 (libIDL-0.8.12.tar.bz2) = 35eca50a3fbf74f810a2ec436c2f08f9111e103b
+Size (libIDL-0.8.12.tar.bz2) = 385068 bytes
diff -r e42164a8e803 -r 33a9a568f5de net/libIDL/patches/patch-aa
--- a/net/libIDL/patches/patch-aa Tue Dec 16 10:09:32 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2008/11/08 11:18:14 tnn Exp $
-
---- parser.y.orig 2007-01-02 00:41:34.000000000 +0100
-+++ parser.y
-@@ -607,7 +607,7 @@ struct_type: z_props TOK_STRUCT
- { $<str>$ = "struct"; }
- z_new_scope_catch '{' {
- g_hash_table_insert (__IDL_structunion_ht, $4, $4);
-- $$ = IDL_type_struct_new ($4, NULL);
-+ $<tree>$ = IDL_type_struct_new ($4, NULL);
- } member_list
- '}' pop_scope {
- g_hash_table_remove (__IDL_structunion_ht, $4);
-@@ -624,7 +624,7 @@ union_type: z_props TOK_UNION
- switch_type_spec
- ')' '{' {
- g_hash_table_insert (__IDL_structunion_ht, $4, $4);
-- $$ = IDL_type_union_new ($4, $7, NULL);
-+ $<tree>$ = IDL_type_union_new ($4, $7, NULL);
- } switch_body
- '}' pop_scope {
- g_hash_table_remove (__IDL_structunion_ht, $4);
Home |
Main Index |
Thread Index |
Old Index