svn commit: r476470 - head/games/bloboats

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 5 19:32:14 UTC 2018


Author: gerald
Date: Sun Aug  5 19:32:13 2018
New Revision: 476470
URL: https://svnweb.freebsd.org/changeset/ports/476470

Log:
  Reference PR 226180 to track the failure of this port to build with
  FreeBSD 12 or later.
  
  PR:		226180

Modified:
  head/games/bloboats/Makefile

Modified: head/games/bloboats/Makefile
==============================================================================
--- head/games/bloboats/Makefile	Sun Aug  5 19:29:15 2018	(r476469)
+++ head/games/bloboats/Makefile	Sun Aug  5 19:32:13 2018	(r476470)
@@ -15,7 +15,7 @@ COMMENT=	Boat racing game in the spirit of Elasto Mani
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/copying.txt
 
-BROKEN_FreeBSD_12=	does not build on 12.X
+BROKEN_FreeBSD_12=	does not build on 12.X	# PR 226180
 
 USES=		dos2unix gmake
 USE_SDL=	mixer image net sdl


More information about the svn-ports-head mailing list