1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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
This commit is contained in:
Tobias Kortkamp 2019-05-23 06:10:49 +00:00
parent e8313d72e5
commit ac84c21261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502311

View File

@ -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