diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-05-13 21:00:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-05-13 21:00:43 +0000 |
commit | ff81797bc7cd06f0706fdfc7c8f0fb752535dbe2 (patch) | |
tree | 54c7d735b27338dfd15afa2033326dfc677b033d /lang | |
parent | 22525ba1cdc1b0457f55d97361bc5ee51d43047c (diff) | |
download | freebsd-ports-ff81797bc7cd06f0706fdfc7c8f0fb752535dbe2.zip |
Add an EXPIRATION_DATE of 2018-07-13 since this version of GCC will not
have been maintained upstream for more than three years by then. It also
is not used anywhere in the FreeBSD Ports tree.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 8a62cde658e4..301c0f185438 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -16,6 +16,7 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +EXPIRATION_DATE=2018-07-13 ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |