Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20350/10.2-gcc3.3/stable/main/finkinfo/devel
Modified Files:
autoconf2.5.info automake1.4.info automake1.5.info
automake1.6.info automake1.7.info
Added Files:
automake1.8.info flex-devel.info flex-devel.patch
Log Message:
move to stable
--- NEW FILE: automake1.8.info ---
Package: automake1.8
Version: 1.8.2
Revision: 1
Depends: autoconf2.5 (>= 2.58-1)
Conflicts: automake1.5, automake, automake1.6, automake1.7, automake15
Replaces: automake1.5, automake, automake1.6, automake1.7, automake15
Provides: automaken
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: 7a8138b29361baec06548e6a0ac63189
ConfigureParams: --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
DocFiles: COPYING README AUTHORS NEWS THANKS
InfoDocs: automake.info
Description: Tool for generating GNU Standards-compliant Makefiles
DescDetail: <<
Automake is a tool for automatically generating `Makefile.in's from files called
`Makefile.am'.
The goal of Automake is to remove the burden of Makefile maintenance from the back of
the individual GNU maintainer (and put it on the back of the Automake maintainer).
The `Makefile.am' is basically a series of `make' macro definitions (with rules being
thrown in occasionally). The generated `Makefile.in's are compliant with the GNU
Makefile standards.
Automake 1.8 fails to work in a number of situations that previous Automake versions
did, so has been renamed so that the previous version can continue to be made
available.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer, Max Horn.
Desc adapted from debian :-)
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/automake/
Index: automake1.7.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/automake1.7.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.7.info 26 Oct 2003 18:50:03 -0000 1.1
+++ automake1.7.info 14 Jul 2004 12:34:01 -0000 1.2
@@ -1,9 +1,9 @@
Package: automake1.7
Version: 1.7.6
-Revision: 2
+Revision: 3
Depends: autoconf2.5 (>= 2.52-1)
-Conflicts: automake1.5, automake, automake1.6, automake15
-Replaces: automake1.5, automake, automake1.6, automake15
+Conflicts: automake, automake15, automake1.5, automake1.6, automake1.8
+Replaces: automake, automake15, automake1.5, automake1.6, automake1.8
Provides: automaken
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: 68c4cbf2c54aff9a26e348e43d941bd5
--- NEW FILE: flex-devel.patch ---
diff -uNr flex-2.5.31/filter.c flex-2.5.31-new/filter.c
--- flex-2.5.31/filter.c Tue Mar 25 11:39:08 2003
+++ flex-2.5.31-new/filter.c Tue Nov 18 15:24:12 2003
@@ -157,11 +157,15 @@
if (chain->filter_func) {
int r;
- /* setup streams again */
+ /* setup streams again -- Removed. POSIX states that children
inherit
+ open streams in the parent. Also, ANSI C99 states that the
stdin
+ and stdout macors need not be modified lvalues; so
this code is
+ broken in the first place.
if ((stdin = fdopen (0, "r")) == NULL)
flexfatal (_("fdopen(0) failed"));
if ((stdout = fdopen (1, "w")) == NULL)
flexfatal (_("fdopen(1) failed"));
+ */
if ((r = chain->filter_func (chain)) == -1)
flexfatal (_("filter_func failed"));
@@ -181,9 +185,11 @@
if (dup2 (pipes[1], 1) == -1)
flexfatal (_("dup2(pipes[1],1)"));
close (pipes[1]);
+ /* This is not legal; stfout does not need to be a modifiable
+ lvalue
if ((stdout = fdopen (1, "w")) == NULL)
flexfatal (_("fdopen(1) failed"));
-
+ */
return true;
}
diff -uNr flex-2.5.31/flex.skl flex-2.5.31-new/flex.skl
--- flex-2.5.31/flex.skl Mon Mar 31 20:51:38 2003
+++ flex-2.5.31-new/flex.skl Tue Nov 18 15:24:12 2003
@@ -345,19 +345,19 @@
%# yyscan_t yyscanner;
%#
%# Generate traditional function defs
- m4_define( [[YYFARGS0]], [[(M4_YY_DEF_ONLY_ARG)
+ m4_define( [[YYFARGS0]], [[(M4_YY_DEF_ONLY_ARG) [[\]]
M4_YY_DECL_LAST_ARG]])
- m4_define( [[YYFARGS1]], [[($2 M4_YY_DEF_LAST_ARG)
- $1 $2;
+ m4_define( [[YYFARGS1]], [[($2 M4_YY_DEF_LAST_ARG) [[\]]
+ $1 $2; [[\]]
M4_YY_DECL_LAST_ARG]])
- m4_define( [[YYFARGS2]], [[($2,$4 M4_YY_DEF_LAST_ARG)
- $1 $2;
- $3 $4;
+ m4_define( [[YYFARGS2]], [[($2,$4 M4_YY_DEF_LAST_ARG) [[\]]
+ $1 $2; [[\]]
+ $3 $4; [[\]]
M4_YY_DECL_LAST_ARG]])
- m4_define( [[YYFARGS3]], [[($2,$4,$6 M4_YY_DEF_LAST_ARG)
- $1 $2;
- $3 $4;
- $5 $6;
+ m4_define( [[YYFARGS3]], [[($2,$4,$6 M4_YY_DEF_LAST_ARG) [[\]]
+ $1 $2; [[\]]
+ $3 $4; [[\]]
+ $5 $6; [[\]]
M4_YY_DECL_LAST_ARG]])
]],
[[
@@ -724,6 +724,7 @@
m4_ifdef( [[M4_YY_NO_UNISTD_H]],,
[[
+#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
@@ -734,6 +735,7 @@
%if-c++-only
#include <unistd.h>
%endif
+#endif
]])
#ifndef YY_EXTRA_TYPE
@@ -1124,9 +1126,9 @@
m4_dnl The bison pure parser is used. Redefine yylex to
m4_dnl accept the lval parameter.
- m4_define( [[M4_YY_LEX_PROTO]],
+ m4_define( [[M4_YY_LEX_PROTO]], [[\]]
[[M4_YY_PARAMS(YYSTYPE * yylval_param M4_YY_PROTO_LAST_ARG)]])
- m4_define( [[M4_YY_LEX_DECLARATION]],
+ m4_define( [[M4_YY_LEX_DECLARATION]], [[\]]
[[YYFARGS1(YYSTYPE *,yylval_param)]])
]])
@@ -1134,9 +1136,9 @@
[[
m4_dnl Locations are used. yylex should also accept the ylloc parameter.
- m4_define( [[M4_YY_LEX_PROTO]],
+ m4_define( [[M4_YY_LEX_PROTO]], [[\]]
[[M4_YY_PARAMS(YYSTYPE * yylval_param, YYLTYPE * yylloc_param
M4_YY_PROTO_LAST_ARG)]])
- m4_define( [[M4_YY_LEX_DECLARATION]],
+ m4_define( [[M4_YY_LEX_DECLARATION]], [[\]]
[[YYFARGS2(YYSTYPE *,yylval_param, YYLTYPE *,yylloc_param)]])
]])
@@ -2251,11 +2253,11 @@
* @note If you want to scan bytes that may contain NUL values, then use
* yy_scan_bytes() instead.
*/
-YY_BUFFER_STATE yy_scan_string YYFARGS1( yyconst char *,str)
+YY_BUFFER_STATE yy_scan_string YYFARGS1( yyconst char *,yy_str)
{
m4_dnl M4_YY_DECL_GUTS_VAR();
- return yy_scan_bytes( str, strlen(str) M4_YY_CALL_LAST_ARG);
+ return yy_scan_bytes( yy_str, strlen(yy_str) M4_YY_CALL_LAST_ARG);
}
%endif
]])
diff -uNr flex-2.5.31/gen.c flex-2.5.31-new/gen.c
--- flex-2.5.31/gen.c Sun Mar 30 14:58:44 2003
+++ flex-2.5.31-new/gen.c Tue Nov 18 15:24:12 2003
@@ -1808,21 +1808,20 @@
}
if (yymore_used) {
- if (!C_plus_plus) {
- if (yytext_is_array) {
- if (!reentrant){
- indent_puts ("static int yy_more_offset = 0;");
- }else{
- indent_puts ("static int yy_prev_more_offset = 0;");
- }
- }
- else if (!reentrant) {
- indent_puts
- ("static int yy_more_flag = 0;");
- indent_puts
- ("static int yy_more_len = 0;");
- }
- }
+ if (!C_plus_plus) {
+ if (yytext_is_array) {
+ if (!reentrant){
+ indent_puts ("static int yy_more_offset = 0;");
+ indent_puts ("static int yy_prev_more_offset = 0;");
+ }
+ }
+ else if (!reentrant) {
+ indent_puts
+ ("static int yy_more_flag = 0;");
+ indent_puts
+ ("static int yy_more_len = 0;");
+ }
+ }
if (yytext_is_array) {
indent_puts
diff -uNr flex-2.5.31/main.c flex-2.5.31-new/main.c
--- flex-2.5.31/main.c Mon Mar 31 20:51:38 2003
+++ flex-2.5.31-new/main.c Tue Nov 18 15:24:12 2003
@@ -199,6 +199,7 @@
{
#if ENABLE_NLS
setlocale (LC_MESSAGES, "");
+ setlocale (LC_CTYPE, "");
textdomain (PACKAGE);
bindtextdomain (PACKAGE, LOCALEDIR);
#endif
@@ -1594,7 +1595,6 @@
outn ("#endif");
outn ("#else");
outn (yy_stdinit);
- outn ("#endif");
outn ("#endif");
}
diff -uNr flex-2.5.31/scan.c flex-2.5.31-new/scan.c
--- flex-2.5.31/scan.c Tue Apr 1 11:33:17 2003
+++ flex-2.5.31-new/scan.c Tue Nov 18 15:24:12 2003
@@ -1619,11 +1619,13 @@
#define LINEDIR 18
#define CODEBLOCK_MATCH_BRACE 19
+#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
+#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
diff -uNr flex-2.5.31/skel.c flex-2.5.31-new/skel.c
--- flex-2.5.31/skel.c Tue Apr 1 11:33:08 2003
+++ flex-2.5.31-new/skel.c Tue Nov 18 15:24:12 2003
@@ -404,16 +404,16 @@
"%# yyscan_t yyscanner;",
"%#",
"%# Generate traditional function defs",
- " m4_define( [[YYFARGS0]], [[(M4_YY_DEF_ONLY_ARG)",
+ " m4_define( [[YYFARGS0]], [[(M4_YY_DEF_ONLY_ARG) [[\\]]",
" M4_YY_DECL_LAST_ARG]])",
- " m4_define( [[YYFARGS1]], [[($2 M4_YY_DEF_LAST_ARG)",
+ " m4_define( [[YYFARGS1]], [[($2 M4_YY_DEF_LAST_ARG) [[\\]]",
" $1 $2;",
" M4_YY_DECL_LAST_ARG]])",
- " m4_define( [[YYFARGS2]], [[($2,$4 M4_YY_DEF_LAST_ARG)",
+ " m4_define( [[YYFARGS2]], [[($2,$4 M4_YY_DEF_LAST_ARG) [[\\]]",
" $1 $2;",
" $3 $4;",
" M4_YY_DECL_LAST_ARG]])",
- " m4_define( [[YYFARGS3]], [[($2,$4,$6 M4_YY_DEF_LAST_ARG)",
+ " m4_define( [[YYFARGS3]], [[($2,$4,$6 M4_YY_DEF_LAST_ARG) [[\\]]",
" $1 $2;",
" $3 $4;",
" $5 $6;",
@@ -783,6 +783,7 @@
"",
"m4_ifdef( [[M4_YY_NO_UNISTD_H]],,",
"[[",
+ "#ifndef YY_NO_UNISTD_H",
"/* Special case for \"unistd.h\", since it is non-ANSI. We include it way",
" * down here because we want the user's section 1 to have been scanned first.",
" * The user has a chance to override it with an option.",
@@ -793,6 +794,7 @@
"%if-c++-only",
"#include <unistd.h>",
"%endif",
+ "#endif",
"]])",
"",
"#ifndef YY_EXTRA_TYPE",
@@ -2454,11 +2456,11 @@
" * @note If you want to scan bytes that may contain NUL values, then use",
" * yy_scan_bytes() instead.",
" */",
- "YY_BUFFER_STATE yy_scan_string YYFARGS1( yyconst char *,str)",
+ "YY_BUFFER_STATE yy_scan_string YYFARGS1( yyconst char *,yy_str)",
"{",
" m4_dnl M4_YY_DECL_GUTS_VAR();",
"",
- " return yy_scan_bytes( str, strlen(str) M4_YY_CALL_LAST_ARG);",
+ " return yy_scan_bytes( yy_str, strlen(yy_str) M4_YY_CALL_LAST_ARG);",
"}",
"%endif",
"]])",
Index: automake1.6.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/automake1.6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.6.info 26 Oct 2003 18:50:03 -0000 1.1
+++ automake1.6.info 14 Jul 2004 12:34:01 -0000 1.2
@@ -1,10 +1,10 @@
Package: automake1.6
Version: 1.6.3
-Revision: 2
+Revision: 3
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Depends: autoconf2.5 (>= 2.52-1)
-Conflicts: automake1.5, automake ( <= 1.6.3-1 ), automake1.7, automake15 ( <= 1.5-2 )
-Replaces: automake1.5, automake ( <= 1.6.3-1 ), automake1.7, automake15 ( <= 1.5-2 )
+Conflicts: automake ( <= 1.6.3-1 ), automake15 ( <= 1.5-2 ), automake1.5,
automake1.7, automake1.8
+Replaces: automake ( <= 1.6.3-1 ), automake15 ( <= 1.5-2 ), automake1.5, automake1.7,
automake1.8
Provides: automaken
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: 2e8053609e9d318f80db0fce29dca7e9
Index: automake1.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/automake1.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.5.info 26 Oct 2003 18:50:03 -0000 1.1
+++ automake1.5.info 14 Jul 2004 12:34:01 -0000 1.2
@@ -1,12 +1,12 @@
Package: automake1.5
Version: 1.5
-Revision: 3
+Revision: 4
Source: mirror:gnu:automake/automake-%v.tar.gz
Source-MD5: 74a22ac0581378e807ecb334a55c5bab
Patch: %n.patch
Depends: autoconf2.5 (>= 2.52-1)
-Conflicts: automake1.4, automake1.7, automake15, automake1.6
-Replaces: automake1.4, automake1.7, automake15, automake1.6
+Conflicts: automake1.4, automake15, automake1.6, automake1.7, automake1.8
+Replaces: automake1.4, automake15, automake1.6, automake1.7, automake1.8
Provides: automaken
ConfigureParams: --infodir=%p/share/info
InstallScript: <<
Index: automake1.4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/automake1.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.4.info 26 Oct 2003 18:50:03 -0000 1.1
+++ automake1.4.info 14 Jul 2004 12:34:01 -0000 1.2
@@ -1,11 +1,11 @@
Package: automake1.4
Version: 1.4
-Revision: 2
+Revision: 3
Source: mirror:gnu:automake/automake-%v.tar.gz
Source-MD5: 1d483ffa4349bfc9ab8ae0de0c617c7b
Depends: autoconf2.5 (>= 2.52-1)
-Conflicts: automake, automake1.7, automake15, automake1.6, automake1.5
-Replaces: automake, automake1.7, automake15, automake1.6, automake1.5
+Conflicts: automake, automake15, automake1.5, automake1.6, automake1.7, automake1.8
+Replaces: automake, automake15, automake1.5, automake1.6, automake1.7, automake1.8
Provides: automaken
Patch: %n.patch
ConfigureParams: --infodir=%p/share/info
--- NEW FILE: flex-devel.info ---
Package: flex-devel
Version: 2.5.31
Revision: 2
BuildDepends: help2man
Source: mirror:sourceforge:lex/flex-%v.tar.bz2
Patch: %n.patch
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS ONEWS README* RoadMap THANKS TODO
CompileScript: <<
./configure --prefix=%p/lib/flex
make
<<
InstallScript: <<
make install DESTDIR=%d
rm -rf %i/lib/flex/man %i/lib/flex/share %i/lib/flex/info
<<
#
Description: Fast lexical analyser generator (development version)
DescDetail: <<
Flex is a tool for generating programs that require pattern-matching
on text. It is usually used together with yacc/bison to automatically
generate a parser for a language grammar, e.g. the syntax of a
configuration file.
This is a version of Flex that generates better C++ code than the
standard 2.5.4 Flex, but also has some compatibility problems with
the older flex as well, so it installs into %p/lib/flex and must
be explicitly linked by projects that want to use it.
<<
DescUsage: <<
You will need to explicitly add the paths to this version of flex
to your environment to use it (so that it doesn't get in the way of
the "regular" flex).
Generally you should be able to do it by doing something like:
export PATH="%p/lib/flex/bin:$PATH"
export CPPFLAGS="-I%p/lib/flex/include"
export LDFLAGS="-L%p/lib/flex/lib"
<<
License: BSD
Homepage: http://lex.sourceforge.net/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Source-MD5: 363dcc4afc917dc51306eb9d3de0152f
Index: autoconf2.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/autoconf2.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autoconf2.5.info 26 Oct 2003 18:50:03 -0000 1.1
+++ autoconf2.5.info 14 Jul 2004 12:34:01 -0000 1.2
@@ -1,17 +1,24 @@
Package: autoconf2.5
-Version: 2.57
-Revision: 2
+Version: 2.59
+Revision: 1
Depends: m4
Conflicts: autoconf, autoconf25 (<= 2.54-1)
Replaces: autoconf, autoconf25 (<= 2.54-1)
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
-Source-MD5: 407ea53787ce13f5ca427e9a51e05bc2
-ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
+Source-MD5: 1ee40f7a676b3cfdc0e3f7cd81551b5f
+ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
--program-suffix=-%v
InstallScript: <<
make install DESTDIR=%d
cd doc && make html
install -d -m 755 %i/share/doc/%n/html
install -m 644 doc/*.html %i/share/doc/%n/html/
+ ln -sf autoconf-%v %i/bin/autoconf
+ ln -sf autoheader-%v %i/bin/autoheader
+ ln -sf autom4te-%v %i/bin/autom4te
+ ln -sf autoreconf-%v %i/bin/autoreconf
+ ln -sf autoscan-%v %i/bin/autoscan
+ ln -sf autoupdate-%v %i/bin/autoupdate
+ ln -sf ifnames-%v %i/bin/ifnames
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits