mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to the 20170823 snapshot of GCC 6.4.1.
Move ONLY_FOR_ARCHS earlier in the Makefile per guidance from portlint and the FreeBSD Porter's Handbook.
This commit is contained in:
parent
10886d068b
commit
d0f366aa75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449004
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 6.4.1.s20170816
|
||||
PORTVERSION= 6.4.1.s20170823
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 6
|
|||
LICENSE= GPLv3 GPLv3RLE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr \
|
||||
libmpc.so:math/mpc
|
||||
|
@ -34,7 +35,6 @@ CPE_VERSION= ${GCC_VERSION}
|
|||
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:xz
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1502997300
|
||||
SHA256 (gcc-6-20170816.tar.xz) = a6ca77be4af6a168b128d2ebac660d74fc50d73f37709d507940fdf887a3f807
|
||||
SIZE (gcc-6-20170816.tar.xz) = 72586420
|
||||
TIMESTAMP = 1503835787
|
||||
SHA256 (gcc-6-20170823.tar.xz) = e5543ee3257101bcd347ad6767c10a9aeb2a300fe252ca40ed1aeba4d84f5cee
|
||||
SIZE (gcc-6-20170823.tar.xz) = 72585700
|
||||
|
|
Loading…
Add table
Reference in a new issue