From owner-svn-ports-all@freebsd.org Sun Mar 28 14:09:51 2021 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 3D16B57AB23; Sun, 28 Mar 2021 14:09:51 +0000 (UTC) (envelope-from arrowd@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7czM1Gkkz4gJb; Sun, 28 Mar 2021 14:09:51 +0000 (UTC) (envelope-from arrowd@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 1E885215B2; Sun, 28 Mar 2021 14:09:51 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12SE9p9w046955; Sun, 28 Mar 2021 14:09:51 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12SE9ooL046954; Sun, 28 Mar 2021 14:09:50 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202103281409.12SE9ooL046954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sun, 28 Mar 2021 14:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569396 - head/games/homura X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/games/homura X-SVN-Commit-Revision: 569396 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.34 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: Sun, 28 Mar 2021 14:09:51 -0000 Author: arrowd Date: Sun Mar 28 14:09:50 2021 New Revision: 569396 URL: https://svnweb.freebsd.org/changeset/ports/569396 Log: games/homura: Unbreak on FreeBSD 13 and 14. PR: 254517 Submitted by: Alexander Vereeken Approved by: Alexander Vereeken (maintainer) Modified: head/games/homura/Makefile Modified: head/games/homura/Makefile ============================================================================== --- head/games/homura/Makefile Sun Mar 28 13:58:18 2021 (r569395) +++ head/games/homura/Makefile Sun Mar 28 14:09:50 2021 (r569396) @@ -13,8 +13,6 @@ COMMENT= Wine-based Game Launcher for FreeBSD LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= i386-wine-(devel) is in a bad condition for 13 and newer builds segfaults -BROKEN_FreeBSD_14= i386-wine-(devel) segfaults on 14 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture