pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/ctwm ; is used to terminate a yacc rule, and is not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc68c64d3aa6
branches:  trunk
changeset: 462926:fc68c64d3aa6
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 19 07:06:33 2003 +0000

description:
; is used to terminate a yacc rule, and is not valid within a rule.
appeases bison on Linux.

diffstat:

 wm/ctwm/distinfo         |   4 ++--
 wm/ctwm/patches/patch-aa |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e9064a6f5100 -r fc68c64d3aa6 wm/ctwm/distinfo
--- a/wm/ctwm/distinfo  Sun Oct 19 06:54:17 2003 +0000
+++ b/wm/ctwm/distinfo  Sun Oct 19 07:06:33 2003 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2003/07/30 05:42:15 simonb Exp $
+$NetBSD: distinfo,v 1.7 2003/10/19 07:06:33 grant Exp $
 
 SHA1 (ctwm-3.6.tar.gz) = 8a8cefd2273c748fd7ceded4c3553e5ca7a994ec
 Size (ctwm-3.6.tar.gz) = 370563 bytes
 SHA1 (ctwm-3.6-xpm.tar.gz) = dfe7331dba041eff70d561b728ca8d7a16f68ca6
 Size (ctwm-3.6-xpm.tar.gz) = 246505 bytes
-SHA1 (patch-aa) = 4b86b9d19e89b4b53415356c9ee9d4d21a0dd038
+SHA1 (patch-aa) = e021a1b029df3a080478a575e10eccf5c18b01a1
 SHA1 (patch-ab) = e03e595241ae1e1bc412772c6805ee115aad80d0
 SHA1 (patch-ac) = 99a28b20904207693a4f25aafaaac447dbcdca95
 SHA1 (patch-ad) = d455a80205f07baf3789a5e8b2506e5c42429b85
diff -r e9064a6f5100 -r fc68c64d3aa6 wm/ctwm/patches/patch-aa
--- a/wm/ctwm/patches/patch-aa  Sun Oct 19 06:54:17 2003 +0000
+++ b/wm/ctwm/patches/patch-aa  Sun Oct 19 07:06:33 2003 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2003/06/10 07:40:53 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2003/10/19 07:06:33 grant Exp $
 
---- gram.y.orig        Tue Dec 11 16:38:52 2001
+--- gram.y.orig        2001-12-12 02:38:52.000000000 +1100
 +++ gram.y
+@@ -419,7 +419,7 @@ stmt               : error
+               | WINDOW_RING           { list = &Scr->WindowRingL; }
+                 win_list
+               | WINDOW_RING           { Scr->WindowRingAll = TRUE; }
+-              ;
++              { }
+               | WINDOW_RING_EXCLUDE    { if (!Scr->WindowRingL)
+                                             Scr->WindowRingAll = TRUE;
+                                         list = &Scr->WindowRingExcludeL; }
 @@ -683,7 +683,7 @@ wingeom_entries    : /* Empty */
                | wingeom_entries wingeom_entry
                ;



Home | Main Index | Thread Index | Old Index