Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 00:37:06 +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: r535693 - head/graphics/vapoursynth-fmtconv
Message-ID:  <202005180037.04I0b6NU034431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon May 18 00:37:06 2020
New Revision: 535693
URL: https://svnweb.freebsd.org/changeset/ports/535693

Log:
  Mark as BROKEN on powerpc64.
  
  The complete error message:
  
    # In file included from ./../../src/conc/AtomicPtr.h:30,
    #                  from ./../../src/conc/CellPool.h:30,
    #                  from ./../../src/conc/ObjPool.h:44,
    #                  from ../../src/fmtc/Bitdepth.h:30,
    #                  from ../../src/main.cpp:18:
    #  ./../../src/conc/def.h:45:3: error: #error
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/vapoursynth-fmtconv/Makefile

Modified: head/graphics/vapoursynth-fmtconv/Makefile
==============================================================================
--- head/graphics/vapoursynth-fmtconv/Makefile	Mon May 18 00:33:09 2020	(r535692)
+++ head/graphics/vapoursynth-fmtconv/Makefile	Mon May 18 00:37:06 2020	(r535693)
@@ -15,6 +15,8 @@ COMMENT=	Format conversion tools for Vapoursynth
 
 LICENSE=	WTFPL
 
+BROKEN_powerpc64=	fails to compile on powerpc64: \#error
+
 BUILD_DEPENDS=	${LOCALBASE}/include/vapoursynth/VapourSynth.h:multimedia/vapoursynth
 
 USE_GITHUB=	yes



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