Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:14:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536549 - branches/2020Q2/graphics/vapoursynth-fmtconv
Message-ID:  <202005260114.04Q1ELHV017863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:14:20 2020
New Revision: 536549
URL: https://svnweb.freebsd.org/changeset/ports/536549

Log:
  MFH: r535693
  
  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:
  branches/2020Q2/graphics/vapoursynth-fmtconv/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/graphics/vapoursynth-fmtconv/Makefile
==============================================================================
--- branches/2020Q2/graphics/vapoursynth-fmtconv/Makefile	Tue May 26 01:13:00 2020	(r536548)
+++ branches/2020Q2/graphics/vapoursynth-fmtconv/Makefile	Tue May 26 01:14:20 2020	(r536549)
@@ -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?202005260114.04Q1ELHV017863>