svn commit: r535693 - head/graphics/vapoursynth-fmtconv
Mark Linimon
linimon at FreeBSD.org
Mon May 18 00:37:06 UTC 2020
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
More information about the svn-ports-all
mailing list