git: 394053a049bd - main - databases/dbeaver: Remove aarch64 from ONLY_FOR_ARCHS - port builds amd64 binary even on aarch64 host
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Aug 2025 13:07:45 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=394053a049bdcbe1f9926505bfed0187a4691b96
commit 394053a049bdcbe1f9926505bfed0187a4691b96
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-08-31 13:04:12 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-08-31 13:04:12 +0000
databases/dbeaver: Remove aarch64 from ONLY_FOR_ARCHS - port builds amd64 binary even on aarch64 host
If you are interested in making this port work on other arches, please
prepare a patch.
PR: 288783
Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer)
---
databases/dbeaver/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/dbeaver/Makefile b/databases/dbeaver/Makefile
index 31e140fd9967..4ba1b0e75af0 100644
--- a/databases/dbeaver/Makefile
+++ b/databases/dbeaver/Makefile
@@ -10,7 +10,7 @@ WWW= https://dbeaver.io
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-ONLY_FOR_ARCHS= aarch64 amd64
+ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= maven39>0:devel/maven39