git: 2fefad6548a7 - main - net/opentracker: mark BROKEN on riscv64.
Mark Linimon
linimon at FreeBSD.org
Sat May 15 19:19:20 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2fefad6548a77a008f6dc1872410a29d102878fb
commit 2fefad6548a77a008f6dc1872410a29d102878fb
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-15 19:18:27 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-15 19:18:27 +0000
net/opentracker: mark BROKEN on riscv64.
While here, remove stray newline to appease portlint.
---
net/opentracker/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 at 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
More information about the dev-commits-ports-all
mailing list