Update to the 20190113 snapshot of GCC 9.
Merge r479405 | mat | 2018-09-10 from lang/gcc8-devel to lang/gcc9-devel as well: [1] After an include, PLIST_SUB must be appended to, not overwritten. If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 [1] Reviewed by: mat [1]
This commit is contained in:
parent
297f3bca19
commit
55d9bb3c66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490722
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 9.0.0.s20190106
|
||||
PORTVERSION= 9.0.0.s20190113
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -98,7 +98,7 @@ CONFIGURE_ARGS+=--disable-nls \
|
|||
--with-system-zlib
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
USE_LDCONFIG= ${TARGLIB}
|
||||
PLIST_SUB= GCC_VERSION=${GCC_VERSION} \
|
||||
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \
|
||||
GNU_HOST=${CONFIGURE_TARGET} \
|
||||
SUFFIX=${SUFFIX}
|
||||
INFO= gcc${SUFFIX}/cpp \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1547235034
|
||||
SHA256 (gcc-9-20190106.tar.xz) = e2492297ad459fe23c19de28e9fa3683f9af058e94d006dda6d6083b47d2c410
|
||||
SIZE (gcc-9-20190106.tar.xz) = 67301232
|
||||
TIMESTAMP = 1547900620
|
||||
SHA256 (gcc-9-20190113.tar.xz) = c2bba99e3a93a1fb761cfa300c196157f219bf93602262adeac5a8cf9ac1174c
|
||||
SIZE (gcc-9-20190113.tar.xz) = 67388148
|
||||
|
|
Loading…
Reference in a new issue