]> git.pld-linux.org Git - packages/waf.git/commitdiff
- adjusted for 1.5.6 auto/ti/waf-1_5_6-1
authoramateja <amateja@pld-linux.org>
Sun, 31 May 2009 13:02:20 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    waf-path.patch -> 1.6

waf-path.patch

index e05ade1668a410f6457d31572326058ca016ab60..60d5b0d1e48f0d0050acb2848bef40353b15691f 100644 (file)
@@ -1,25 +1,25 @@
-diff -burNp waf-1.5.3/waf-light waf-1.5.3-dud/waf-light
---- waf-1.5.3/waf-light        2009-01-30 20:47:11.000000000 +0100
-+++ waf-1.5.3-dud/waf-light    2009-02-11 12:32:27.151272688 +0100
+diff -urN ./waf-1.5.4.orig/waf-light ./waf-1.5.4/waf-light
+--- waf-1.5.4.orig/waf-light   2009-04-07 20:34:22.000000000 +0200
++++ waf-1.5.4/waf-light        2009-05-31 13:33:38.703600164 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python
  # encoding: utf-8
  # Thomas Nagy, 2005-2009
  
-@@ -102,7 +102,7 @@ def find_lib():
+@@ -117,7 +117,7 @@
                if w: return w
                err("waf-light requires wafadmin -> export WAFDIR=/folder")
  
--      dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
-+      dir = "/lib/waf/" 
+-      dir = "/lib/%s-%s-%s/" % (WAF, VERSION, REVISION)
++      dir = "/lib/waf/"
        for i in [INSTALL,'/usr','/usr/local','/opt']:
                w = test(i+dir)
                if w: return w
-diff -burNp waf-1.5.3/wscript waf-1.5.3-dud/wscript
---- waf-1.5.3/wscript  2009-01-30 20:45:24.000000000 +0100
-+++ waf-1.5.3-dud/wscript      2009-02-11 12:31:25.097529677 +0100
-@@ -326,7 +326,7 @@ def build(bld):
+diff -urN ./waf-1.5.4.orig/wscript ./waf-1.5.4/wscript
+--- waf-1.5.4.orig/wscript     2009-04-07 20:34:22.000000000 +0200
++++ waf-1.5.4/wscript  2009-05-31 13:35:21.368995500 +0200
+@@ -314,7 +314,7 @@
                if val != True and val != "y": sys.exit(1)
                create_waf()
  
This page took 0.039353 seconds and 4 git commands to generate.