aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-15 19:18:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-05-15 19:18:27 +0000
commit2fefad6548a77a008f6dc1872410a29d102878fb (patch)
tree7312821cbb769eed86c641dac7e12b7557d08d7c /net
parent655d1ac6994d84fe03d6a4050daebadff0378c6d (diff)
downloadports-2fefad6548a77a008f6dc1872410a29d102878fb.tar.gz
ports-2fefad6548a77a008f6dc1872410a29d102878fb.zip
net/opentracker: mark BROKEN on riscv64.
While here, remove stray newline to appease portlint.
Diffstat (limited to 'net')
-rw-r--r--net/opentracker/Makefile4
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