Date: Thu, 23 May 2019 06:06:31 +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: r502310 - head/devel/sccache Message-ID: <201905230606.x4N66Vg6073376@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 23 06:06:31 2019 New Revision: 502310 URL: https://svnweb.freebsd.org/changeset/ports/502310 Log: devel/sccache: 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/sccache-0.2.8,1.log Modified: head/devel/sccache/Makefile Modified: head/devel/sccache/Makefile ============================================================================== --- head/devel/sccache/Makefile Thu May 23 06:04:31 2019 (r502309) +++ head/devel/sccache/Makefile Thu May 23 06:06:31 2019 (r502310) @@ -12,6 +12,9 @@ COMMENT= Like ccache with cloud storage support LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures + USES= cargo ssl USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230606.x4N66Vg6073376>