svn commit: r445291 - head/lang/gcc8-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Jul 8 01:02:14 UTC 2017


Author: gerald
Date: Sat Jul  8 01:02:12 2017
New Revision: 445291
URL: https://svnweb.freebsd.org/changeset/ports/445291

Log:
  Update to the 20170702 snapshot of GCC 8.
  
  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.

Modified:
  head/lang/gcc8-devel/Makefile
  head/lang/gcc8-devel/distinfo

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Sat Jul  8 00:49:52 2017	(r445290)
+++ head/lang/gcc8-devel/Makefile	Sat Jul  8 01:02:12 2017	(r445291)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	8.0.0.s20170625
+PORTVERSION=	8.0.0.s20170702
 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}\///}

Modified: head/lang/gcc8-devel/distinfo
==============================================================================
--- head/lang/gcc8-devel/distinfo	Sat Jul  8 00:49:52 2017	(r445290)
+++ head/lang/gcc8-devel/distinfo	Sat Jul  8 01:02:12 2017	(r445291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498964170
-SHA256 (gcc-8-20170625.tar.xz) = 24dc576fbf38ecccb3faf84b6e2cbb1dd5bef9eb1b684848d26139a5db623a0e
-SIZE (gcc-8-20170625.tar.xz) = 59478732
+TIMESTAMP = 1499441467
+SHA256 (gcc-8-20170702.tar.xz) = 73c4b30877e60f0a434dcc4600caa07a4ee5de7bf255cad9018dec4adb4cae48
+SIZE (gcc-8-20170702.tar.xz) = 59576784


More information about the svn-ports-all mailing list