svn commit: r395542 - head/games/supertux-devel

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Aug 29 10:25:52 UTC 2015


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
 


More information about the svn-ports-all mailing list