diff options
author | gerald <gerald@FreeBSD.org> | 2012-12-01 09:03:05 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-12-01 09:03:05 +0800 |
commit | 7a9f914766d145d4e0450eaf76b0194d20a526eb (patch) | |
tree | 8dea2285a47d6c949259a8f8ce3ef9664dc71767 /lang | |
parent | 932433fdf70e79409e022fe1727121a71672e84e (diff) | |
download | freebsd-ports-gnome-7a9f914766d145d4e0450eaf76b0194d20a526eb.tar.gz freebsd-ports-gnome-7a9f914766d145d4e0450eaf76b0194d20a526eb.tar.zst freebsd-ports-gnome-7a9f914766d145d4e0450eaf76b0194d20a526eb.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc46/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc46/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
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 |