pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/uncrustify uncrustify: Needs python to build, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e38e084026d7
branches:  trunk
changeset: 336247:e38e084026d7
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 20:23:07 2019 +0000

description:
uncrustify: Needs python to build, set PYTHON_FOR_BUILD_ONLY etc

diffstat:

 textproc/uncrustify/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 045ccba66b77 -r e38e084026d7 textproc/uncrustify/Makefile
--- a/textproc/uncrustify/Makefile      Tue Jul 09 18:50:40 2019 +0000
+++ b/textproc/uncrustify/Makefile      Tue Jul 09 20:23:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/05/14 12:54:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/09 20:23:07 nia Exp $
 
 DISTNAME=      uncrustify-uncrustify-0.69.0
 PKGNAME=       ${DISTNAME:S/uncrustify-//}
@@ -19,7 +19,11 @@
 CONFIGURE_DIRS=                ${OBJDIR}
 CMAKE_ARG_PATH=                ${WRKSRC}
 
+PYTHON_VERSIONS_INCOMPATIBLE=  36 37
+PYTHON_FOR_BUILD_ONLY= yes
+
 pre-configure:
        ${MKDIR} ${WRKSRC}/build
 
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index