pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/ctwm remove an extraneous ; from a grammar rule whi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cbe46426a8a
branches:  trunk
changeset: 475055:4cbe46426a8a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 09 14:36:27 2004 +0000

description:
remove an extraneous ; from a grammar rule which was causing yacc(1)
on Solaris to barf.

diffstat:

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

diffs (40 lines):

diff -r b5b0ed36ae50 -r 4cbe46426a8a wm/ctwm/distinfo
--- a/wm/ctwm/distinfo  Sun May 09 14:24:16 2004 +0000
+++ b/wm/ctwm/distinfo  Sun May 09 14:36:27 2004 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2003/10/19 07:06:33 grant Exp $
+$NetBSD: distinfo,v 1.8 2004/05/09 14:36:27 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) = e021a1b029df3a080478a575e10eccf5c18b01a1
+SHA1 (patch-aa) = f1feb6e3c932018669afac774397dae2f7b06b44
 SHA1 (patch-ab) = e03e595241ae1e1bc412772c6805ee115aad80d0
 SHA1 (patch-ac) = 99a28b20904207693a4f25aafaaac447dbcdca95
 SHA1 (patch-ad) = d455a80205f07baf3789a5e8b2506e5c42429b85
diff -r b5b0ed36ae50 -r 4cbe46426a8a wm/ctwm/patches/patch-aa
--- a/wm/ctwm/patches/patch-aa  Sun May 09 14:24:16 2004 +0000
+++ b/wm/ctwm/patches/patch-aa  Sun May 09 14:36:27 2004 +0000
@@ -1,17 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2003/10/19 07:06:33 grant Exp $
+$NetBSD: patch-aa,v 1.4 2004/05/09 14:36:27 grant Exp $
 
 --- gram.y.orig        2001-12-12 02:38:52.000000000 +1100
 +++ gram.y
-@@ -419,7 +419,7 @@ stmt               : error
+@@ -419,7 +419,6 @@ 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 */
+@@ -683,7 +682,7 @@ wingeom_entries    : /* Empty */
                | wingeom_entries wingeom_entry
                ;
  



Home | Main Index | Thread Index | Old Index