git: 20df5227d7ea - main - www/gatling: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 21:54:08 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=20df5227d7eac6caac456b68c359a5116f7d76fa
commit 20df5227d7eac6caac456b68c359a5116f7d76fa
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-11-03 21:24:50 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-11-03 21:53:43 +0000
www/gatling: Mark BROKEN
Gatling hasn't built for months and there's also a new version available.
Various errors but most common seems to be:
"ld: error: duplicate symbol: first_deferred"
Reference: https://portsfallout.com/fallout?port=www%2Fgatling%24&page=1
PR: 259180
Reported by: pkg-fallout
Approved by: port maintainer timeout (2+ weeks), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32769
---
www/gatling/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/gatling/Makefile b/www/gatling/Makefile
index 65b299cfdb2f..b76a8758d2ec 100644
--- a/www/gatling/Makefile
+++ b/www/gatling/Makefile
@@ -11,8 +11,9 @@ COMMENT= High performance webserver with scalability benchmark tools
LICENSE= GPLv2
-BROKEN_mips= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
-BROKEN_mips64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
+BROKEN= Outdated and doesn't compile "ld: error: duplicate symbol: first_deferred"
+BROKEN_mips= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
+BROKEN_mips64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
BUILD_DEPENDS= libowfat>=0.31:devel/libowfat