diff options
author | marino <marino@FreeBSD.org> | 2014-06-02 12:16:03 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-02 12:16:03 +0000 |
commit | ae98102d53f6caee6c1940332ca8bee4ca7a5b13 (patch) | |
tree | caff63f028456d9e4e3eaf194174ac39e1b1e8ad | |
parent | 580fd3cc9f64df8231f101d8b2668ee7b53e97df (diff) | |
download | FreeBSD-ports-ae98102d53f6caee6c1940332ca8bee4ca7a5b13.zip FreeBSD-ports-ae98102d53f6caee6c1940332ca8bee4ca7a5b13.tar.gz |
net-mgmt/cflowd: Deprecate and expire on 15 August 2014
I tried to fix this port for modern C++ compilers, I really did. I
had come up with a couple of dozen patches and some REIMPLACE_CMD fixes
too. It almost compiled. I seemed to have lost that all those patches
since then though. tijl@ had a similar experience a few months ago.
This port was released by the maintainer 10 years ago. Among the reasons
stated was that maintainance was impossible to do correctly without access
to netflow-speaking routers. Also, no new release of the source code was
ever made, it's still in beta.
Therefore I recommend that this port requires a true maintainer, one that
has access to netflow routers. Given that the source was never updated, I
am not sure its even still useful 10 years later. So I recommend this
port be pruned on 15 August 2014 if no suitable maintainer shows up.
The port is also unstaged.
Related PR: ports/177211
Approved by: portmgr (implicit)
-rw-r--r-- | net-mgmt/cflowd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 99c0f5a..8f6c898 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -26,6 +26,9 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ OPTIONS_DEFINE= FLOWSCAN FLOWSCAN_DESC= FlowScan patch +DEPRECATED= Unmaintained 10 years, requires dozens of patches, unverifiable +EXPIRATION_DATE=2014-08-15 + NO_STAGE= yes .include <bsd.port.options.mk> |