Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 19:19:20 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2fefad6548a7 - main - net/opentracker: mark BROKEN on riscv64.
Message-ID:  <202105151919.14FJJKDY056422@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

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

commit 2fefad6548a77a008f6dc1872410a29d102878fb
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-15 19:18:27 +0000
Commit:     Mark Linimon <linimon@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105151919.14FJJKDY056422>