svn commit: r445310 - head/lang/gcc6-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Jul 8 09:23:21 UTC 2017


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


More information about the svn-ports-all mailing list