Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 14:48:52 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359090 - head/lang/gcc47
Message-ID:  <201406241448.s5OEmqQ9057556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241448.s5OEmqQ9057556>