diff options
author | Chris Rees <crees@FreeBSD.org> | 2021-09-01 15:35:11 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2021-09-01 15:35:11 +0000 |
commit | cd21d76002d04589d55da34c69c62a2b5c8fa66c (patch) | |
tree | 2a8bb636543d81abec4b044fa72e555b7994077d | |
parent | f8b16d75a0f79fb71e15d334f95e290e624b41bc (diff) | |
download | ports-cd21d76002d04589d55da34c69c62a2b5c8fa66c.tar.gz ports-cd21d76002d04589d55da34c69c62a2b5c8fa66c.zip |
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.
-rw-r--r-- | net/opentracker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |