Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 329057A13C for ; Wed, 25 Jan 2017 19:35:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D95C085627; Wed, 25 Jan 2017 19:35:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69435855B9 for ; Wed, 25 Jan 2017 19:35:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 18GudRXDuj62 for ; Wed, 25 Jan 2017 19:35:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A888885588 for ; Wed, 25 Jan 2017 19:35:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A41A1FBA6; Wed, 25 Jan 2017 19:35:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485372949241030" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 19:35:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/python36 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170125193549.A41A1FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485372949241030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 25 19:35:49 UTC 2017 Modified Files: pkgsrc/lang/python36: Makefile PLIST distinfo pkgsrc/lang/python36/patches: patch-configure Log Message: Revert config directory naming to include platform name, so sysconfig.get_makefile_filename() works again. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python36/Makefile \ pkgsrc/lang/python36/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python36/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python36/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485372949241030 Content-Disposition: inline Content-Length: 4901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python36/Makefile diff -u pkgsrc/lang/python36/Makefile:1.1 pkgsrc/lang/python36/Makefile:1.2 --- pkgsrc/lang/python36/Makefile:1.1 Sun Jan 1 14:34:27 2017 +++ pkgsrc/lang/python36/Makefile Wed Jan 25 19:35:49 2017 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2017/01/01 14:34:27 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/25 19:35:49 adam Exp $ .include "dist.mk" PKGNAME= python36-${PY_DISTVERSION} +PKGREVISION= 1 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/lang/python36/PLIST diff -u pkgsrc/lang/python36/PLIST:1.1 pkgsrc/lang/python36/PLIST:1.2 --- pkgsrc/lang/python36/PLIST:1.1 Sun Jan 1 14:34:27 2017 +++ pkgsrc/lang/python36/PLIST Wed Jan 25 19:35:49 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/01/01 14:34:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/01/25 19:35:49 adam Exp $ bin/2to3-${PY_VER_SUFFIX} bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} @@ -322,17 +322,17 @@ lib/python${PY_VER_SUFFIX}/concurrent/fu lib/python${PY_VER_SUFFIX}/concurrent/futures/thread.py lib/python${PY_VER_SUFFIX}/concurrent/futures/thread.pyc lib/python${PY_VER_SUFFIX}/concurrent/futures/thread.pyo -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Makefile -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Setup -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Setup.config -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Setup.local -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/config.c -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/config.c.in -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/install-sh -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/libpython${PY_VER_SUFFIX}.a -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/makesetup -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/python-config.py -lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/python.o +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/Makefile +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/Setup +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/Setup.config +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/Setup.local +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/config.c +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/config.c.in +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/install-sh +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/libpython${PY_VER_SUFFIX}.a +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/makesetup +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/python-config.py +lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}-${PY_PLATNAME}/python.o lib/python${PY_VER_SUFFIX}/configparser.py lib/python${PY_VER_SUFFIX}/configparser.pyc lib/python${PY_VER_SUFFIX}/configparser.pyo Index: pkgsrc/lang/python36/distinfo diff -u pkgsrc/lang/python36/distinfo:1.3 pkgsrc/lang/python36/distinfo:1.4 --- pkgsrc/lang/python36/distinfo:1.3 Thu Jan 5 23:16:42 2017 +++ pkgsrc/lang/python36/distinfo Wed Jan 25 19:35:49 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2017/01/05 23:16:42 roy Exp $ +$NetBSD: distinfo,v 1.4 2017/01/25 19:35:49 adam Exp $ SHA1 (Python-3.6.0.tar.xz) = 18ebf7d726782967d967dc00e3aa08b334fbdd5c RMD160 (Python-3.6.0.tar.xz) = 984a38d1eec379ac8921479a86259ca0161734af @@ -14,5 +14,5 @@ SHA1 (patch-Modules___cursesmodule.c) = SHA1 (patch-Modules_makesetup) = a06786eebffadecedba5e3a50a9785fb47613567 SHA1 (patch-Modules_nismodule.c) = 1bafe9b06359586d027a77011b103877590d947d SHA1 (patch-Python_thread__pthread.h) = fb81eaa604b4ed7c1b64c3f4731d58a8aee257be -SHA1 (patch-configure) = 0c1d33440105d08c3a1564a5b47a35f5f7e5ecf8 +SHA1 (patch-configure) = 7bbebbb5716a0740035b5028434154d4d4ccfc88 SHA1 (patch-setup.py) = f3fd3c3e5bc2e002dcee8239d153360a7247844b Index: pkgsrc/lang/python36/patches/patch-configure diff -u pkgsrc/lang/python36/patches/patch-configure:1.1 pkgsrc/lang/python36/patches/patch-configure:1.2 --- pkgsrc/lang/python36/patches/patch-configure:1.1 Sun Jan 1 14:34:27 2017 +++ pkgsrc/lang/python36/patches/patch-configure Wed Jan 25 19:35:49 2017 @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.1 2017/01/01 14:34:27 adam Exp $ +$NetBSD: patch-configure,v 1.2 2017/01/25 19:35:49 adam Exp $ Simplify _sysconfigdata to include only platform name. @@ -99,15 +99,3 @@ Fix linking on Darwin. *) EXT_SUFFIX=${SHLIB_SUFFIX};; esac -@@ -14895,11 +14896,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)' - $as_echo "$LDVERSION" >&6; } - - --if test x$PLATFORM_TRIPLET = x; then - LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}" --else -- LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}" --fi - - - # Check whether right shifting a negative integer extends the sign bit --_----------=_1485372949241030--