Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 04:19:08 +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: r425683 - head/multimedia/mpeg_play
Message-ID:  <201611080419.uA84J8Um097754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 04:19:07 2016
New Revision: 425683
URL: https://svnweb.freebsd.org/changeset/ports/425683

Log:
  Mark as broken on arm64 and mips64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/mpeg_play/Makefile

Modified: head/multimedia/mpeg_play/Makefile
==============================================================================
--- head/multimedia/mpeg_play/Makefile	Tue Nov  8 04:15:49 2016	(r425682)
+++ head/multimedia/mpeg_play/Makefile	Tue Nov  8 04:19:07 2016	(r425683)
@@ -12,6 +12,9 @@ EXTRACT_SUFX=	-patched-src.tar.gz
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Program to play mpeg movies on X displays
 
+BROKEN_arm64=	fails to build: Unknown endianness of architecture
+BROKEN_mips64=	fails to build: Unknown endianness of architecture
+
 WRKSRC=		${WRKDIR}/mpeg_play
 USES=		imake
 USE_XORG=	x11 xext



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