Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2021 15:36:07 GMT
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd21d76002d0 - main - net/opentracker: mark BROKEN for all architectures
Message-ID:  <202109011536.181Fa7sv020572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by crees:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd21d76002d04589d55da34c69c62a2b5c8fa66c

commit cd21d76002d04589d55da34c69c62a2b5c8fa66c
Author:     Chris Rees <crees@FreeBSD.org>
AuthorDate: 2021-09-01 15:35:11 +0000
Commit:     Chris Rees <crees@FreeBSD.org>
CommitDate: 2021-09-01 15:35:11 +0000

    net/opentracker: mark BROKEN for all architectures
    
    libowfat has a problem with extern variables appearing in multiple
    places.
    
    Upstream is aware and working on a fix.
---
 net/opentracker/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/opentracker/Makefile b/net/opentracker/Makefile
index 4e47c02e5484..23a321859e2e 100644
--- a/net/opentracker/Makefile
+++ b/net/opentracker/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Free lightweight bittorrent tracker using libowfat
 
-BROKEN_riscv64=		fails to link: duplicate symbol: first_deferred
+BROKEN=		fails to link: duplicate symbol: first_deferred, known libowfat issue
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libowfat.a:devel/libowfat
 



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