svn commit: r301583 - head/archivers/rvm

Gerald Pfeifer gerald at FreeBSD.org
Thu Jul 26 21:59:13 UTC 2012


Author: gerald
Date: Thu Jul 26 21:59:12 2012
New Revision: 301583
URL: http://svn.freebsd.org/changeset/ports/301583

Log:
  Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
  and GCC 4.6 has been the default for a while.
  
  Approved by:	maintainer

Modified:
  head/archivers/rvm/Makefile

Modified: head/archivers/rvm/Makefile
==============================================================================
--- head/archivers/rvm/Makefile	Thu Jul 26 21:49:58 2012	(r301582)
+++ head/archivers/rvm/Makefile	Thu Jul 26 21:59:12 2012	(r301583)
@@ -22,7 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 NO_LATEST_LINK=	yes
 
 USE_GMAKE=	yes
-USE_GCC=	4.4+
+USE_GCC=	4.6+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-default-config-file=${PREFIX}/etc/rvm.conf \
 		--enable-assume-stl-memory-exception



More information about the svn-ports-all mailing list