Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17503/src/testing

Modified Files:
        difflib.c 
Log Message:
Updates to the .spec files to be ever so slightly more compatible with
the Fedora packaging guidelines.

Use %configure instead of ./configure.  This implies removing the
--prefix, --bindir, etc. options.  This also implies that the compiler
will be called with -D_FORTIFY_SOURCE=2 which makes that the compiler
is even stricter than before.  So we do that now as well.

Some fixes to get things compiled with -D_FORTIFY_SOURCE=2.  Mostly,
we need to do something with the result of functions such as fwrite,
fread, ftruncate, system.

Added descriptions to all packages.

Created a MonetDB-testing package.

Enabled the MonetDB-SQL-devel package.

When creating the tar balls, remove extraneous execute bits, and don't
include files that are generated by configure (i.e. files for which
there is a corresponding .in file).


Index: difflib.c
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/difflib.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- difflib.c   9 Feb 2007 22:59:36 -0000       1.45
+++ difflib.c   5 Sep 2007 17:05:58 -0000       1.46
@@ -922,7 +922,7 @@
 
        if (!u_diff2lwc_diff(mindiff, LWC, u_diff_fn, lwc_diff_fn))
                /* { UNLINK(lwc_diff_fn); ERRHNDL(0,"u_diff2lwc_diff returns 0 
in u_diff2html","",1); } */
-               system(strconcat("touch ", lwc_diff_fn));
+               SYSTEM(strconcat("touch ", lwc_diff_fn));
 
        rtrn = lwc_diff2html(u_diff_fn, (char *) 0, lwc_diff_fn, html_fn, 
caption, revision);
 
@@ -945,7 +945,7 @@
 
        if (!oldnew2lwc_diff(mindiff, LWC, context, ignore, old_fn, new_fn, 
lwc_diff_fn))
                /* { UNLINK(lwc_diff_fn); ERRHNDL(0,"oldnew2lwc_diff returns 0 
in oldnew2html","",1); } */
-                system(strconcat("touch ", lwc_diff_fn));
+                SYSTEM(strconcat("touch ", lwc_diff_fn));
 
        rtrn = lwc_diff2html(old_fn, new_fn, lwc_diff_fn, html_fn, caption, 
revision);
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to