Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2017 22:26:09 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450476 - head/lang/gcc46
Message-ID:  <201709232226.v8NMQ9ti082772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}\///}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709232226.v8NMQ9ti082772>