1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to the 20181125 snapshot of GCC 9.

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-11-28 18:23:55 +00:00
parent 5124695d75
commit a14f736ad8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486102
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 9.0.0.s20181118
PORTVERSION= 9.0.0.s20181125
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
CPE_VENDOR= gnu
CPE_VERSION= ${GCC_VERSION}
@ -36,9 +39,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 = 1542606375
SHA256 (gcc-9-20181118.tar.xz) = d1a6f575402034ff70914ecb0f3f9eb5b30e3dc0561980ff8ec25b3b9697d774
SIZE (gcc-9-20181118.tar.xz) = 67182920
TIMESTAMP = 1543276778
SHA256 (gcc-9-20181125.tar.xz) = 87afbab2198c846d553e58aeab4f4813791e67c2f1e39723cd000b7c8a102f0e
SIZE (gcc-9-20181125.tar.xz) = 67206644