Date: Fri, 12 Jul 2013 08:23:54 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322821 - head/devel/raknet Message-ID: <201307120823.r6C8Nslf022662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Fri Jul 12 08:23:54 2013 New Revision: 322821 URL: http://svnweb.freebsd.org/changeset/ports/322821 Log: - Always use Gcc, as this version of Raknet will probably never been fixed for being built with clang. This fixes build where clang is the default compiler (${OSVERSION} >= 1000024). - Use new Makefile header format Modified: head/devel/raknet/Makefile Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Fri Jul 12 08:12:08 2013 (r322820) +++ head/devel/raknet/Makefile Fri Jul 12 08:23:54 2013 (r322821) @@ -1,9 +1,5 @@ -# New ports collection makefile for: RakNet -# Date created: 11 October 2005 -# Whom: Andrew Baznikin <dikiy@scn.ru> -# +# Created by: Andrew Baznikin <dikiy@scn.ru> # $FreeBSD$ -# PORTNAME= raknet PORTVERSION= 3.9.2 @@ -32,6 +28,7 @@ USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h|txt) +USE_GCC= 4.6+ USE_GMAKE= yes USES= cmake @@ -45,10 +42,6 @@ USES= cmake # have to be provided by the port to have working extensions CMAKE_ARGS+= -DDISABLEDEPENDENCIES:BOOL=ON -.if ${CC} == "clang" || ${CXX} == "clang++" -BROKEN= does not build with clang -.endif - .include <bsd.port.pre.mk> post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307120823.r6C8Nslf022662>