Author: pebender
Date: Sat Dec 13 18:44:50 2008
New Revision: 4092

Added:
    trunk/gar-minimyth/script/devel/bison/files/bison-2.4.1-perl.patch.gar
Removed:
    trunk/gar-minimyth/script/devel/bison/files/bison-2.4-perl.patch.gar
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/devel/bison/Makefile
    trunk/gar-minimyth/script/devel/bison/checksums
    trunk/gar-minimyth/script/devel/fakeroot/Makefile
    trunk/gar-minimyth/script/devel/fakeroot/checksums

Log:
- Updated packages
     devel/bison
     devel/fakefoot



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Sat Dec 13  
18:44:50 2008
@@ -107,6 +107,7 @@
      Updated xorg-7.4/xf86-input-evdev.

  Updated packages
+    Updated devel/bison.
      Updated devel/fakeroot.
      Updated disk/hdparm.
      Updated kernel-2.6.27/linux.

Modified: trunk/gar-minimyth/script/devel/bison/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/bison/Makefile      (original)
+++ trunk/gar-minimyth/script/devel/bison/Makefile      Sat Dec 13 18:44:50 2008
@@ -1,5 +1,5 @@
  GARNAME = bison
-GARVERSION = 2.4
+GARVERSION = 2.4.1
  CATEGORIES = devel
  MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.gz

Modified: trunk/gar-minimyth/script/devel/bison/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/bison/checksums     (original)
+++ trunk/gar-minimyth/script/devel/bison/checksums     Sat Dec 13 18:44:50 2008
@@ -1,2 +1,2 @@
-2b9b088b46271c7fa902a7e85f503e1e  download/bison-2.4.tar.gz
-4df88c39b336e5f6e35fd7ea93bada96  download/bison-2.4-perl.patch.gar
+c58aa1da418dc9704070872489e89bf5  download/bison-2.4.1.tar.gz
+7558068204c3af932a8a0838cb0b15ae  download/bison-2.4.1-perl.patch.gar

Added:  
trunk/gar-minimyth/script/devel/bison/files/bison-2.4.1-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/bison/files/bison-2.4.1-perl.patch.gar      
 
Sat Dec 13 18:44:50 2008
@@ -0,0 +1,60 @@
+diff -Naur bison-2.4.1-old/tests/testsuite bison-2.4.1-new/tests/testsuite
+--- bison-2.4.1-old/tests/testsuite    2008-12-11 14:07:46.000000000 -0800
++++ bison-2.4.1-new/tests/testsuite    2008-12-13 18:38:27.000000000 -0800
+@@ -88167,7 +88167,7 @@
+ # With 500 and the new parser, which consume far too much memory,
+ # it gets killed too.  Of course the parser is to be cleaned.
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -88372,7 +88372,7 @@
+ # ./input                          0.00s user 0.01s sys 108% cpu     0.01  
total
+ #
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -88573,7 +88573,7 @@
+
+
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ use Text::Wrap;
+diff -Naur bison-2.4.1-old/tests/torture.at  
bison-2.4.1-new/tests/torture.at
+--- bison-2.4.1-old/tests/torture.at   2008-11-15 08:35:07.000000000 -0800
++++ bison-2.4.1-new/tests/torture.at   2008-12-13 18:38:27.000000000 -0800
+@@ -42,7 +42,7 @@
+ # triangular grammar.
+ m4_define([AT_DATA_TRIANGULAR_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -157,7 +157,7 @@
+ # horizontal grammar.
+ m4_define([AT_DATA_HORIZONTAL_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -263,7 +263,7 @@
+ # requiring SIZE lookahead tokens.
+ m4_define([AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ use Text::Wrap;

Modified: trunk/gar-minimyth/script/devel/fakeroot/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/fakeroot/Makefile   (original)
+++ trunk/gar-minimyth/script/devel/fakeroot/Makefile   Sat Dec 13 18:44:50  
2008
@@ -1,5 +1,5 @@
  GARNAME = fakeroot
-GARVERSION = 1.11.2
+GARVERSION = 1.11.3
  CATEGORIES = devel
  MASTER_SITES = http://ftp.debian.org/debian/pool/main/f/$(GARNAME)/
  DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz

Modified: trunk/gar-minimyth/script/devel/fakeroot/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/fakeroot/checksums  (original)
+++ trunk/gar-minimyth/script/devel/fakeroot/checksums  Sat Dec 13 18:44:50  
2008
@@ -1 +1 @@
-601336a7ea14ccbf41642260dc5fdb92  download/fakeroot_1.11.2.tar.gz
+abf0232c2d666e9c67bc58ea9b480370  download/fakeroot_1.11.3.tar.gz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to