pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/talloc Another build fix for people unlucky enou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d1f08bd4797
branches:  trunk
changeset: 335576:0d1f08bd4797
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sat Jun 22 12:47:07 2019 +0000

description:
Another build fix for people unlucky enough to have the letter 'j' in
MAKEFLAGS

diffstat:

 devel/talloc/distinfo                                          |   3 +-
 devel/talloc/patches/patch-buildtools_wafsamba_samba__utils.py |  16 ++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 3a7da8f7a2d0 -r 0d1f08bd4797 devel/talloc/distinfo
--- a/devel/talloc/distinfo     Sat Jun 22 12:14:49 2019 +0000
+++ b/devel/talloc/distinfo     Sat Jun 22 12:47:07 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2019/03/25 23:18:00 wiz Exp $
+$NetBSD: distinfo,v 1.25 2019/06/22 12:47:07 jmcneill Exp $
 
 SHA1 (talloc-2.2.0.tar.gz) = d806e2e4e9b973e8ab6521d1dd20a03abae32c99
 RMD160 (talloc-2.2.0.tar.gz) = 837d165e4524936ca39af7a0434321f10fe685bb
@@ -6,3 +6,4 @@
 Size (talloc-2.2.0.tar.gz) = 633467 bytes
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 50ff76f5b085f770751ca8bb93c8544cfdcd40d9
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
+SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 2d05638e542ecadf4d0475d25d89a1ae59289bd2
diff -r 3a7da8f7a2d0 -r 0d1f08bd4797 devel/talloc/patches/patch-buildtools_wafsamba_samba__utils.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/talloc/patches/patch-buildtools_wafsamba_samba__utils.py    Sat Jun 22 12:47:07 2019 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-buildtools_wafsamba_samba__utils.py,v 1.1 2019/06/22 12:47:07 jmcneill Exp $
+
+--- buildtools/wafsamba/samba_utils.py.orig    2019-03-21 10:12:32.000000000 +0000
++++ buildtools/wafsamba/samba_utils.py
+@@ -519,10 +519,7 @@ def CHECK_MAKEFLAGS(options):
+             setattr(options, opt[0:loc], opt[loc+1:])
+         elif opt[0] != '-':
+             for v in opt:
+-                if re.search(r'j[0-9]*$', v):
+-                    jobs_set = True
+-                    jobs = opt.strip('j')
+-                elif v == 'k':
++                if v == 'k':
+                     options.keep = True
+         elif re.search(r'-j[0-9]*$', opt):
+             jobs_set = True



Home | Main Index | Thread Index | Old Index