pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ldb
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 27 10:08:42 UTC 2019
Modified Files:
pkgsrc/databases/ldb: Makefile
Log Message:
ldb: mark as incompatible with Python 2.7, since tdb required Python 3.x
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/ldb/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/ldb/Makefile
diff -u pkgsrc/databases/ldb/Makefile:1.1 pkgsrc/databases/ldb/Makefile:1.2
--- pkgsrc/databases/ldb/Makefile:1.1 Wed Mar 20 19:06:56 2019
+++ pkgsrc/databases/ldb/Makefile Wed Mar 27 10:08:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/20 19:06:56 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/27 10:08:42 adam Exp $
# Before updating, make sure net/samba4 supports the newer version.
DISTNAME= ldb-1.5.4
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v3
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_TOOLS+= gmake
HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index