Date: Thu, 14 Nov 2024 21:00:23 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0bb946687d56 - main - devel/spark: fixed typo about BROKEN_i386 Message-ID: <202411142100.4AEL0N17084999@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bb946687d567c9b0d08e4c042ab9bb5f17b3c70 commit 0bb946687d567c9b0d08e4c042ab9bb5f17b3c70 Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2024-11-14 20:58:49 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-14 20:58:49 +0000 devel/spark: fixed typo about BROKEN_i386 PR: 282762 Fixes: a6250ad195d9 (Marked i386 as broken) MFH: 2024Q4 --- devel/spark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/spark/Makefile b/devel/spark/Makefile index 1125b159cc79..9ba2f4bd2765 100644 --- a/devel/spark/Makefile +++ b/devel/spark/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 BROKEN_armv6= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes BROKEN_armv7= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes -ROKEN_i386= not enough memory on this architecture to build the port +BROKEN_i386= not enough memory on this architecture to build the port BUILD_DEPENDS= ${LOCALBASE}/lib/libsnappyjava.so:archivers/snappy-java \ bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411142100.4AEL0N17084999>