svn commit: r408576 - head/games/supertux2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 9 16:06:06 UTC 2016


Author: amdmi3
Date: Tue Feb  9 16:06:04 2016
New Revision: 408576
URL: https://svnweb.freebsd.org/changeset/ports/408576

Log:
  - Mark BROKEN on 10.x:
  
  /wrkdirs/usr/ports/games/supertux2/work/supertux-0.4.0/external/tinygettext/src/iconv.cpp:113:5: error: unknown type name 'ICONV_CONST'
  
  Approved by:	portmgr blanket

Modified:
  head/games/supertux2/Makefile

Modified: head/games/supertux2/Makefile
==============================================================================
--- head/games/supertux2/Makefile	Tue Feb  9 16:01:45 2016	(r408575)
+++ head/games/supertux2/Makefile	Tue Feb  9 16:06:04 2016	(r408576)
@@ -14,6 +14,8 @@ LIB_DEPENDS=	libphysfs.so:${PORTSDIR}/de
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
+BROKEN_FreeBSD_10=	does not build on 10.x
+
 USE_SDL=	sdl2 image2
 USE_GL=		glew
 USES=		cmake:outsource compiler:c++11-lib dos2unix iconv \


More information about the svn-ports-all mailing list