Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 11:21:14 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494789 - head/lang/gcc9-devel
Message-ID:  <201903061121.x26BLExt080447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Mar  6 11:21:14 2019
New Revision: 494789
URL: https://svnweb.freebsd.org/changeset/ports/494789

Log:
  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]

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo
  head/lang/gcc9-devel/pkg-descr

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Wed Mar  6 10:58:11 2019	(r494788)
+++ head/lang/gcc9-devel/Makefile	Wed Mar  6 11:21:14 2019	(r494789)
@@ -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}\///}

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Wed Mar  6 10:58:11 2019	(r494788)
+++ head/lang/gcc9-devel/distinfo	Wed Mar  6 11:21:14 2019	(r494789)
@@ -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

Modified: head/lang/gcc9-devel/pkg-descr
==============================================================================
--- head/lang/gcc9-devel/pkg-descr	Wed Mar  6 10:58:11 2019	(r494788)
+++ head/lang/gcc9-devel/pkg-descr	Wed Mar  6 11:21:14 2019	(r494789)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903061121.x26BLExt080447>