1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update to the 20170629 snapshot of GCC 7.1.1.

Remove headers being created by GCC's fixincludes machinery from the
installation / packaging to avoid breakage when FreeBSD's headers are
changing afterwards.  Several fellow committers have strongly indicated
that our headers do not need the kind of adjustments that GCC performs.
This commit is contained in:
Gerald Pfeifer 2017-07-02 02:48:12 +00:00
parent 2de565ed20
commit 9b69fb46f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444861
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 7.1.1.s20170622
PORTVERSION= 7.1.1.s20170629
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -139,6 +139,7 @@ full-regression-test: build
post-stage:
${RM} ${STAGEDIR}${PREFIX}/man/man7/*
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/
# Add target libraries and include files to packaging list.
${RM} ${WRKDIR}/PLIST.lib
.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1498734777
SHA256 (gcc-7-20170622.tar.xz) = 484c22ecd1e5f3fe33bccc1d03ea93d5eb5a78b7b221c7bac47166d9c2d4fe15
SIZE (gcc-7-20170622.tar.xz) = 59025916
TIMESTAMP = 1498903904
SHA256 (gcc-7-20170629.tar.xz) = f22bdffadac223aa600b7b22cc13469de5fbe0da632934b9fcaa7f794893a207
SIZE (gcc-7-20170629.tar.xz) = 59038708