git: 66ba27fdfb7a - main - cad/ifcopenshell: Quiet portscout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 15:13:06 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=66ba27fdfb7a001ea97ce5ee578e2f2364f7d898 commit 66ba27fdfb7a001ea97ce5ee578e2f2364f7d898 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2024-06-07 15:11:41 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2024-06-07 15:11:41 +0000 cad/ifcopenshell: Quiet portscout Add PORTSCOUT restriction to avoid triggering daily message, as upstream has daily releases. Moved a line in the Makefile to please portlint. PR: 279244 Reported by: Laurent Chardon <laurent.chardon@gmail.com> --- cad/ifcopenshell/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile index 527adbd1b785..0b49fb301e1f 100644 --- a/cad/ifcopenshell/Makefile +++ b/cad/ifcopenshell/Makefile @@ -11,12 +11,12 @@ WWW= http://ifcopenshell.org LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BROKEN= error: no viable overloaded '=' + BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libTKernel.so:cad/opencascade740 -BROKEN= error: no viable overloaded '=' - USES= cmake compiler:c++11-lang eigen:3 gnome USE_GNOME= libxml2 USE_LDCONFIG= yes @@ -24,6 +24,8 @@ USE_GITHUB= yes GH_PROJECT= IfcOpenShell GH_TAGNAME= 7c61c7d200ff +PORTSCOUT= limit:^[0-9\.v]+$$ + OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes