[SM-Commit] GIT changes to master grimoire by Eric Sandall (b5cf3fee9228971d0c762fa1a3769819deaf2c1c)

Eric Sandall scm at sourcemage.org
Wed Jan 30 13:54:58 EST 2008


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 dev/null                                |binary
 devel/flex/DETAILS                      |    6 +++---
 devel/flex/FlexLexer.h.diff.128         |   13 +++++++++++++
 devel/flex/HISTORY                      |    4 ----
 devel/flex/PRE_BUILD                    |    3 +++
 utils/autogen/DETAILS                   |   10 +++++-----
 utils/autogen/HISTORY                   |    5 ++++-
 utils/autogen/autogen-5.9.1.tar.bz2.sig |    0 
 utils/autogen/autogen-5.9.4.tar.bz2.sig |binary
 9 files changed, 28 insertions(+), 13 deletions(-)

New commits:
commit b5cf3fee9228971d0c762fa1a3769819deaf2c1c
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Revert "flex 2.5.34"
    
    This reverts commit 9b91fa4f433b02075f2fd42f9b9900d72529fbdf.
    
    Fixes Bug #14177. Waiting for upstream to fix it.

commit 2a1fe6fa0446fd9c1802396a00a47fcad97e11b8
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    autogen: Updated to 5.9.4

diff --git a/devel/flex/DETAILS b/devel/flex/DETAILS
index d0c2492..5061ded 100755
--- a/devel/flex/DETAILS
+++ b/devel/flex/DETAILS
@@ -1,7 +1,7 @@
            SPELL=flex
-         VERSION=2.5.34
-      PATCHLEVEL=0
-     SOURCE_HASH=sha512:a1c277e2d589223e45dee8c0ca3f72a6642639ac5204103ea34024b3957507556ccd23f3ecd86970103dd5dbec7b47267785885bd749faca6aed91645798ed9e
+         VERSION=2.5.33
+      PATCHLEVEL=1
+     SOURCE_HASH=sha512:84c12f9d3e43285f2a5c9572c343f6fed49626be756ba1181e52f5a80df4b96cb28e90d3c8f66d737adc5fe3058a9e1abce67f09e1d1e24535f09971bfe6e0e7
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/flex/$SOURCE
diff --git a/devel/flex/FlexLexer.h.diff.128 b/devel/flex/FlexLexer.h.diff.128
new file mode 100644
index 0000000..91cc7bd
--- /dev/null
+++ b/devel/flex/FlexLexer.h.diff.128
@@ -0,0 +1,13 @@
+--- FlexLexer.h	2006/10/22 22:17:38	1.27
++++ FlexLexer.h	2007/04/12 19:12:56	1.28
+@@ -62,8 +62,8 @@
+ public:
+ 	virtual ~FlexLexer()	{ }
+ 
+-	const char* YYText()	{ return yytext; }
+-	int YYLeng()		{ return yyleng; }
++	const char* YYText() const	{ return yytext; }
++	int YYLeng()	const	{ return yyleng; }
+ 
+ 	virtual void
+ 		yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0;
diff --git a/devel/flex/HISTORY b/devel/flex/HISTORY
index b82bfba..4bcc8fe 100644
--- a/devel/flex/HISTORY
+++ b/devel/flex/HISTORY
@@ -1,7 +1,3 @@
-2007-12-13 Ladislav Hagara <hgr at vabo.cz>
-	* DETAILS: 2.5.34
-	* PRE_BUILD, FlexLexer.h.diff.128: removed patch
-
 2007-08-07 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: PATCHLEVEL++
 	* PRE_BUILD, FlexLexer.h.diff.128: added
diff --git a/devel/flex/PRE_BUILD b/devel/flex/PRE_BUILD
new file mode 100755
index 0000000..616f969
--- /dev/null
+++ b/devel/flex/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build    &&
+cd $SOURCE_DIRECTORY &&
+patch  -p0 < $SPELL_DIRECTORY/FlexLexer.h.diff.128
diff --git a/utils/autogen/DETAILS b/utils/autogen/DETAILS
index 9e3d75e..95b4111 100755
--- a/utils/autogen/DETAILS
+++ b/utils/autogen/DETAILS
@@ -1,5 +1,5 @@
            SPELL=autogen
-         VERSION=5.9.1
+         VERSION=5.9.4
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
 cat << EOF
 AutoGen is a tool designed to simplify the creation and maintenance of
 programs that contain large amounts of repetitious text. It is
-especially valuable in programs that have several blocks of text that 
-must be kept synchronized. 
+especially valuable in programs that have several blocks of text that
+must be kept synchronized.
 
 AutoGen can now accept XML files as definition input, in addition to
-CGI data and traditional AutoGen definitions. 
+CGI data and traditional AutoGen definitions.
 
 A common example where this would be useful is in creating and
 maintaining the code required for processing program options.
@@ -25,5 +25,5 @@ Processing options requires multiple constructs to be maintained in
 parallel in different places in your program. Options maintenance
 needs to be done countless times. So, AutoGen comes with an add-on
 package named AutoOpts that simplifies the maintenance and
-documentation of program options. 
+documentation of program options.
 EOF
diff --git a/utils/autogen/HISTORY b/utils/autogen/HISTORY
index c0432db..9fa3c9e 100644
--- a/utils/autogen/HISTORY
+++ b/utils/autogen/HISTORY
@@ -1,3 +1,6 @@
+2008-01-29 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 5.9.4
+
 2007-07-09 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 5.9.1
 
@@ -42,7 +45,7 @@
 
 2004-06-03 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: BUILD_API=2
-	* BUILD INSTALL: add 
+	* BUILD INSTALL: add
 	  add configure options
 	  disable installwatch
 
diff --git a/utils/autogen/autogen-5.9.1.tar.bz2.sig b/utils/autogen/autogen-5.9.1.tar.bz2.sig
deleted file mode 100644
index 1b42124..0000000
Binary files a/utils/autogen/autogen-5.9.1.tar.bz2.sig and /dev/null differ
diff --git a/utils/autogen/autogen-5.9.4.tar.bz2.sig b/utils/autogen/autogen-5.9.4.tar.bz2.sig
new file mode 100644
index 0000000..579369e
Binary files /dev/null and b/utils/autogen/autogen-5.9.4.tar.bz2.sig differ



More information about the SM-Commit mailing list