Date: Sat, 10 Oct 2020 08:51:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551910 - head/emulators/openmsx Message-ID: <202010100851.09A8peoY007760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 10 08:51:40 2020 New Revision: 551910 URL: https://svnweb.freebsd.org/changeset/ports/551910 Log: Mark BROKEN Compiling PluggableFactory.cc... In file included from /usr/include/machine/endian.h:6, from /usr/include/sys/types.h:44, from /usr/include/zconf.h:444, from /usr/include/zlib.h:34, from src/serialize.hh:12, from src/EmuDuration.hh:4, from src/EmuTime.hh:4, from src/input/StateChangeListener.hh:4, from src/input/RecordedCommand.hh:5, from src/PluggingController.hh:4, from src/PluggableFactory.cc:2: src/utils/endian.hh:12:38: error: expected ')' before '(' token 12 | [[nodiscard]] static inline uint16_t bswap16(uint16_t x) | ^~~~~~~ src/utils/endian.hh:24:38: error: expected ')' before '?' token 24 | [[nodiscard]] static inline uint32_t bswap32(uint32_t x) | ^~~~~~~ src/utils/endian.hh:39:38: error: expected ')' before '?' token 39 | [[nodiscard]] static inline uint64_t bswap64(uint64_t x) | ^~~~~~~ Reported by: pkg-fallout Modified: head/emulators/openmsx/Makefile Modified: head/emulators/openmsx/Makefile ============================================================================== --- head/emulators/openmsx/Makefile Sat Oct 10 08:36:02 2020 (r551909) +++ head/emulators/openmsx/Makefile Sat Oct 10 08:51:40 2020 (r551910) @@ -11,6 +11,8 @@ COMMENT= Open source MSX emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/GPL.txt +BROKEN= fails to build + LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010100851.09A8peoY007760>