diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-15 19:18:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-15 19:18:27 +0000 |
commit | 2fefad6548a77a008f6dc1872410a29d102878fb (patch) | |
tree | 7312821cbb769eed86c641dac7e12b7557d08d7c | |
parent | 655d1ac6994d84fe03d6a4050daebadff0378c6d (diff) | |
download | ports-2fefad6548a77a008f6dc1872410a29d102878fb.tar.gz ports-2fefad6548a77a008f6dc1872410a29d102878fb.zip |
net/opentracker: mark BROKEN on riscv64.
While here, remove stray newline to appease portlint.
-rw-r--r-- | net/opentracker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/opentracker/Makefile b/net/opentracker/Makefile index 25a519ef7fd7..4e47c02e5484 100644 --- a/net/opentracker/Makefile +++ b/net/opentracker/Makefile @@ -2,11 +2,13 @@ PORTNAME= opentracker PORTVERSION= 0.2017.08.13 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \ +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 + BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:devel/libowfat USES= tar:bzip2 |