svn commit: r447439 - branches/2017Q3/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 6 04:48:02 UTC 2017


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


More information about the svn-ports-branches mailing list