Received: by mail.netbsd.org (Postfix, from userid 605) id A6A7884D32; Wed, 27 Mar 2019 06:28:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CFA484D21 for ; Wed, 27 Mar 2019 06:28: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 TWpD8a7_-a0r for ; Wed, 27 Mar 2019 06:28:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A7D3F84C6C for ; Wed, 27 Mar 2019 06:28:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A25D6FB16; Wed, 27 Mar 2019 06:28:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553668085128690" MIME-Version: 1.0 Date: Wed, 27 Mar 2019 06:28:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190327062805.A25D6FB16@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. --_----------=_1553668085128690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 27 06:28:05 UTC 2019 Modified Files: pkgsrc/databases/tdb: Makefile pkgsrc/devel/tevent: Makefile pkgsrc/net/samba4: Makefile Log Message: Mark as incomparible with Python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/tdb/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/tevent/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/samba4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553668085128690 Content-Disposition: inline Content-Length: 1936 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/tdb/Makefile diff -u pkgsrc/databases/tdb/Makefile:1.37 pkgsrc/databases/tdb/Makefile:1.38 --- pkgsrc/databases/tdb/Makefile:1.37 Tue Mar 26 11:48:38 2019 +++ pkgsrc/databases/tdb/Makefile Wed Mar 27 06:28:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/03/26 11:48:38 adam Exp $ +# $NetBSD: Makefile,v 1.38 2019/03/27 06:28:05 adam Exp $ DISTNAME= tdb-1.4.0 CATEGORIES= databases @@ -15,6 +15,8 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../.. # both install tdbtool and tdbdump CONFLICTS+= samba<3.6.6nb3 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} Index: pkgsrc/devel/tevent/Makefile diff -u pkgsrc/devel/tevent/Makefile:1.4 pkgsrc/devel/tevent/Makefile:1.5 --- pkgsrc/devel/tevent/Makefile:1.4 Tue Mar 26 11:48:14 2019 +++ pkgsrc/devel/tevent/Makefile Wed Mar 27 06:28:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/03/26 11:48:14 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/03/27 06:28:05 adam Exp $ DISTNAME= tevent-0.10.0 CATEGORIES= devel @@ -14,6 +14,8 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../.. CONFLICTS+= samba<=4.9.4nb1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= pkg-config HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} Index: pkgsrc/net/samba4/Makefile diff -u pkgsrc/net/samba4/Makefile:1.62 pkgsrc/net/samba4/Makefile:1.63 --- pkgsrc/net/samba4/Makefile:1.62 Wed Mar 20 19:09:10 2019 +++ pkgsrc/net/samba4/Makefile Wed Mar 27 06:28:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/03/20 19:09:10 adam Exp $ +# $NetBSD: Makefile,v 1.63 2019/03/27 06:28:05 adam Exp $ DISTNAME= samba-4.10.0 CATEGORIES= net @@ -11,6 +11,8 @@ LICENSE= gnu-gpl-v3 CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* +PYTHON_VERSIONS_INCOMPATIBLE= 27 + GCC_REQD+= 4.4 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml --_----------=_1553668085128690--