pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python37



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul  9 11:58:58 UTC 2018

Modified Files:
        pkgsrc/lang/python37: Makefile

Log Message:
Python 3.7 requires newer OpenSSL. Fix build on netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python37/Makefile

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

Modified files:

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.1 pkgsrc/lang/python37/Makefile:1.2
--- pkgsrc/lang/python37/Makefile:1.1   Tue Jul  3 03:55:40 2018
+++ pkgsrc/lang/python37/Makefile       Mon Jul  9 11:58:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/03 03:55:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/09 11:58:58 ryoon Exp $
 
 .include "dist.mk"
 
@@ -193,6 +193,7 @@ BUILDLINK_DEPMETHOD.readline=               build
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=1.0.2
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index