From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 14:48:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDA28496; Tue, 24 Jun 2014 14:48:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFAED21F8; Tue, 24 Jun 2014 14:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5OEmqcD057559; Tue, 24 Jun 2014 14:48:52 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5OEmqQ9057556; Tue, 24 Jun 2014 14:48:52 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201406241448.s5OEmqQ9057556@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 24 Jun 2014 14:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359090 - 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.18 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: Tue, 24 Jun 2014 14:48:53 -0000 Author: gerald Date: Tue Jun 24 14:48:52 2014 New Revision: 359090 URL: http://svnweb.freebsd.org/changeset/ports/359090 QAT: https://qat.redports.org/buildarchive/r359090/ Log: Update to the GCC 4.7.4 release which closes the GCC 4.7 release branch. Due to the way we have been handling PORTREVISION before lang/gcc48 this requires PORTEPOCH. Also, since this is now final and stable, no longer bootstrap this port. Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Tue Jun 24 14:44:35 2014 (r359089) +++ head/lang/gcc47/Makefile Tue Jun 24 14:48:52 2014 (r359090) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= gcc47 -PORTVERSION= 4.7.4.20140419 +PORTVERSION= 4.7.4 +PORTEPOCH= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org @@ -27,10 +28,8 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc CONFLICTS= gcc-4.7.* # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. A PORTVERSION of -# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y -# for these three. -DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} +# of executables and directories once installed. +DISTVERSION= ${PORTVERSION} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 @@ -45,7 +44,6 @@ CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR OPTIONS_DEFINE= BOOTSTRAP OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA -OPTIONS_DEFAULT= BOOTSTRAP OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap @@ -97,10 +95,11 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/libgomp -.if ${ARCH} == "i386" || ${ARCH} == "amd64" +# Release tarballs (as opposed to snapshots) always carry this. +#.if ${ARCH} == "i386" || ${ARCH} == "amd64" INFO+= gcc${SUFFIX}/libquadmath \ gcc${SUFFIX}/libitm -.endif +#.endif SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Tue Jun 24 14:44:35 2014 (r359089) +++ head/lang/gcc47/distinfo Tue Jun 24 14:48:52 2014 (r359090) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20140419.tar.bz2) = a3678fc0d5d61fed33e84a9bcb5be700115009bb5e5dff8ce76ef9d501c8be72 -SIZE (gcc-4.7-20140419.tar.bz2) = 78907262 +SHA256 (gcc-4.7.4.tar.bz2) = 92e61c6dc3a0a449e62d72a38185fda550168a86702dea07125ebd3ec3996282 +SIZE (gcc-4.7.4.tar.bz2) = 82935453