git: 59fa77d442c7 - main - databases/mongodb-tools: no reason to limit archs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Apr 2023 22:38:37 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=59fa77d442c77db02e354c13feba1de2b16a9703 commit 59fa77d442c77db02e354c13feba1de2b16a9703 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2023-04-16 22:35:41 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2023-04-16 22:38:23 +0000 databases/mongodb-tools: no reason to limit archs As long as all dependencies build this port will build also. + remove mongodb36-tools conflict, the port was removed just before 2023Q2. --- databases/mongodb-tools/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index 612aa103727c..e7f393e36030 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -10,9 +10,6 @@ WWW= https://docs.mongodb.com/database-tools/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 -ONLY_FOR_ARCHS_REASON= not yet ported to other architectures - USES= compiler:c++14-lang go localbase USE_GITHUB= yes GH_ACCOUNT= mongodb @@ -21,7 +18,7 @@ GH_PROJECT= mongo-tools GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" -CONFLICTS_INSTALL= mongodb36-tools mongodb4[02]-tools +CONFLICTS_INSTALL= mongodb4[02]-tools OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \