Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 05:49:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524015 - head/graphics/rx
Message-ID:  <202001250549.00P5nKrr011318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 25 05:49:19 2020
New Revision: 524015
URL: https://svnweb.freebsd.org/changeset/ports/524015

Log:
  graphics/rx: Add the github issue number to the broken message
  
  Reported by:	fallout

Modified:
  head/graphics/rx/Makefile

Modified: head/graphics/rx/Makefile
==============================================================================
--- head/graphics/rx/Makefile	Sat Jan 25 05:45:21 2020	(r524014)
+++ head/graphics/rx/Makefile	Sat Jan 25 05:49:19 2020	(r524015)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON=	meowhash crate only supports x86_64
+ONLY_FOR_ARCHS_REASON=	meowhash crate only supports x86_64, see https://github.com/bodil/meowhash-rs/issues/5
 
 USES=		cargo xorg
 USE_GITHUB=	yes



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