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: Mon Apr 14 05:34:00 UTC 2025
Modified Files:
pkgsrc/www/syncstorage-rs: Makefile
Log Message:
syncstorage-rs: reorder inclusions
If ../../mk/compiler/i386-sse2.mk is included too early it breaks
python version dependencies. (!?)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/syncstorage-rs/Makefile:1.14
--- pkgsrc/www/syncstorage-rs/Makefile:1.13 Thu Apr 10 19:34:02 2025
+++ pkgsrc/www/syncstorage-rs/Makefile Mon Apr 14 05:34:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/04/10 19:34:02 pin Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/14 05:34:00 wiz Exp $
DISTNAME= syncstorage-rs-0.18.2
CATEGORIES= www
@@ -27,14 +27,14 @@ DEPENDS+= ${PYPKGPREFIX}-tokenlib-[0-9]*
#CARGO_ARGS+= build --release ${DEFAULT_CARGO_ARGS} --no-default-features --features=syncstorage-db/mysql,tokenserver-auth/py
+# https://github.com/mozilla-services/syncstorage-rs/issues/1617
+PYTHON_VERSIONS_INCOMPATIBLE= 313
+
# See, https://github.com/briansmith/ring/issues/1999
.include "../../mk/compiler/i386-sse2.mk"
RUST_REQ+= 1.80
-# https://github.com/mozilla-services/syncstorage-rs/issues/1617
-PYTHON_VERSIONS_INCOMPATIBLE= 313
-
.include "cargo-depends.mk"
USE_LANGUAGES= c c++ # rust, but needs toolchain
Home |
Main Index |
Thread Index |
Old Index