diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 06:49:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 06:49:11 +0800 |
commit | 858410a415be7dbea866cff4c9189e9cfa82f7ca (patch) | |
tree | 04433bb77158e7afcf0f2ab5b00c621d3b07b95b /security/hostsentry | |
parent | 9d3e81db8e754fdc72be36ef78db1bb900e41325 (diff) | |
download | freebsd-ports-gnome-858410a415be7dbea866cff4c9189e9cfa82f7ca.tar.gz freebsd-ports-gnome-858410a415be7dbea866cff4c9189e9cfa82f7ca.tar.zst freebsd-ports-gnome-858410a415be7dbea866cff4c9189e9cfa82f7ca.zip |
The hostsentry port is unusable as shipped and requires additional
dependencies to run. Mark it IGNORE and DEPRECATED, and it will be
scheduled for a removal in a future batch of ports.
PR: ports/62516
Submitted by: Dan Mahoney <danm@prime.gushi.org>
Diffstat (limited to 'security/hostsentry')
-rw-r--r-- | security/hostsentry/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hostsentry/Makefile b/security/hostsentry/Makefile index 20adf84c3bb2..084da9889b47 100644 --- a/security/hostsentry/Makefile +++ b/security/hostsentry/Makefile @@ -15,6 +15,9 @@ COMMENT= A Login Anomaly Detector RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python +IGNORE= is missing runtime dependencies; see ports/62516 +DEPRECATED= ${IGNORE} + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hostsentry |