svn commit: r536549 - branches/2020Q2/graphics/vapoursynth-fmtconv
Mark Linimon
linimon at FreeBSD.org
Tue May 26 01:14:21 UTC 2020
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
More information about the svn-ports-all
mailing list