Date: Sat, 29 Aug 2015 10:25:52 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395542 - head/games/supertux-devel Message-ID: <201508291025.t7TAPqko033357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Aug 29 10:25:51 2015 New Revision: 395542 URL: https://svnweb.freebsd.org/changeset/ports/395542 Log: Drop USES=iconv. Even though the port's build system checks which version of iconv(3) is available, it ends up using the SDL wrappers instead, so there is no need to depend on iconv in the Makefile. Approved by: makc (maintainer) Differential Revision: https://reviews.freebsd.org/D3519 Modified: head/games/supertux-devel/Makefile Modified: head/games/supertux-devel/Makefile ============================================================================== --- head/games/supertux-devel/Makefile Sat Aug 29 10:04:15 2015 (r395541) +++ head/games/supertux-devel/Makefile Sat Aug 29 10:25:51 2015 (r395542) @@ -2,6 +2,7 @@ PORTNAME= supertux PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -16,8 +17,7 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de USE_SDL= sdl2 image2 USE_GL= glew -USES= cmake:outsource compiler:c++11-lib iconv openal:al pkgconfig tar:bzip2 -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +USES= cmake:outsource compiler:c++11-lib openal:al pkgconfig tar:bzip2 # Unhide std::to_string() to fix build with GCC (see ports/193528 for details) CFLAGS+= -D_GLIBCXX_USE_C99
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508291025.t7TAPqko033357>