pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Mark as incomparible with Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69211b93a56a
branches:  trunk
changeset: 321691:69211b93a56a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 27 06:28:05 2019 +0000

description:
Mark as incomparible with Python 2.7

diffstat:

 databases/tdb/Makefile |  4 +++-
 devel/tevent/Makefile  |  4 +++-
 net/samba4/Makefile    |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r f11eea4e4107 -r 69211b93a56a databases/tdb/Makefile
--- a/databases/tdb/Makefile    Wed Mar 27 06:24:22 2019 +0000
+++ b/databases/tdb/Makefile    Wed Mar 27 06:28:05 2019 +0000
@@ -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 @@
 # both install tdbtool and tdbdump
 CONFLICTS+=    samba<3.6.6nb3
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=            gmake
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PYTHONBIN}
diff -r f11eea4e4107 -r 69211b93a56a devel/tevent/Makefile
--- a/devel/tevent/Makefile     Wed Mar 27 06:24:22 2019 +0000
+++ b/devel/tevent/Makefile     Wed Mar 27 06:28:05 2019 +0000
@@ -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 @@
 
 CONFLICTS+=    samba<=4.9.4nb1
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=            pkg-config
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PYTHONBIN}
diff -r f11eea4e4107 -r 69211b93a56a net/samba4/Makefile
--- a/net/samba4/Makefile       Wed Mar 27 06:24:22 2019 +0000
+++ b/net/samba4/Makefile       Wed Mar 27 06:28:05 2019 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index