Date: Thu, 23 May 2019 06:04: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: r502309 - head/www/miniserve Message-ID: <201905230604.x4N64V1I073194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 23 06:04:31 2019 New Revision: 502309 URL: https://svnweb.freebsd.org/changeset/ports/502309 Log: www/miniserve: 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/miniserve-0.4.1.log Modified: head/www/miniserve/Makefile Modified: head/www/miniserve/Makefile ============================================================================== --- head/www/miniserve/Makefile Thu May 23 05:15:41 2019 (r502308) +++ head/www/miniserve/Makefile Thu May 23 06:04:31 2019 (r502309) @@ -13,6 +13,9 @@ LICENSE= APACHE20 BSD3CLAUSE CC0-1.0 ISCL MIT MPL20 UN LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures + USES= cargo USE_GITHUB= yes GH_ACCOUNT= svenstaro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230604.x4N64V1I073194>