svn commit: r308111 - head/lang/gcc47
Gerald Pfeifer
gerald at FreeBSD.org
Sun Dec 2 14:44:13 UTC 2012
Author: gerald
Date: Sun Dec 2 14:44:13 2012
New Revision: 308111
URL: http://svnweb.freebsd.org/changeset/ports/308111
Log:
Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.
Also update to the 20121124 snapshot of 4.7.3.
Feature safe: yes
Modified:
head/lang/gcc47/Makefile
head/lang/gcc47/distinfo
Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile Sun Dec 2 14:24:36 2012 (r308110)
+++ head/lang/gcc47/Makefile Sun Dec 2 14:44:13 2012 (r308111)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 4.7.3.20121103
+PORTVERSION= 4.7.3.20121124
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.7
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
mpfr:${PORTSDIR}/math/mpfr \
mpc:${PORTSDIR}/math/mpc
+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
.if defined(MAINTAINER_MODE)
Modified: head/lang/gcc47/distinfo
==============================================================================
--- head/lang/gcc47/distinfo Sun Dec 2 14:24:36 2012 (r308110)
+++ head/lang/gcc47/distinfo Sun Dec 2 14:44:13 2012 (r308111)
@@ -1,4 +1,4 @@
-SHA256 (gcc-4.7-20121103.tar.bz2) = 1c10643f44e51e42792337782f26b9c013fccabee2990cc5447c9dff4d71fa43
-SIZE (gcc-4.7-20121103.tar.bz2) = 78890529
+SHA256 (gcc-4.7-20121124.tar.bz2) = 53adec9b85baaeb94e37a667012883da0bce4637d272e0342c52b94a09ba477c
+SIZE (gcc-4.7-20121124.tar.bz2) = 78897458
SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
SIZE (ecj-4.5.jar) = 1470676
More information about the svn-ports-head
mailing list