Date: Wed, 3 Aug 2016 12:51:26 +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: r419516 - head/lang/gcc49 Message-ID: <201608031251.u73CpQh5081545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Aug 3 12:51:26 2016 New Revision: 419516 URL: https://svnweb.freebsd.org/changeset/ports/419516 Log: Update to the GCC 4.9.4 release which marks the closure of the GCC 4.9 branch and release series. There should not be any further releases (nor even snapshots) of GCC 4.9 going forward. Adjust the download location etc accordingly. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Aug 3 12:48:59 2016 (r419515) +++ head/lang/gcc49/Makefile Wed Aug 3 12:51:26 2016 (r419516) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4.s20160713 +PORTVERSION= 4.9.4 CATEGORIES= lang java -MASTER_SITES= GCC/snapshots/${DISTVERSION} +MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org @@ -27,11 +27,9 @@ CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} # 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]+).*\.s([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} +# 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 armv6 armv6hf i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 @@ -116,9 +114,10 @@ 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 -.endif +#.endif .if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "armv6" || ${ARCH} == "armv6hf" INFO+= gcc${SUFFIX}/libitm .endif Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Wed Aug 3 12:48:59 2016 (r419515) +++ head/lang/gcc49/distinfo Wed Aug 3 12:51:26 2016 (r419516) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468677290 -SHA256 (gcc-4.9-20160713.tar.bz2) = 2e757c14c13e00acfb76daea6085168708761feedadc1bce5bb6b6b570f27c43 -SIZE (gcc-4.9-20160713.tar.bz2) = 85744082 +TIMESTAMP = 1470221809 +SHA256 (gcc-4.9.4.tar.bz2) = 6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092 +SIZE (gcc-4.9.4.tar.bz2) = 90097606
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608031251.u73CpQh5081545>