svn commit: r322821 - head/devel/raknet
Ganael LAPLANCHE
martymac at FreeBSD.org
Fri Jul 12 08:23:54 UTC 2013
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 at scn.ru>
-#
+# Created by: Andrew Baznikin <dikiy at 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:
More information about the svn-ports-head
mailing list