svn commit: r444860 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Sun Jul 2 02:45:45 UTC 2017


Author: gerald
Date: Sun Jul  2 02:45:43 2017
New Revision: 444860
URL: https://svnweb.freebsd.org/changeset/ports/444860

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.

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Sun Jul  2 02:09:42 2017	(r444859)
+++ head/lang/gcc5/Makefile	Sun Jul  2 02:45:43 2017	(r444860)
@@ -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-all mailing list