summaryrefslogtreecommitdiff
path: root/lang/python36
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-05-30 13:57:16 +0000
committerwiz <wiz@pkgsrc.org>2017-05-30 13:57:16 +0000
commitde805e6e4be31145e0968899cd20816142b41058 (patch)
treef809c688f8a818f7b17ad9db8e35758e36516973 /lang/python36
parent782b4315b089fa8a5ab345eb21515d536fcab770 (diff)
downloadpkgsrc-de805e6e4be31145e0968899cd20816142b41058.tar.gz
Remove unnecessary chunk.
Diffstat (limited to 'lang/python36')
-rw-r--r--lang/python36/distinfo4
-rw-r--r--lang/python36/patches/patch-configure11
2 files changed, 3 insertions, 12 deletions
diff --git a/lang/python36/distinfo b/lang/python36/distinfo
index 0ec0342dd41..039a44a93c6 100644
--- a/lang/python36/distinfo
+++ b/lang/python36/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2017/05/30 13:36:39 bouyer Exp $
+$NetBSD: distinfo,v 1.12 2017/05/30 13:57:16 wiz Exp $
SHA1 (Python-3.6.1.tar.xz) = 91d880a2a9fcfc6753cbfa132bf47a47e17e7b16
RMD160 (Python-3.6.1.tar.xz) = 77e70ec6a07b9c17a99ac1df503f12f3a4c49fce
@@ -16,6 +16,6 @@ SHA1 (patch-Modules_nismodule.c) = 1bafe9b06359586d027a77011b103877590d947d
SHA1 (patch-Modules_socketmodule.c) = 706d8a925610e1c55af907accbe53c1e8102530d
SHA1 (patch-Modules_socketmodule.h) = 13a3290eb72078067060d3e71b7baa08f3eb591c
SHA1 (patch-Python_thread__pthread.h) = fb81eaa604b4ed7c1b64c3f4731d58a8aee257be
-SHA1 (patch-configure) = 5df4a022cd1994b3d646b0c03cffbbfaa73f2ac4
+SHA1 (patch-configure) = 4ff8db02b5919f2e297e91411aa64806f2fca3c1
SHA1 (patch-pyconfig.h.in) = 58e2c03489f9b6e4d88f144d8c09773f92eacd61
SHA1 (patch-setup.py) = 1e14b84fc5cb21b3fa61755bf574021ba9b2ab81
diff --git a/lang/python36/patches/patch-configure b/lang/python36/patches/patch-configure
index 1bcf41287dd..a15b3d31e87 100644
--- a/lang/python36/patches/patch-configure
+++ b/lang/python36/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.8 2017/05/30 13:36:39 bouyer Exp $
+$NetBSD: patch-configure,v 1.9 2017/05/30 13:57:16 wiz Exp $
Simplify _sysconfigdata to include only platform name.
@@ -143,12 +143,3 @@ detect netcan/can.h on NetBSD
# Check whether right shifting a negative integer extends the sign bit
-@@ -17217,6 +17214,8 @@
- case $ac_option in
- # Handling of the options.
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+ : Avoid regenerating within pkgsrc
-+ exit 0
- ac_cs_recheck=: ;;
- --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
- $as_echo "$ac_cs_version"; exit ;;