svn commit: r551910 - head/emulators/openmsx

Antoine Brodin antoine at FreeBSD.org
Sat Oct 10 08:51:41 UTC 2020


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 \


More information about the svn-ports-all mailing list