git: 6ced46cab601 - main - net/eternalterminal: Update to 6.1.11_1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jan 2022 13:11:00 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ced46cab601100890a8a83510e6455700a82943 commit 6ced46cab601100890a8a83510e6455700a82943 Author: Will Tisdale <willtisdale@gmail.com> AuthorDate: 2022-01-17 07:30:56 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-17 13:09:29 +0000 net/eternalterminal: Update to 6.1.11_1 Disable parallel jobs due to intermitent races. Clean up the Makefile a bit. PR: 261237 Reported by: willtisdale@gmail.com (maintainer) --- net/eternalterminal/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index 9b5aceb0c965..d9d7bb608f55 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -1,6 +1,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 6.1.11 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= willtisdale@gmail.com @@ -20,10 +21,11 @@ USE_GITHUB= yes GH_ACCOUNT= MisterTea GH_PROJECT= EternalTerminal -CONFLICTS_INSTALL= linux-enemyterritory # bin/et +CMAKE_ON= DISABLE_VCPKG + +MAKE_JOBS_UNSAFE= yes # temporarily set due to weird races resulting in build failures -CMAKE_ARGS+= -DDISABLE_VCPKG:BOOL=ON -CONFIGURE_ENV+= VCPKG_FORCE_SYSTEM_BINARIES=1 +CONFLICTS_INSTALL= linux-enemyterritory # bin/et post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/rc.d/etserver