Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 16:06:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408576 - head/games/supertux2
Message-ID:  <201602091606.u19G64nl073907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602091606.u19G64nl073907>