svn commit: r569396 - head/games/homura

Gleb Popov arrowd at FreeBSD.org
Sun Mar 28 14:09:51 UTC 2021


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 <Alexander88207 at protonmail.com>
  Approved by:	Alexander Vereeken <Alexander88207 at protonmail.com> (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
 


More information about the svn-ports-all mailing list