Update to the 20170524 snapshot of GCC 6.3.1. Upstream tarballs are
now compressed with xz instead of bzip2.
This commit is contained in:
parent
6eecff3674
commit
46eb47c28a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441878
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 6.3.1.s20170517
|
||||
PORTVERSION= 6.3.1.s20170524
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -35,7 +35,7 @@ DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
|
|||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\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:bzip2
|
||||
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495296123
|
||||
SHA256 (gcc-6-20170517.tar.bz2) = 79f36ec196239ee1918574d14509918df6b4d009d00e951daeb8d810caedab92
|
||||
SIZE (gcc-6-20170517.tar.bz2) = 95753349
|
||||
TIMESTAMP = 1495785459
|
||||
SHA256 (gcc-6-20170524.tar.xz) = 4aab1f1b6b24816be6b740fa8689741b762e695686bd7f63e61fcce2561fe15a
|
||||
SIZE (gcc-6-20170524.tar.xz) = 76869020
|
||||
|
|
Loading…
Reference in a new issue