svn commit: r524015 - head/graphics/rx

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 25 05:49:20 UTC 2020


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


More information about the svn-ports-all mailing list