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:   pin
Date:           Thu Apr 10 19:34:02 UTC 2025

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

Log Message:
www/syncstorage-rs: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/www/syncstorage-rs/Makefile:1.13
--- pkgsrc/www/syncstorage-rs/Makefile:1.12     Wed Dec 11 13:05:01 2024
+++ pkgsrc/www/syncstorage-rs/Makefile  Thu Apr 10 19:34:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/12/11 13:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/10 19:34:02 pin Exp $
 
 DISTNAME=      syncstorage-rs-0.18.2
 CATEGORIES=    www
@@ -9,8 +9,6 @@ HOMEPAGE=       https://github.com/mozilla-ser
 COMMENT=       Firefox Sync Storage server in Rust
 LICENSE=       mpl-2.0
 
-SITES.curl-sys-0.4.72+curl-8.6.0.crate=        https://static.crates.io/crates/curl-sys/
-
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-FxA-[0-9]*:../../www/py-FxA
@@ -29,6 +27,9 @@ DEPENDS+=     ${PYPKGPREFIX}-tokenlib-[0-9]*
 
 #CARGO_ARGS+=  build --release ${DEFAULT_CARGO_ARGS} --no-default-features --features=syncstorage-db/mysql,tokenserver-auth/py
 
+# 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



Home | Main Index | Thread Index | Old Index