svn commit: r329868 - head/databases/tarantool

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 06:54:27 UTC 2013


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=""


More information about the svn-ports-head mailing list