svn commit: r502309 - head/www/miniserve
Tobias Kortkamp
tobik at FreeBSD.org
Thu May 23 06:04:32 UTC 2019
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
More information about the svn-ports-all
mailing list