Received: by mail.netbsd.org (Postfix, from userid 605) id B178C84D77; Thu, 2 Jan 2020 18:59:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36BA484D6E for ; Thu, 2 Jan 2020 18:59:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8DLxBkwFKgBA for ; Thu, 2 Jan 2020 18:59:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9440784CD5 for ; Thu, 2 Jan 2020 18:59:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92311FA97; Thu, 2 Jan 2020 18:59:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157799154537800" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 18:59:05 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/py-Tk To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200102185905.92311FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157799154537800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jan 2 18:59:05 UTC 2020 Modified Files: pkgsrc/x11/py-Tk: Makefile Log Message: py-Tk: remove previous - Adam fixed it more generally To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/py-Tk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157799154537800 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-Tk/Makefile diff -u pkgsrc/x11/py-Tk/Makefile:1.67 pkgsrc/x11/py-Tk/Makefile:1.68 --- pkgsrc/x11/py-Tk/Makefile:1.67 Thu Dec 12 10:46:15 2019 +++ pkgsrc/x11/py-Tk/Makefile Thu Jan 2 18:59:05 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/12/12 10:46:15 markd Exp $ +# $NetBSD: Makefile,v 1.68 2020/01/02 18:59:05 markd Exp $ PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION} PKGREVISION= 5 @@ -35,9 +35,6 @@ PY_SETUP_SUBST+= X11LIB=\'X11\' .if ${_PYTHON_VERSION} >= 27 EXTRACT_ELEMENTS+= ${PYSUBDIR}/Modules/tkinter.h .endif -.if ${_PYTHON_VERSION} >= 38 -EXTRACT_ELEMENTS+= ${PYSUBDIR}/Modules/clinic -.endif # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: --_----------=_157799154537800--