Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2021 21:54:08 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20df5227d7ea - main - www/gatling: Mark BROKEN
Message-ID:  <202111032154.1A3Ls8KC051373@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111032154.1A3Ls8KC051373>