diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-11-03 21:24:50 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-11-03 21:53:43 +0000 |
commit | 20df5227d7eac6caac456b68c359a5116f7d76fa (patch) | |
tree | 92c123c578ca42f0c4315e1da9128b70c852ddf0 | |
parent | 394ba699daa481547e092dbe7447aa3100bce162 (diff) |
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
-rw-r--r-- | www/gatling/Makefile | 5 |
1 files 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 |