From owner-svn-ports-all@FreeBSD.ORG Fri Jul 12 08:23:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DA498DB5; Fri, 12 Jul 2013 08:23:54 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CCF8913A2; Fri, 12 Jul 2013 08:23:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6C8NslR022663; Fri, 12 Jul 2013 08:23:54 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6C8Nslf022662; Fri, 12 Jul 2013 08:23:54 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201307120823.r6C8Nslf022662@svn.freebsd.org> From: Ganael LAPLANCHE Date: Fri, 12 Jul 2013 08:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322821 - head/devel/raknet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 08:23:54 -0000 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 -# +# Created by: Andrew Baznikin # $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 post-patch: