diff options
author | adam <adam@pkgsrc.org> | 2019-03-27 06:28:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-27 06:28:05 +0000 |
commit | 86b70e78511ddd6e7dd292afa7cb80fb50385311 (patch) | |
tree | 99c52c78a1cdc2036721a8e51233b51ef61a85c6 | |
parent | 46a42f96e26141f0fc0adb8b5ae9b873821ce01a (diff) | |
download | pkgsrc-86b70e78511ddd6e7dd292afa7cb80fb50385311.tar.gz |
Mark as incomparible with Python 2.7
-rw-r--r-- | databases/tdb/Makefile | 4 | ||||
-rw-r--r-- | devel/tevent/Makefile | 4 | ||||
-rw-r--r-- | net/samba4/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index a932fb49dcc..bf95f054ad7 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -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]*:../../textproc/docbook-xsl # both install tdbtool and tdbdump CONFLICTS+= samba<3.6.6nb3 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index f86b040e4d1..921f2b4bb78 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -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]*:../../textproc/docbook-xsl CONFLICTS+= samba<=4.9.4nb1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= pkg-config HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 5bae42b11d1..20d14d44278 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -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 |