]> git.pld-linux.org Git - packages/waf.git/commitdiff
- up to fit 1.5.3
authorduddits <duddits@pld-linux.org>
Wed, 11 Feb 2009 11:35:54 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    waf-path.patch -> 1.5

waf-path.patch

index 7cca700de1bb7442692dbf0a2595afe4f4c3a5b6..e05ade1668a410f6457d31572326058ca016ab60 100644 (file)
@@ -1,28 +1,30 @@
---- waf-1.4.4/wscript~ 2008-08-27 00:44:34.000000000 +0300
-+++ waf-1.4.4/wscript  2008-10-04 19:05:55.597301311 +0300
-@@ -324,7 +324,7 @@
-       wafadmin = bld.create_obj('py')
-       wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
-       wafadmin.inst_var = 'PREFIX'
--      wafadmin.inst_dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
-+      wafadmin.inst_dir = os.path.join('lib', 'waf', 'wafadmin')
-       tools = bld.create_obj('py')
-       tools.find_sources_in_dirs('wafadmin/Tools', exts=['.py'])
---- waf-1.4.4/waf-light        2008-10-04 19:10:46.662132430 +0300
-+++ waf-1.4.4/waf-light        2008-10-04 19:15:09.261317830 +0300
+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
 @@ -1,4 +1,4 @@
--#! /usr/bin/env python
+-#!/usr/bin/env python
 +#!/usr/bin/python
  # encoding: utf-8
- # Thomas Nagy, 2005-2008
+ # Thomas Nagy, 2005-2009
  
-@@ -109,7 +109,7 @@
+@@ -102,7 +102,7 @@ def find_lib():
                if w: return w
                err("waf-light requires wafadmin -> export WAFDIR=/folder")
  
 -      dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
-+      dir = "/lib/waf/"
++      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):
+               if val != True and val != "y": sys.exit(1)
+               create_waf()
+-      dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
++      dir = os.path.join('lib', 'waf', 'wafadmin')
+       wafadmin = bld.new_task_gen('py')
+       wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
This page took 0.079083 seconds and 4 git commands to generate.