Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 06:54:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329868 - head/databases/tarantool
Message-ID:  <201310090654.r996sR1A078810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  9 06:54:26 2013
New Revision: 329868
URL: http://svnweb.freebsd.org/changeset/ports/329868

Log:
  Remove custom code and replace it by USES=compiler

Modified:
  head/databases/tarantool/Makefile

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Wed Oct  9 06:50:18 2013	(r329867)
+++ head/databases/tarantool/Makefile	Wed Oct  9 06:54:26 2013	(r329868)
@@ -14,7 +14,7 @@ LICENSE=	BSD
 
 TR_REV=		96-gae1ec01
 MAKE_JOBS_UNSAFE=yes
-USES=		cmake gettext:build gmake iconv perl5
+USES=		cmake gettext:build gmake iconv perl5 compiler:c++11-lang
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message
@@ -25,7 +25,6 @@ CLIENT_DESC=	Enable client
 DEBUG_DESC=	Enable debug
 MYSQL_DESC=	Install MySQL plugin
 PGSQL_DESC=	Install PostgreSQL plugin
-USE_BINUTILS=	yes
 
 OPTIONS_DEFAULT=CLIENT
 
@@ -35,22 +34,6 @@ NO_STAGE=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 900014 && !exists(${LOCALBASE}/bin/clang33)
-# No clang++ installed, use GCC from ports:
-USE_GCC=	4.6+
-.else
-.if ${OSVERSION} < 1000052
-BUILD_DEPENDS+=	clang33:${PORTSDIR}/lang/clang33
-CC=		clang33
-CXX=		clang++33
-CPP=		clang-cpp33
-.else
-CC=		clang
-CXX=		clang++
-CPP=		clang-cpp
-.endif
-.endif
-
 .if ${PORT_OPTIONS:MCLIENT}
 CMAKE_ARGS+=	-DENABLE_CLIENT=true
 PLIST_SUB+=	CLIENT=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090654.r996sR1A078810>