svn commit: r450476 - head/lang/gcc46

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 23 22:26:11 UTC 2017


Author: gerald
Date: Sat Sep 23 22:26:09 2017
New Revision: 450476
URL: https://svnweb.freebsd.org/changeset/ports/450476

Log:
  While this port is marked for expiration and removal, there is one aspect
  we still ought to fix for any remaining users:
  
  Remove headers being created by GCC's fixincludes machinery from the
  installation / packaging to avoid breakage when FreeBSD's headers are
  changing afterwards.

Modified:
  head/lang/gcc46/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Sat Sep 23 22:23:06 2017	(r450475)
+++ head/lang/gcc46/Makefile	Sat Sep 23 22:26:09 2017	(r450476)
@@ -102,6 +102,7 @@ full-regression-test: build
 
 post-stage:
 	${RM} ${STAGEDIR}${PREFIX}/man/man7/*
+	${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}\///}


More information about the svn-ports-all mailing list