1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to the 20181129 snapshot of GCC 7.3.1.

Create a separate USES block earlier in the Makefile and moving relevant
items there. [1]

Reported by:	portlint [1]
This commit is contained in:
Gerald Pfeifer 2018-12-01 18:37:53 +00:00
parent 0dfe0783d9
commit 3d18f4a170
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486384
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 7.3.1.s20181122
PORTVERSION= 7.3.1.s20181129
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -21,11 +21,14 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
.if defined(MAINTAINER_MODE)
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
USE_BINUTILS= yes
USE_PERL5= build
CONFLICTS= gcc7-7.*
CPE_VENDOR= gnu
@ -38,9 +41,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/}
USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
USE_BINUTILS= yes
USE_PERL5= build
SSP_UNSAFE= yes
OPTIONS_DEFINE= BOOTSTRAP GRAPHITE

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543109360
SHA256 (gcc-7-20181122.tar.xz) = e9bad3d98f81c0b957522d136e3e679c492668f8805aa9ded8777bd755e6de93
SIZE (gcc-7-20181122.tar.xz) = 59313088
TIMESTAMP = 1543685209
SHA256 (gcc-7-20181129.tar.xz) = 94614bb365d5759e79415c0bf88dcb5f2155bc7c66b1ea8c203b893161ea44c6
SIZE (gcc-7-20181129.tar.xz) = 59319304