Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 09:23:19 +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: r445310 - head/lang/gcc6-devel
Message-ID:  <201707080923.v689NJpf013099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Jul  8 09:23:19 2017
New Revision: 445310
URL: https://svnweb.freebsd.org/changeset/ports/445310

Log:
  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.
  
  Bump PORTREVISION since unfortunately this appears relevant with the
  pending release of FreeBSD 11.1.

Modified:
  head/lang/gcc6-devel/Makefile

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Sat Jul  8 09:14:40 2017	(r445309)
+++ head/lang/gcc6-devel/Makefile	Sat Jul  8 09:23:19 2017	(r445310)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	6.3.1.s20170621
+PORTREVISION=	1
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -163,6 +164,7 @@ post-stage:
 	${RM} ${STAGEDIR}${PREFIX}/man/man7/*
 	${RM} ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
 	         ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
+	${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}\///} include/gcj include/gnu include/java include/javax



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