pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/talloc
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Mar 26 12:17:11 UTC 2019
Modified Files:
pkgsrc/devel/talloc: Makefile
Log Message:
Exclude Python 2.7 to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/talloc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/talloc/Makefile
diff -u pkgsrc/devel/talloc/Makefile:1.32 pkgsrc/devel/talloc/Makefile:1.33
--- pkgsrc/devel/talloc/Makefile:1.32 Mon Mar 25 23:18:00 2019
+++ pkgsrc/devel/talloc/Makefile Tue Mar 26 12:17:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/03/25 23:18:00 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2019/03/26 12:17:11 ryoon Exp $
DISTNAME= talloc-2.2.0
CATEGORIES= devel
@@ -15,6 +15,8 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../..
# include/talloc.h
CONFLICTS+= samba<=4.6.8nb3
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index