diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-16 12:18:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-16 12:18:25 +0000 |
commit | 4a795c6835fc510f8a6666a422e70e7bd7644435 (patch) | |
tree | 66773af76adb368adcd1c45afd7c5ce3deededd7 /net/libIDL | |
parent | b7a5fe7549f1d2a72cb391dcfdbf55d9f5d796a8 (diff) | |
download | pkgsrc-4a795c6835fc510f8a6666a422e70e7bd7644435.tar.gz |
Update to 0.8.12:
libIDL 0.8.12:
* Fix the build with bison 2.4
Diffstat (limited to 'net/libIDL')
-rw-r--r-- | net/libIDL/Makefile | 4 | ||||
-rw-r--r-- | net/libIDL/distinfo | 9 | ||||
-rw-r--r-- | net/libIDL/patches/patch-aa | 22 |
3 files changed, 6 insertions, 29 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 6720cf04349..1f3ed42e43f 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -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 --git a/net/libIDL/distinfo b/net/libIDL/distinfo index c61cf8b0dee..081608f2a98 100644 --- a/net/libIDL/distinfo +++ b/net/libIDL/distinfo @@ -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 --git a/net/libIDL/patches/patch-aa b/net/libIDL/patches/patch-aa deleted file mode 100644 index b8d5a018687..00000000000 --- a/net/libIDL/patches/patch-aa +++ /dev/null @@ -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); |