Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 20:48:35 +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: r329835 - head/archivers/rvm
Message-ID:  <201310082048.r98KmZJp056723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  8 20:48:34 2013
New Revision: 329835
URL: http://svnweb.freebsd.org/changeset/ports/329835

Log:
  replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need modern c++
  but build crashes with g++ 4.2.1 from base but wotk properly with both clang and newer gcc

Modified:
  head/archivers/rvm/Makefile

Modified: head/archivers/rvm/Makefile
==============================================================================
--- head/archivers/rvm/Makefile	Tue Oct  8 20:33:43 2013	(r329834)
+++ head/archivers/rvm/Makefile	Tue Oct  8 20:48:34 2013	(r329835)
@@ -16,8 +16,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		gmake
-USE_GCC=	yes
+USES=		gmake compiler:c++11-lang
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-default-config-file=${PREFIX}/etc/rvm.conf \
 		--enable-assume-stl-memory-exception



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