svn commit: r440886 - head/emulators/raine

Antoine Brodin antoine at FreeBSD.org
Sun May 14 18:47:38 UTC 2017


Author: antoine
Date: Sun May 14 18:47:36 2017
New Revision: 440886
URL: https://svnweb.freebsd.org/changeset/ports/440886

Log:
  Mark BROKEN: fails to link
  
  linux-gnu-sdl/object/video/alpha.o: In function `init_alpha':
  alpha.c:(.text+0x3): undefined reference to `alpha'
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/raine/Makefile

Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile	Sun May 14 18:30:38 2017	(r440885)
+++ head/emulators/raine/Makefile	Sun May 14 18:47:36 2017	(r440886)
@@ -13,6 +13,8 @@ COMMENT=	Arcade Emulator for M68000, M68
 
 LICENSE=	ART10
 
+BROKEN=		fails to link
+
 BUILD_DEPENDS=	nasm>0:devel/nasm
 LIB_DEPENDS=	libpng.so:graphics/png
 


More information about the svn-ports-all mailing list