pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python313



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 24 14:22:52 UTC 2024

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
python313: update path to mpdecimal in comment

Let's see how mpdecimal fares in the bulk builds before we switch to it


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python313/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/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.8 pkgsrc/lang/python313/Makefile:1.9
--- pkgsrc/lang/python313/Makefile:1.8  Tue Dec 24 10:47:51 2024
+++ pkgsrc/lang/python313/Makefile      Tue Dec 24 14:22:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/12/24 10:47:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/12/24 14:22:51 wiz Exp $
 
 PKGREVISION=   2
 .include "dist.mk"
@@ -224,7 +224,7 @@ CONFIGURE_ENV+=             ac_cv_lib_intl_textdoma
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-#.include "../../wip/mpdecimal/buildlink3.mk"
+#.include "../../math/mpdecimal/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bdb.buildlink3.mk"



Home | Main Index | Thread Index | Old Index