From nobody Wed Nov 3 21:54:08 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8C320183A128; Wed, 3 Nov 2021 21:54:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hl0sX2J7Pz4hwh; Wed, 3 Nov 2021 21:54:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DC8E20651; Wed, 3 Nov 2021 21:54:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A3Ls8mQ051374; Wed, 3 Nov 2021 21:54:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A3Ls8KC051373; Wed, 3 Nov 2021 21:54:08 GMT (envelope-from git) Date: Wed, 3 Nov 2021 21:54:08 GMT Message-Id: <202111032154.1A3Ls8KC051373@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 20df5227d7ea - main - www/gatling: Mark BROKEN List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20df5227d7eac6caac456b68c359a5116f7d76fa Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=20df5227d7eac6caac456b68c359a5116f7d76fa commit 20df5227d7eac6caac456b68c359a5116f7d76fa Author: Daniel Engberg AuthorDate: 2021-11-03 21:24:50 +0000 Commit: Daniel Engberg 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