summaryrefslogtreecommitdiff
path: root/lang/gcc48/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-06-23 19:32:15 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-06-23 19:32:15 +0000
commit02f0c64c67d17eda39feec3b86ad510202954956 (patch)
treef9deccd7054d0cf7a72baaaac72a9957db628b65 /lang/gcc48/Makefile
parentAdd devel/cloudabi-compiler-rt. (diff)
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.
Notes
Notes: svn path=/head/; revision=390445
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r--lang/gcc48/Makefile17
1 files changed, 8 insertions, 9 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}