From owner-svn-ports-all@freebsd.org Sat Oct 10 08:51:40 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3D55440DA5; Sat, 10 Oct 2020 08:51:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7dwD5mkDz4TMQ; Sat, 10 Oct 2020 08:51:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A94FB81E0; Sat, 10 Oct 2020 08:51:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09A8peBr007761; Sat, 10 Oct 2020 08:51:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09A8peoY007760; Sat, 10 Oct 2020 08:51:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202010100851.09A8peoY007760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Oct 2020 08:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551910 - head/emulators/openmsx X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/emulators/openmsx X-SVN-Commit-Revision: 551910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2020 08:51:41 -0000 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 \