pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-subprocess32 py-subprocess32: Fix configure s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c81fca4581
branches:  trunk
changeset: 310937:93c81fca4581
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 27 07:51:30 2018 +0000

description:
py-subprocess32: Fix configure script variables.

diffstat:

 devel/py-subprocess32/distinfo                |   4 ++--
 devel/py-subprocess32/patches/patch-configure |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r fcdf89501070 -r 93c81fca4581 devel/py-subprocess32/distinfo
--- a/devel/py-subprocess32/distinfo    Fri Jul 27 07:39:12 2018 +0000
+++ b/devel/py-subprocess32/distinfo    Fri Jul 27 07:51:30 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/06/17 09:08:48 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/07/27 07:51:30 jperkin Exp $
 
 SHA1 (subprocess32-3.5.2.tar.gz) = d01a5a57c94a655992b6fc0172a6ab19f813bf70
 RMD160 (subprocess32-3.5.2.tar.gz) = a826bc0403e4e1dae8f14c689a0990ac48c83aca
 SHA512 (subprocess32-3.5.2.tar.gz) = 4c5127e9f9cd7265b27890c74f6a4eb49f4a6eea55c1725cee39c2754aed6e82f7c96932954e3d27057dd8d7041c2dbfb64e8a86e03b5d79619f0ef7ce465955
 Size (subprocess32-3.5.2.tar.gz) = 96753 bytes
-SHA1 (patch-configure) = 858fecd7537a7d8f69c8694dcb343c965fadae88
+SHA1 (patch-configure) = 12427ea60b3ddc8c5d9e6dac905ddc6a14cb8d61
diff -r fcdf89501070 -r 93c81fca4581 devel/py-subprocess32/patches/patch-configure
--- a/devel/py-subprocess32/patches/patch-configure     Fri Jul 27 07:39:12 2018 +0000
+++ b/devel/py-subprocess32/patches/patch-configure     Fri Jul 27 07:51:30 2018 +0000
@@ -1,10 +1,19 @@
-$NetBSD: patch-configure,v 1.1 2018/06/14 14:53:38 jperkin Exp $
+$NetBSD: patch-configure,v 1.2 2018/07/27 07:51:30 jperkin Exp $
 
 dirfd is a function not a declaration.
 
---- configure.orig     2018-05-21 18:46:45.000000000 +0000
+--- configure.orig     2018-06-08 01:06:39.000000000 +0000
 +++ configure
-@@ -3662,10 +3662,10 @@ _ACEOF
+@@ -2182,6 +2182,8 @@ $as_echo "#define _DARWIN_C_SOURCE 1" >>
+ 
+ define_xopen_source=yes
+ 
++ac_sys_system=`uname -s`
++ac_sys_release=`uname -r`
+ # Some systems cannot stand _XOPEN_SOURCE being defined at all; they
+ # disable features if it is defined, without any means to access these
+ # features as extensions. For these systems, we skip the definition of
+@@ -3662,10 +3664,10 @@ _ACEOF
  fi
  done
  



Home | Main Index | Thread Index | Old Index