From 6a1663024b0eb629efacac5f712f69652c154d84 Mon Sep 17 00:00:00 2001 From: jschauma Date: Thu, 26 Dec 2002 18:49:43 +0000 Subject: Add patch to provide fix for newer bison's. Addresses problems seen in Huberts latest bulk-build. --- chat/gtkyahoo/distinfo | 3 ++- chat/gtkyahoo/patches/patch-ae | 44 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 chat/gtkyahoo/patches/patch-ae (limited to 'chat/gtkyahoo') diff --git a/chat/gtkyahoo/distinfo b/chat/gtkyahoo/distinfo index 253e23af9bf..8d91b6da6e4 100644 --- a/chat/gtkyahoo/distinfo +++ b/chat/gtkyahoo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/03/31 14:13:45 dmcmahill Exp $ +$NetBSD: distinfo,v 1.3 2002/12/26 18:49:43 jschauma Exp $ SHA1 (gtkyahoo-0.18.2.tar.gz) = c1aa66766049635a328e59783a7f7a2afd7b9de7 Size (gtkyahoo-0.18.2.tar.gz) = 300728 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = b599a96a20e45878b4222759bd747a68dbd61ed9 SHA1 (patch-ab) = b6713fa9b89bfcd937112bd136413bcb46ca7f77 SHA1 (patch-ac) = 3725e1aec98f23fe4cc3dbc06df816c97862feac SHA1 (patch-ad) = b7d5593c10bbbff5ba2ffdd2448890304a97c99a +SHA1 (patch-ae) = 14ce88abd723474898210a714b68427d5d6d4b12 diff --git a/chat/gtkyahoo/patches/patch-ae b/chat/gtkyahoo/patches/patch-ae new file mode 100644 index 00000000000..afa34cd2c6d --- /dev/null +++ b/chat/gtkyahoo/patches/patch-ae @@ -0,0 +1,44 @@ +$NetBSD: patch-ae,v 1.1 2002/12/26 18:49:43 jschauma Exp $ + +--- rcfile.y.orig Thu Dec 26 13:23:25 2002 ++++ rcfile.y Thu Dec 26 13:30:11 2002 +@@ -253,11 +253,13 @@ + | config_options idle_time_option + | config_options show_notify_messages_option + | config_options display_real_names_option ++ ; + + contact_options: /* empty */ + | contact_options name_option + | contact_options event_option + | contact_options email_option ++ ; + + name_option: NAME QSTRING { + DBG_Print("rcfile", "[RC] Got contact name (%s)\n", $2); +@@ -278,17 +280,14 @@ + if ( images.status.away ) + free(images.status.away); + images.status.away = strdup($2); } +- ; + | IMAGE_STATUS_IDLE QSTRING { + if ( images.status.idle ) + free(images.status.idle); + images.status.idle = strdup($2); } +- ; + | IMAGE_STATUS_HERE QSTRING { + if ( images.status.here ) + free(images.status.here); + images.status.here = strdup($2); } +- ; + | IMAGE_STATUS_OFFLINE QSTRING { + if ( images.status.offline ) + free(images.status.offline); +@@ -327,7 +326,6 @@ + DBG_Print("rcfile", "[RC] Set proxy host to '%s'\n", $2); + proxy_host = strdup($2); } + } +- ; + | PROXY_PORT INTEGER { + if (config_match) { + proxy_port = $2; -- cgit v1.2.3