svn commit: r308776 - head/lang/gcc48
Gerald Pfeifer
gerald at FreeBSD.org
Wed Dec 12 17:42:28 UTC 2012
Author: gerald
Date: Wed Dec 12 17:42:27 2012
New Revision: 308776
URL: http://svnweb.freebsd.org/changeset/ports/308776
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 20121209 snapshot of 4.8.0.
Modified:
head/lang/gcc48/Makefile
head/lang/gcc48/distinfo
Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile Wed Dec 12 17:37:17 2012 (r308775)
+++ head/lang/gcc48/Makefile Wed Dec 12 17:42:27 2012 (r308776)
@@ -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)
Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo Wed Dec 12 17:37:17 2012 (r308775)
+++ head/lang/gcc48/distinfo Wed Dec 12 17:42:27 2012 (r308776)
@@ -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
More information about the svn-ports-head
mailing list