diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 13:38:58 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 13:38:58 +0800 |
commit | 41ceb4471b5c14fa7fe95a4f8a0a6695a4cda406 (patch) | |
tree | 1163fe288c92e343ce8ce02448db0234a1354da8 /misc | |
parent | d69c07df0d86965e890073018f68e1cd55deee0a (diff) | |
download | freebsd-ports-gnome-41ceb4471b5c14fa7fe95a4f8a0a6695a4cda406.tar.gz freebsd-ports-gnome-41ceb4471b5c14fa7fe95a4f8a0a6695a4cda406.tar.zst freebsd-ports-gnome-41ceb4471b5c14fa7fe95a4f8a0a6695a4cda406.zip |
- set DEPRECATED and EXPIRATION_DATE
its also FORBIDDEN due to *multiple* CVEs
Diffstat (limited to 'misc')
-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 |