diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2019-03-11 16:51:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2019-03-11 16:51:52 +0000 |
commit | 0a6903d2a57d89e4b55c4fbbcdea2464524ac0b4 (patch) | |
tree | a8c8d58c25bfb83519ea461e143d25466c190a34 | |
parent | - Update FLTK to version 1.3.5 which brings many new features, (diff) |
Deprecate older llvm toolchain ports.
Set expiration to hopefully exclude them from the Q2 branch.
Notes
Notes:
svn path=/head/; revision=495363
-rw-r--r-- | devel/xtoolchain-llvm40/Makefile | 3 | ||||
-rw-r--r-- | devel/xtoolchain-llvm50/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/xtoolchain-llvm40/Makefile b/devel/xtoolchain-llvm40/Makefile index 33529a139c5b..c1e55d42a968 100644 --- a/devel/xtoolchain-llvm40/Makefile +++ b/devel/xtoolchain-llvm40/Makefile @@ -2,6 +2,9 @@ LLVM_SUFFIX=40 +DEPRECATED= No supported release uses this version +EXPIRATION_DATE= 2019-03-31 + MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel .include "${MASTERDIR}/Makefile" diff --git a/devel/xtoolchain-llvm50/Makefile b/devel/xtoolchain-llvm50/Makefile index 96d12b38f55b..9673f8e6f723 100644 --- a/devel/xtoolchain-llvm50/Makefile +++ b/devel/xtoolchain-llvm50/Makefile @@ -2,6 +2,9 @@ LLVM_SUFFIX=50 +DEPRECATED= No supported release uses this version +EXPIRATION_DATE= 2019-03-31 + MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel .include "${MASTERDIR}/Makefile" |