Date: Mon, 13 Aug 2018 22:48:07 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477120 - in head: . devel devel/llvm33 lang lang/clang33 Message-ID: <201808132248.w7DMm7vi035556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Mon Aug 13 22:48:07 2018 New Revision: 477120 URL: https://svnweb.freebsd.org/changeset/ports/477120 Log: At long last, garbage collect LLVM and Clang 3.3. Nothing depends on them and they are very old. Sponsored by: DARPA, AFRL Deleted: head/devel/llvm33/ head/lang/clang33/ Modified: head/MOVED head/devel/Makefile head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Aug 13 21:37:49 2018 (r477119) +++ head/MOVED Mon Aug 13 22:48:07 2018 (r477120) @@ -10428,3 +10428,5 @@ devel/bazel-clang38|devel/bazel|2018-08-08|Slave port security/libbeid|security/beid|2018-08-12|No longer just a library editors/joe2|editors/joe|2018-08-12|Patches from editors/joe2 have been integrated into editors/joe security/keepassx||2018-08-13|Has expired: Use keepassx2 or keepassxc instead +devel/llvm33|devel/llvm60|2018-08-13|Obsolete and unmaintained +lang/clang33|devel/llvm60|2018-08-13|Obsolete and unmaintained Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 13 21:37:49 2018 (r477119) +++ head/devel/Makefile Mon Aug 13 22:48:07 2018 (r477120) @@ -1684,7 +1684,6 @@ SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-devel - SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += llvm38 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Aug 13 21:37:49 2018 (r477119) +++ head/lang/Makefile Mon Aug 13 22:48:07 2018 (r477120) @@ -36,7 +36,6 @@ SUBDIR += cint SUBDIR += cjs SUBDIR += clang-devel - SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 SUBDIR += cling
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808132248.w7DMm7vi035556>