Update to the 20180303 snapshot of GCC 9.0.1.

Simplify the creation of the multilib-related sub-directory tree on
powerpc64 and avoid leaving an empty directory behind on the way. [1]

Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there.

PR:		235964, 231804 [1]
Discussed with:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
This commit is contained in:
Gerald Pfeifer 2019-03-06 11:21:14 +00:00
parent 67ec5d85f0
commit 3bcd988c64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494789
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 9.0.1.s20190224
PORTVERSION= 9.0.1.s20190303
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@ -139,8 +139,8 @@ post-stage:
${RM} ${WRKDIR}/PLIST.lib
.if ${ARCH} == powerpc64 && ${PORT_OPTIONS:MMULTILIB}
${MKDIR} ${STAGEDIR}${TARGLIB32}/gcc${SUFFIX}
${MV} ${STAGEDIR}${PREFIX}/lib/lib32/* ${STAGEDIR}${TARGLIB32}/gcc${SUFFIX}
${MKDIR} ${STAGEDIR}${TARGLIB32}
${MV} ${STAGEDIR}${PREFIX}/lib/lib32 ${STAGEDIR}${TARGLIB32}/gcc${SUFFIX}
.endif
.for d in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIB32:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1551088047
SHA256 (gcc-9-20190224.tar.xz) = 0fe11d26b65c8e014c5089ab6199959c97ceaf0ae8a605f86973e3c0492870f8
SIZE (gcc-9-20190224.tar.xz) = 68397172
TIMESTAMP = 1551670434
SHA256 (gcc-9-20190303.tar.xz) = fea721bdf6b8671684409a30ea1ee0aebaf5ead065b7e5882197a8914c0b4c25
SIZE (gcc-9-20190303.tar.xz) = 68450204

View File

@ -1,6 +1,6 @@
GCC, the GNU Compiler Collection, supports a number of languages. This
port installs the C, C++, and Fortran front ends as gcc9, g++9, gfortran9,
respectively.
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc9, g++9,
and gfortran9, respectively.
WWW: https://gcc.gnu.org