pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
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.
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
Home |
Main Index |
Thread Index |
Old Index