diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:38:58 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:38:58 +0000 |
commit | ad27fe1d9f12086760052cad41ab73c8011c7aa2 (patch) | |
tree | 90f0f2dd930f79e21e067fdcd4ed20efb86dcc4a /misc/compat3x | |
parent | 6bac6ddb452d8da1079dd9c0987f293793d1b3ec (diff) |
- set DEPRECATED and EXPIRATION_DATE
its also FORBIDDEN due to *multiple* CVEs
Notes
Notes:
svn path=/head/; revision=260755
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index e92d6817064d..2e270effe3a0 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -19,6 +19,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A convenience package to install the compat3x libraries FORBIDDEN= "FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available" +DEPRECATED= "Only FreeBSD 6.4+ are supported in ports" +EXPIRATION_DATE= 2010-10-08 ONLY_FOR_ARCHS= i386 |