diff options
author | gabor <gabor@FreeBSD.org> | 2007-03-06 20:49:41 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-03-06 20:49:41 +0800 |
commit | 3baecab2a610a390eb8a2d6b484ddd9a313701ff (patch) | |
tree | 21f605c17ef3385a403b00699671d6606527138b /sysutils/tct/Makefile | |
parent | edaae13782812fc4db24fb65dd08246ddf0aab28 (diff) | |
download | freebsd-ports-gnome-3baecab2a610a390eb8a2d6b484ddd9a313701ff.tar.gz freebsd-ports-gnome-3baecab2a610a390eb8a2d6b484ddd9a313701ff.tar.zst freebsd-ports-gnome-3baecab2a610a390eb8a2d6b484ddd9a313701ff.zip |
- Deprecate (This port is badly constrcuted, makes some weird conflicting
issues and has been unmaintained for a long time. I also added some
comments, how it should be fixed, if there's an interested party.)
- Set EXPIRATION_DATE
Reported by: Martin Matuska <martin@matuska.org>
Diffstat (limited to 'sysutils/tct/Makefile')
-rw-r--r-- | sysutils/tct/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile index 4b9999e8230b..a049fcdbad20 100644 --- a/sysutils/tct/Makefile +++ b/sysutils/tct/Makefile @@ -18,6 +18,17 @@ MAKE_ENV= OPT="${CFLAGS}" CONFLICTS= file-[0-9]* +# This port is constructed very weirdly. It installs common +# utils, like file, md5 and lastcomm, thus it conflicts with a +# a lot of ports, and makes weird issues. If somebody want to +# save it, the port should be reworked to use those tools from +# the base system or from the Ports Collection. Furthermore, it +# has been unmaintained for a long time, and the development +# seems to be stalled, you can use sysutils/sleuthkit instead, +# which has more features. +DEPRECATED= this port is obsolete, please use sysutils/sleuthkit instead +EXPIRATION_DATE= 2007-04-06 + MAN1= file-tct.1 grave-robber.1 icat.1 ils.1 lastcomm.1 lazarus.1 \ mactime.1 major_minor.1 md5-tct.1 pcat.1 timeout.1 unrm.1 MAN5= magic.5 tm-format.5 |