From 7a9f914766d145d4e0450eaf76b0194d20a526eb Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 1 Dec 2012 01:03:05 +0000 Subject: 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 20121123 snapshot of 4.6.4. Feature safe: yes --- lang/gcc46/Makefile | 3 ++- lang/gcc46/distinfo | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 887e6fbb23e5..6197f1ebd900 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.6.4.20121102 +PORTVERSION= 4.6.4.20121123 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.6 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) diff --git a/lang/gcc46/distinfo b/lang/gcc46/distinfo index c46b5c97a397..13bc4158fd74 100644 --- a/lang/gcc46/distinfo +++ b/lang/gcc46/distinfo @@ -1,4 +1,2 @@ -SHA256 (gcc-4.6-20121102.tar.bz2) = 6886cd3df96423936e5a791d49f5fded1a02979bace5bb16d27d5c78cbc6db77 -SIZE (gcc-4.6-20121102.tar.bz2) = 68158447 -SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 -SIZE (ecj-4.5.jar) = 1470676 +SHA256 (gcc-4.6-20121123.tar.bz2) = 6e14eab5225d65244930e6c16aa66870717039b04d6a42fe1c6680f54fe792da +SIZE (gcc-4.6-20121123.tar.bz2) = 68150899 -- cgit