pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov  7 11:27:22 UTC 2023

Modified Files:
        pkgsrc/lang/python311: Makefile
        pkgsrc/lang/python312: Makefile

Log Message:
Python from version 3.11 onwards requires a C11 capable compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python311/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python312/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/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.16 pkgsrc/lang/python311/Makefile:1.17
--- pkgsrc/lang/python311/Makefile:1.16 Wed Oct 25 21:33:15 2023
+++ pkgsrc/lang/python311/Makefile      Tue Nov  7 11:27:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/10/25 21:33:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/11/07 11:27:22 nia Exp $
 
 .include "dist.mk"
 
@@ -35,6 +35,7 @@ PRINT_PLIST_AWK+=     sub(/.opt-[12].pyc$$/,
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
+USE_CC_FEATURES+=      c11
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}

Index: pkgsrc/lang/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.6 pkgsrc/lang/python312/Makefile:1.7
--- pkgsrc/lang/python312/Makefile:1.6  Fri Oct 27 08:02:29 2023
+++ pkgsrc/lang/python312/Makefile      Tue Nov  7 11:27:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/10/27 08:02:29 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/07 11:27:22 nia Exp $
 
 .include "dist.mk"
 
@@ -35,6 +35,7 @@ PRINT_PLIST_AWK+=     sub(/.opt-[12].pyc$$/,
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
+USE_CC_FEATURES+=      c11
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}



Home | Main Index | Thread Index | Old Index