git: cd21d76002d0 - main - net/opentracker: mark BROKEN for all architectures

Chris Rees crees at FreeBSD.org
Wed Sep 1 15:36:07 UTC 2021


The branch main has been updated by crees:

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

commit cd21d76002d04589d55da34c69c62a2b5c8fa66c
Author:     Chris Rees <crees at FreeBSD.org>
AuthorDate: 2021-09-01 15:35:11 +0000
Commit:     Chris Rees <crees at 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 at 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
 


More information about the dev-commits-ports-main mailing list