svn commit: r374931 - in head: . devel devel/llvm32 lang lang/clang32 lang/pure

Brooks Davis brooks at FreeBSD.org
Thu Dec 18 23:36:13 UTC 2014


Author: brooks
Date: Thu Dec 18 23:36:11 2014
New Revision: 374931
URL: https://svnweb.freebsd.org/changeset/ports/374931
QAT: https://qat.redports.org/buildarchive/r374931/

Log:
  Remove ports of obsolete and unmaintained upstream llvm/clang 3.2.
  
  Mark pure as BROKEN by this removal.  It should be updated to a recent
  release that supports llvm 3.5, but has seen no substantive updates in
  over a year.

Deleted:
  head/devel/llvm32/
  head/lang/clang32/
Modified:
  head/MOVED
  head/devel/Makefile
  head/lang/Makefile
  head/lang/pure/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 18 23:32:32 2014	(r374930)
+++ head/MOVED	Thu Dec 18 23:36:11 2014	(r374931)
@@ -7320,3 +7320,5 @@ textproc/xerces-c2-devel|textproc/xerces
 games/empire|games/vms-empire|2014-12-15|Moved to match upstream name
 devel/preps-gui||2014-12-15|Has expired: upstream disappeared
 devel/prepstools||2014-12-15|Has expired: upstream disappeared
+devel/llvm32||2014-12-18|Obsolete and unmaintained upstream
+lang/clang32||2014-12-18|Obsolete and unmaintained upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 18 23:32:32 2014	(r374930)
+++ head/devel/Makefile	Thu Dec 18 23:36:11 2014	(r374931)
@@ -1220,7 +1220,6 @@
     SUBDIR += lion
     SUBDIR += llnextgen
     SUBDIR += llvm-devel
-    SUBDIR += llvm32
     SUBDIR += llvm33
     SUBDIR += llvm34
     SUBDIR += llvm35

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Thu Dec 18 23:32:32 2014	(r374930)
+++ head/lang/Makefile	Thu Dec 18 23:36:11 2014	(r374931)
@@ -32,7 +32,6 @@
     SUBDIR += cjs
     SUBDIR += clang-cheri
     SUBDIR += clang-devel
-    SUBDIR += clang32
     SUBDIR += clang33
     SUBDIR += clang34
     SUBDIR += clang35

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Thu Dec 18 23:32:32 2014	(r374930)
+++ head/lang/pure/Makefile	Thu Dec 18 23:36:11 2014	(r374931)
@@ -12,6 +12,8 @@ DIST_SUBDIR=	pure
 MAINTAINER=	lichray at gmail.com
 COMMENT=	Modern-style functional programming language
 
+BROKEN=		Depends on deleted devel/llvm32
+
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 


More information about the svn-ports-head mailing list