pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python314



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 22 13:46:55 UTC 2025

Modified Files:
        pkgsrc/lang/python314: Makefile

Log Message:
python314: Use gmake on SunOS too.

It's unclear why the python builds try to avoid gmake as the Makefiles use
incompatible $< vs $> in a few places and bmake breaks the dtrace build, but
try to appease everyone.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python314/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/python314/Makefile
diff -u pkgsrc/lang/python314/Makefile:1.5 pkgsrc/lang/python314/Makefile:1.6
--- pkgsrc/lang/python314/Makefile:1.5  Sat Oct 11 12:47:19 2025
+++ pkgsrc/lang/python314/Makefile      Wed Oct 22 13:46:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/10/11 12:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/10/22 13:46:55 jperkin Exp $
 
 .include "dist.mk"
 
@@ -83,7 +83,7 @@ LIBS.NetBSD+=         -lcrypt
 
 PY_VER_SUFFIX=         3.14
 
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
 USE_TOOLS+=    gmake
 .endif
 



Home | Main Index | Thread Index | Old Index