mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to the 20170820 snapshot of GCC 8.
Move ONLY_FOR_ARCHS according to portlint.
This commit is contained in:
parent
cea636165d
commit
bd4d84fef5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448503
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 8.0.0.s20170813
|
PORTVERSION= 8.0.0.s20170820
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||||
|
@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 8
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
libmpfr.so:math/mpfr \
|
libmpfr.so:math/mpfr \
|
||||||
libmpc.so:math/mpc
|
libmpc.so:math/mpc
|
||||||
|
@ -34,7 +35,6 @@ CPE_VERSION= ${GCC_VERSION}
|
||||||
DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
|
DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
|
||||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
||||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
|
|
||||||
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
|
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
|
||||||
USE_BINUTILS= yes
|
USE_BINUTILS= yes
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1502751488
|
TIMESTAMP = 1503269895
|
||||||
SHA256 (gcc-8-20170813.tar.xz) = 32366a50f5f0c57cb4900625fcb41c01abfada22dbf8c5abeb180a550bfda2c3
|
SHA256 (gcc-8-20170820.tar.xz) = e85bef8b9e8ebb3632f3fdb447cd87fa94644ef939ef86c842cc0847ff8520c3
|
||||||
SIZE (gcc-8-20170813.tar.xz) = 59787232
|
SIZE (gcc-8-20170820.tar.xz) = 59806428
|
||||||
|
|
Loading…
Add table
Reference in a new issue