pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mbedtls



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  7 11:16:38 UTC 2020

Modified Files:
        pkgsrc/security/mbedtls: Makefile

Log Message:
mbedtls: force python3


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/mbedtls/Makefile

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

Modified files:

Index: pkgsrc/security/mbedtls/Makefile
diff -u pkgsrc/security/mbedtls/Makefile:1.17 pkgsrc/security/mbedtls/Makefile:1.18
--- pkgsrc/security/mbedtls/Makefile:1.17       Tue Jul  7 11:16:10 2020
+++ pkgsrc/security/mbedtls/Makefile    Tue Jul  7 11:16:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/07/07 11:16:10 nia Exp $
+# $NetBSD: Makefile,v 1.18 2020/07/07 11:16:38 nia Exp $
 
 DISTNAME=      mbedtls-2.23.0
 CATEGORIES=    security
@@ -34,6 +34,8 @@ LDFLAGS.SunOS+=       -lsocket
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # Prefix bundled programs so they don't conflict with other packages
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${FIND} * -type f -exec \



Home | Main Index | Thread Index | Old Index