[BACK]Return to patch-buildtools_wafsamba_wafsamba_py CVS log [TXT][DIR] Up to [local] / ports / net / samba4 / patches

Annotation of ports/net/samba4/patches/patch-buildtools_wafsamba_wafsamba_py, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- buildtools/wafsamba/wafsamba.py.orig       Fri Dec 14 20:14:32 2012
                      3: +++ buildtools/wafsamba/wafsamba.py    Fri Dec 14 20:15:20 2012
                      4: @@ -42,15 +42,15 @@ LIB_PATH="shared"
                      5:  os.environ['PYTHONUNBUFFERED'] = '1'
                      6:
                      7:
                      8: -if Constants.HEXVERSION < 0x105019:
                      9: -    Logs.error('''
                     10: -Please use the version of waf that comes with Samba, not
                     11: -a system installed version. See http://wiki.samba.org/index.php/Waf
                     12: -for details.
                     13: -
                     14: -Alternatively, please run ./configure and make as usual. That will
                     15: -call the right version of waf.''')
                     16: -    sys.exit(1)
                     17: +#if Constants.HEXVERSION < 0x105019:
                     18: +#    Logs.error('''
                     19: +#Please use the version of waf that comes with Samba, not
                     20: +#a system installed version. See http://wiki.samba.org/index.php/Waf
                     21: +#for details.
                     22: +#
                     23: +#Alternatively, please run ./configure and make as usual. That will
                     24: +#call the right version of waf.''')
                     25: +#    sys.exit(1)
                     26:
                     27:
                     28:  @conf

CVSweb