diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-04-27 23:42:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-04-27 23:42:09 +0000 |
commit | 45a4754eff0701527e849490ca2090794f3971c5 (patch) | |
tree | 6ca2c9ccc41eb62ad1626c3ddd745b13fb55c009 /lang/gcc5/Makefile | |
parent | 2b78cdf9d512dc1c0e69c1f5a80cc5d2193fec2d (diff) | |
download | ports-45a4754eff0701527e849490ca2090794f3971c5.tar.gz ports-45a4754eff0701527e849490ca2090794f3971c5.zip |
Notes
Diffstat (limited to 'lang/gcc5/Makefile')
-rw-r--r-- | lang/gcc5/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 9442651e4d3f..4e0a19d30eaa 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.0.1.s20150421 +PORTVERSION= 5.1.0 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +MASTER_SITE_SUBDIR= releases/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org @@ -111,10 +111,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} |