From owner-svn-ports-all@FreeBSD.ORG Mon Jun 2 12:16:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97EC8746; Mon, 2 Jun 2014 12:16:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84EA12E29; Mon, 2 Jun 2014 12:16:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s52CG39a087927; Mon, 2 Jun 2014 12:16:03 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s52CG3Ee087926; Mon, 2 Jun 2014 12:16:03 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406021216.s52CG3Ee087926@svn.freebsd.org> From: John Marino Date: Mon, 2 Jun 2014 12:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356219 - head/net-mgmt/cflowd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 12:16:03 -0000 Author: marino Date: Mon Jun 2 12:16:03 2014 New Revision: 356219 URL: http://svnweb.freebsd.org/changeset/ports/356219 QAT: https://qat.redports.org/buildarchive/r356219/ Log: 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) Modified: head/net-mgmt/cflowd/Makefile Modified: head/net-mgmt/cflowd/Makefile ============================================================================== --- head/net-mgmt/cflowd/Makefile Mon Jun 2 12:07:42 2014 (r356218) +++ head/net-mgmt/cflowd/Makefile Mon Jun 2 12:16:03 2014 (r356219) @@ -26,6 +26,9 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.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