Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2024 12:16:30 GMT
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6321f33f424 - main - www/sqlpage: Fix build on i386
Message-ID:  <202403181216.42ICGURn028464@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by girgen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6321f33f424390b91f0f10682a6897290c1f62e

commit d6321f33f424390b91f0f10682a6897290c1f62e
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-03-18 12:16:01 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-03-18 12:16:28 +0000

    www/sqlpage: Fix build on i386
---
 .../patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs      | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs b/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs
new file mode 100644
index 000000000000..5b2bfd7887b5
--- /dev/null
+++ b/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs
@@ -0,0 +1,13 @@
+--- cargo-crates/ring-0.17.8/src/cpu/intel.rs.orig	1973-11-29 22:33:09.000000000 +0100
++++ cargo-crates/ring-0.17.8/src/cpu/intel.rs	2024-03-18 12:10:12.772352000 +0100
+@@ -24,8 +24,8 @@
+     // https://github.com/briansmith/ring/issues/1793#issuecomment-1793243725,
+     // https://github.com/briansmith/ring/issues/1832,
+     // https://github.com/briansmith/ring/issues/1833.
+-    const _ASSUMES_SSE2: () =
+-        assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2"));
++//    const _ASSUMES_SSE2: () =
++//        assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2"));
+ 
+     #[cfg(target_arch = "x86_64")]
+     const _ASSUMED_POINTER_SIZE: usize = 8;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181216.42ICGURn028464>