SF.net SVN: geany: [2661] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jun 8 14:19:50 UTC 2008


Revision: 2661
          http://geany.svn.sourceforge.net/geany/?rev=2661&view=rev
Author:   eht16
Date:     2008-06-08 07:19:49 -0700 (Sun, 08 Jun 2008)

Log Message:
-----------
Update Waf to its latest SVN version.
Don't update po files on normal build, add target --update-po for this task.
Fix wrong handling of CCFlags and CXXFlags which caused the build to hang if CFLAGS were not already set.
Don't make checks for header files and functions mandatory.
Update some method names to latest API changes in Waf.
Various other small fixes.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/waf
    trunk/wscript

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-06-08 14:04:01 UTC (rev 2660)
+++ trunk/ChangeLog	2008-06-08 14:19:49 UTC (rev 2661)
@@ -9,6 +9,16 @@
    Use Python from CTags SVN.
    Adapt variable parsing code from the old parser code.
    Fix three bugs (see CTags bugs #1988026, 1988027 and 1988130).
+ * waf:
+   Update Waf to its latest SVN version.
+ * wscript:
+   Don't update po files on normal build, add target --update-po for
+   this task.
+   Fix wrong handling of CCFlags and CXXFlags which caused the build
+   to hang if CFLAGS were not already set.
+   Don't make checks for header files and functions mandatory.
+   Update some method names to latest API changes in Waf.
+   Various other small fixes.
 
 
 2008-06-07  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/waf
===================================================================
--- trunk/waf	2008-06-08 14:04:01 UTC (rev 2660)
+++ trunk/waf	2008-06-08 14:19:49 UTC (rev 2661)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
 # encoding: utf-8
 # Thomas Nagy, 2005-2008
 
@@ -38,7 +38,7 @@
 	except:pass
 
 VERSION="1.4.2"
-REVISION="fd1f2e9d93f8e1634be8fb448b10b939"
+REVISION="0edf0b55479df1fe516b41b2d7255b2e"
 INSTALL=sys.platform=='win32' and 'c:/temp' or '/usr/local'
 cwd = os.getcwd()
 join = os.path.join
@@ -141,5 +141,5 @@
 Scripting.prepare()
 
 #==>

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list