svn commit: r325336 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Sun Aug 25 11:05:39 UTC 2013
Author: gerald
Date: Sun Aug 25 11:05:38 2013
New Revision: 325336
URL: http://svnweb.freebsd.org/changeset/ports/325336
Log:
Update to the 20130818 snapshot of GCC 4.9.0.
Replace USE_GMAKE by USES=gmake.
Modified:
head/lang/gcc49/Makefile
head/lang/gcc49/distinfo
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Sun Aug 25 09:27:58 2013 (r325335)
+++ head/lang/gcc49/Makefile Sun Aug 25 11:05:38 2013 (r325336)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 4.9.0.20130804
+PORTVERSION= 4.9.0.20130818
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -29,10 +29,9 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
+USES= bison gmake iconv
USE_BINUTILS= yes
-USES= bison iconv
USE_BZIP2= yes
-USE_GMAKE= yes
USE_PERL5_BUILD=yes
PATCH_WRKSRC= ${SRCDIR}
Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo Sun Aug 25 09:27:58 2013 (r325335)
+++ head/lang/gcc49/distinfo Sun Aug 25 11:05:38 2013 (r325336)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20130804.tar.bz2) = dada5d1994541b7685d1808210554d52ecf70003082458e3700b31b0d68171b3
-SIZE (gcc-4.9-20130804.tar.bz2) = 82407792
+SHA256 (gcc-4.9-20130818.tar.bz2) = c9d9af1584e36d1325dace9d8f2b334797d490b7cffb3e38cc516101ca550b58
+SIZE (gcc-4.9-20130818.tar.bz2) = 82632931
More information about the svn-ports-all
mailing list