diff options
author | gerald <gerald@FreeBSD.org> | 2012-12-02 22:44:13 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-12-02 22:44:13 +0800 |
commit | 9939f178f096bf64e4b3ee670f2c7b03051530cb (patch) | |
tree | 1277e45b3d9ca2b20caf0c6ecdeb5829bb325af9 /lang | |
parent | 5f765c26d781f62290d4cb886ffa8e21d29aec6a (diff) | |
download | freebsd-ports-gnome-9939f178f096bf64e4b3ee670f2c7b03051530cb.tar.gz freebsd-ports-gnome-9939f178f096bf64e4b3ee670f2c7b03051530cb.tar.zst freebsd-ports-gnome-9939f178f096bf64e4b3ee670f2c7b03051530cb.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 20121124 snapshot of 4.7.3.
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc47/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index a8765ed06b63..eab0b37a4843 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -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) diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo index b8d518939036..b5b936ef4378 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -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 |