pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/uncrustify



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  9 20:23:07 UTC 2019

Modified Files:
        pkgsrc/textproc/uncrustify: Makefile

Log Message:
uncrustify: Needs python to build, set PYTHON_FOR_BUILD_ONLY etc


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/uncrustify/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/uncrustify/Makefile
diff -u pkgsrc/textproc/uncrustify/Makefile:1.3 pkgsrc/textproc/uncrustify/Makefile:1.4
--- pkgsrc/textproc/uncrustify/Makefile:1.3     Tue May 14 12:54:17 2019
+++ pkgsrc/textproc/uncrustify/Makefile Tue Jul  9 20:23:07 2019
@@ -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 @@ OBJDIR=                      ${WRKSRC}/build
 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