svn commit: r347713 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Mon Mar 10 00:55:42 UTC 2014
Author: gerald
Date: Mon Mar 10 00:55:41 2014
New Revision: 347713
URL: http://svnweb.freebsd.org/changeset/ports/347713
QAT: https://qat.redports.org/buildarchive/r347713/
Log:
Update to the 20140309 snapshot of GCC 4.9.0.
This brings back bootstrap-lean which has been fixed upstream last
week, thus consuming less disk space when building this port.
Modified:
head/lang/gcc49/Makefile
head/lang/gcc49/distinfo
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Mon Mar 10 00:32:59 2014 (r347712)
+++ head/lang/gcc49/Makefile Mon Mar 10 00:55:41 2014 (r347713)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc49
-PORTVERSION= 4.9.0.20140302
+PORTVERSION= 4.9.0.20140309
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -70,7 +70,7 @@ GNU_CONFIGURE= yes
.if empty(PORT_OPTIONS:MBOOTSTRAP)
CONFIGURE_ARGS+=--disable-bootstrap
.else
-ALL_TARGET= bootstrap
+ALL_TARGET= bootstrap-lean
.endif
CONFIGURE_ARGS+=--disable-nls \
--enable-gnu-indirect-function \
Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo Mon Mar 10 00:32:59 2014 (r347712)
+++ head/lang/gcc49/distinfo Mon Mar 10 00:55:41 2014 (r347713)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20140302.tar.bz2) = 78838c2e96460326f2d39855afeae4f1473ac4280bdf513c239841bced24d149
-SIZE (gcc-4.9-20140302.tar.bz2) = 85100991
+SHA256 (gcc-4.9-20140309.tar.bz2) = cf00de8d8e1bb282884af42682bac280779aaaa52b3119ec7709eedb89cc6d4e
+SIZE (gcc-4.9-20140309.tar.bz2) = 85468308
More information about the svn-ports-all
mailing list