From owner-svn-ports-all@FreeBSD.ORG Sun Dec 2 14:44:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C258CB06; Sun, 2 Dec 2012 14:44:13 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF178FC12; Sun, 2 Dec 2012 14:44:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2EiDPr091614; Sun, 2 Dec 2012 14:44:13 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB2EiDrQ091611; Sun, 2 Dec 2012 14:44:13 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201212021444.qB2EiDrQ091611@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 2 Dec 2012 14:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308111 - head/lang/gcc47 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 14:44:13 -0000 Author: gerald Date: Sun Dec 2 14:44:13 2012 New Revision: 308111 URL: http://svnweb.freebsd.org/changeset/ports/308111 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 20121124 snapshot of 4.7.3. Feature safe: yes Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Dec 2 14:24:36 2012 (r308110) +++ head/lang/gcc47/Makefile Sun Dec 2 14:44:13 2012 (r308111) @@ -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) Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Dec 2 14:24:36 2012 (r308110) +++ head/lang/gcc47/distinfo Sun Dec 2 14:44:13 2012 (r308111) @@ -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