From owner-svn-ports-all@freebsd.org Fri May 29 05:03:11 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 20D9432FB4A; Fri, 29 May 2020 05:03:11 +0000 (UTC) (envelope-from linimon@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 49YCBQ73nKz41y4; Fri, 29 May 2020 05:03:10 +0000 (UTC) (envelope-from linimon@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 EDCA8124B7; Fri, 29 May 2020 05:03:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04T53AFH065125; Fri, 29 May 2020 05:03:10 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04T53AGJ065124; Fri, 29 May 2020 05:03:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202005290503.04T53AGJ065124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 29 May 2020 05:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536935 - head/games/freeminer X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/games/freeminer X-SVN-Commit-Revision: 536935 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: Fri, 29 May 2020 05:03:11 -0000 Author: linimon Date: Fri May 29 05:03:10 2020 New Revision: 536935 URL: https://svnweb.freebsd.org/changeset/ports/536935 Log: Mark as BROKEN on armv7 and powerpc64-12. Approved by: portmgr (tier-2 blanket) Modified: head/games/freeminer/Makefile Modified: head/games/freeminer/Makefile ============================================================================== --- head/games/freeminer/Makefile Fri May 29 04:53:50 2020 (r536934) +++ head/games/freeminer/Makefile Fri May 29 05:03:10 2020 (r536935) @@ -13,6 +13,9 @@ LICENSE= LGPL21+ GPLv3+ # source mentions GPLv3+, LICE LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING # don't remove space +BROKEN_armv7= fails to configure: Looking for include file endian.h - not found +BROKEN_FreeBSD_12_powerpc64= fails to compile: freeminer-0.4.10.4/src/util/lock.h:200:31: error: cannot convert 'const shared_map*' to 'locker* + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USE_GITHUB= yes