diff options
author | gerald <gerald@FreeBSD.org> | 2012-12-13 01:42:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-12-13 01:42:27 +0800 |
commit | d2bd9ccf096e688aef18e69f25584890a6ad6c8c (patch) | |
tree | 3b3a66926661bc5ff610b83c76c6d63360b5391d | |
parent | 4c85031fbc6af9673635f11654ce6bd06863f51a (diff) | |
download | freebsd-ports-gnome-d2bd9ccf096e688aef18e69f25584890a6ad6c8c.tar.gz freebsd-ports-gnome-d2bd9ccf096e688aef18e69f25584890a6ad6c8c.tar.zst freebsd-ports-gnome-d2bd9ccf096e688aef18e69f25584890a6ad6c8c.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 20121209 snapshot of 4.8.0.
-rw-r--r-- | lang/gcc48/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc48/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 9f04b046bae7..3dec97145cb2 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.0.20121125 +PORTVERSION= 4.8.0.20121209 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 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/gcc48/distinfo b/lang/gcc48/distinfo index 2bdc29683299..26fd0104df01 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,4 +1,4 @@ -SHA256 (gcc-4.8-20121125.tar.bz2) = ca85d2903a346cd0d4f3995b37af7f4a2561d89e596adc3e93b888e141162eac -SIZE (gcc-4.8-20121125.tar.bz2) = 81840588 +SHA256 (gcc-4.8-20121209.tar.bz2) = a76e783d11cc879be10af56e6b4219b373eee1c8b0cd651573830ae2f814e24a +SIZE (gcc-4.8-20121209.tar.bz2) = 81893352 SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 SIZE (ecj-4.5.jar) = 1470676 |