Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 04:48:00 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r447439 - branches/2017Q3/lang/gcc5
Message-ID:  <201708060448.v764m0jb010830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Aug  6 04:48:00 2017
New Revision: 447439
URL: https://svnweb.freebsd.org/changeset/ports/447439

Log:
  MFH: r444860
  
  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.
  
  Approved by:	portmgr (blanket)

Modified:
  branches/2017Q3/lang/gcc5/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/lang/gcc5/Makefile
==============================================================================
--- branches/2017Q3/lang/gcc5/Makefile	Sun Aug  6 02:25:13 2017	(r447438)
+++ branches/2017Q3/lang/gcc5/Makefile	Sun Aug  6 04:48:00 2017	(r447439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	5.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
@@ -161,6 +161,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?201708060448.v764m0jb010830>