Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:36:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557796 - head/multimedia/mpeg_play
Message-ID:  <202012120536.0BC5aHFA085646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 05:36:16 2020
New Revision: 557796
URL: https://svnweb.freebsd.org/changeset/ports/557796

Log:
  Mark NOT_FOR riscv64 the same as several others.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/multimedia/mpeg_play/Makefile

Modified: head/multimedia/mpeg_play/Makefile
==============================================================================
--- head/multimedia/mpeg_play/Makefile	Sat Dec 12 05:34:49 2020	(r557795)
+++ head/multimedia/mpeg_play/Makefile	Sat Dec 12 05:36:16 2020	(r557796)
@@ -12,7 +12,7 @@ EXTRACT_SUFX=	-patched-src.tar.gz
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Program to play mpeg movies on X displays
 
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 riscv64
 NOT_FOR_ARCHS_REASON=	fails to build: Unknown endianness of architecture
 
 WRKSRC=		${WRKDIR}/mpeg_play



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