pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/syncstorage-rs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 21:51:48 UTC 2025

Modified Files:
        pkgsrc/www/syncstorage-rs: Makefile

Log Message:
syncstorage-rs: fix build with Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/syncstorage-rs/Makefile

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

Modified files:

Index: pkgsrc/www/syncstorage-rs/Makefile
diff -u pkgsrc/www/syncstorage-rs/Makefile:1.21 pkgsrc/www/syncstorage-rs/Makefile:1.22
--- pkgsrc/www/syncstorage-rs/Makefile:1.21     Sun Oct  5 19:26:28 2025
+++ pkgsrc/www/syncstorage-rs/Makefile  Thu Oct  9 21:51:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/10/05 19:26:28 js Exp $
+# $NetBSD: Makefile,v 1.22 2025/10/09 21:51:48 wiz Exp $
 
 DISTNAME=      syncstorage-rs-0.21.1
 PKGREVISION=   1
@@ -33,6 +33,9 @@ DEPENDS+=     ${PYPKGPREFIX}-tokenlib-[0-9]*
 
 RUST_REQ+=     1.80
 
+# needed for Python 3.14 as of 0.21.1
+MAKE_ENV+=     PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES=         c c++ # rust, but needs toolchain



Home | Main Index | Thread Index | Old Index