svn commit: r547390 - in head/devel: . xtoolchain-llvm60 xtoolchain-llvm70

Brooks Davis brooks at FreeBSD.org
Wed Sep 2 21:44:40 UTC 2020


Author: brooks
Date: Wed Sep  2 21:44:39 2020
New Revision: 547390
URL: https://svnweb.freebsd.org/changeset/ports/547390

Log:
  Garbage collect xtoolchain-(llvm60|llvm70)
  
  The oldest LLVM in a supported release is 8.0 in 11.3 so there is little
  need for these ports and we should be working to remove these obsolete
  compiler versions from the tree.

Deleted:
  head/devel/xtoolchain-llvm60/
  head/devel/xtoolchain-llvm70/
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep  2 21:22:00 2020	(r547389)
+++ head/devel/Makefile	Wed Sep  2 21:44:39 2020	(r547390)
@@ -6803,8 +6803,6 @@
     SUBDIR += xtl
     SUBDIR += xtl-quant-stack
     SUBDIR += xtoolchain-llvm-devel
-    SUBDIR += xtoolchain-llvm60
-    SUBDIR += xtoolchain-llvm70
     SUBDIR += xtoolchain-llvm80
     SUBDIR += xtoolchain-llvm90
     SUBDIR += xwpe


More information about the svn-ports-head mailing list