From 02f0c64c67d17eda39feec3b86ad510202954956 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 23 Jun 2015 19:32:15 +0000 Subject: [PATCH] Update to the GCC 4.8.5 release which concludes the GCC 4.8 release branch -- no more releases nor snapshots nor even commits on this branch are to be expected. --- lang/gcc48/Makefile | 17 ++++++++--------- lang/gcc48/distinfo | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index e898937f10c3..f92da2e06ab0 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.5.s20150611 +PORTVERSION= 4.8.5 CATEGORIES= lang java -MASTER_SITES= GCC/snapshots/${DISTVERSION} +MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org @@ -29,11 +29,9 @@ CPE_VERSION= ${GCC_VERSION} UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} # 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 i386 powerpc powerpc64 sparc64 USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 @@ -101,10 +99,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} diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index d7493d178dfb..b618f6667a4f 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20150611.tar.bz2) = c5ea0903a2f432ffb191b9f6c734bf32972dd8b52fb5cd387a01d208c4e3197b -SIZE (gcc-4.8-20150611.tar.bz2) = 82107561 +SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23 +SIZE (gcc-4.8.5.tar.bz2) = 86165587