Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 06:10:49 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502311 - head/net/routinator
Message-ID:  <201905230610.x4N6Anf5078165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 23 06:10:49 2019
New Revision: 502311
URL: https://svnweb.freebsd.org/changeset/ports/502311

Log:
  net/routinator: Mark as only for amd64 and i386
  
  The ring crate does not yet support other architectures on FreeBSD.
  arm support seems to exist for Linux but is not enabled on FreeBSD.
  powerpc64 support seems to be in progress but also only for Linux.
  
  http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p501607_s347555/logs/errors/routinator-0.3.3.log

Modified:
  head/net/routinator/Makefile

Modified: head/net/routinator/Makefile
==============================================================================
--- head/net/routinator/Makefile	Thu May 23 06:06:31 2019	(r502310)
+++ head/net/routinator/Makefile	Thu May 23 06:10:49 2019	(r502311)
@@ -12,6 +12,9 @@ COMMENT=	RPKI signed route collector and validator
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	ring crate not ported to other architectures
+
 RUN_DEPENDS=	rsync:net/rsync
 
 USES=		cargo



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