svn commit: r524009 - head/graphics/rx
Tobias Kortkamp
tobik at FreeBSD.org
Sat Jan 25 05:04:28 UTC 2020
Author: tobik
Date: Sat Jan 25 05:04:27 2020
New Revision: 524009
URL: https://svnweb.freebsd.org/changeset/ports/524009
Log:
graphics/rx: Only for amd64
error[E0432]: unresolved import `core::arch::x86_64`
--> /wrkdirs/usr/ports/graphics/rx/work/rx-0.3.2/cargo-crates/meowhash-0.1.2/src/lib.rs:30:17
|
30 | use core::arch::x86_64::*;
| ^^^^^^ could not find `x86_64` in `arch`
error[E0412]: cannot find type `__m128i` in this scope
--> /wrkdirs/usr/ports/graphics/rx/work/rx-0.3.2/cargo-crates/meowhash-0.1.2/src/lib.rs:42:9
|
42 | l0: __m128i,
| ^^^^^^^ not found in this scope
|
help: possible candidate is found in another module, you can import it into scope
|
30 | use core::arch::x86::__m128i;
|
http://beefy5.nyi.freebsd.org/data/120i386-default/523997/logs/errors/rx-editor-0.3.2.log
Modified:
head/graphics/rx/Makefile
Modified: head/graphics/rx/Makefile
==============================================================================
--- head/graphics/rx/Makefile Sat Jan 25 04:46:53 2020 (r524008)
+++ head/graphics/rx/Makefile Sat Jan 25 05:04:27 2020 (r524009)
@@ -12,6 +12,9 @@ COMMENT= Modern and minimalist pixel editor implemente
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= meowhash crate only supports x86_64
+
USES= cargo xorg
USE_GITHUB= yes
GH_ACCOUNT= cloudhead
More information about the svn-ports-head
mailing list