Skip to content

Commit

Permalink
databases/mongodb-tools: no reason to limit archs
Browse files Browse the repository at this point in the history
As long as all dependencies build this port will build also.
+ remove mongodb36-tools conflict, the port was removed just before 2023Q2.
  • Loading branch information
Ronald Klop authored and Ronald Klop committed Apr 16, 2023
1 parent 32ec499 commit 59fa77d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions databases/mongodb-tools/Makefile
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 59fa77d

Please sign in to comment.