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.
This commit is contained in:
Gerald Pfeifer 2015-06-23 19:32:15 +00:00
parent 6fc93807ce
commit 02f0c64c67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390445
2 changed files with 10 additions and 11 deletions

View file

@ -2,9 +2,9 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= gcc PORTNAME= gcc
PORTVERSION= 4.8.5.s20150611 PORTVERSION= 4.8.5
CATEGORIES= lang java CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION} MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX} PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald@FreeBSD.org MAINTAINER= gerald@FreeBSD.org
@ -29,11 +29,9 @@ CPE_VERSION= ${GCC_VERSION}
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed. A PORTVERSION of # of executables and directories once installed.
# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y DISTVERSION= ${PORTVERSION}
# for these three. GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2
@ -101,10 +99,11 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gccint \
gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/gfortran \
gcc${SUFFIX}/libgomp 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 \ INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm gcc${SUFFIX}/libitm
.endif #.endif
SUB_FILES= pkg-message SUB_FILES= pkg-message
SUB_LIST+= TARGLIB=${TARGLIB} SUB_LIST+= TARGLIB=${TARGLIB}

View file

@ -1,2 +1,2 @@
SHA256 (gcc-4.8-20150611.tar.bz2) = c5ea0903a2f432ffb191b9f6c734bf32972dd8b52fb5cd387a01d208c4e3197b SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23
SIZE (gcc-4.8-20150611.tar.bz2) = 82107561 SIZE (gcc-4.8.5.tar.bz2) = 86165587