Date: Sat, 8 Mar 2014 13:09:50 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Alexey Dokuchaev <danfe@FreeBSD.org>, ports-committers@freebsd.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Subject: Deprecation policies (was: svn commit: r347338 - in head/net-p2p: . microdc2 microdc2/files) Message-ID: <alpine.LSU.2.11.1403072238450.7314@tuna.site> In-Reply-To: <20140307092408.GA3390@FreeBSD.org> References: <201403070625.s276PGbO062948@svn.freebsd.org> <CAFY%2ByE=w9rvhzdcC8q2tZvyFQrFQMrxjQ1W7JG4s1rsf-kvtnA@mail.gmail.com> <20140307090840.GB98331@FreeBSD.org> <7A2A804C-B978-4259-9945-27A764EC9AB7@gmail.com> <20140307092408.GA3390@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 Mar 2014, Alexey Dokuchaev wrote: > microdc2 is useful port; and given how easy it was to unbreak it, I don't > understand how could it possibly slip into abyss in the first place. :( > This is why I generally do not support deprecation due to compile failure. Have you done any larger infrastructure work recently? I have worked on several, and I can tell it is painful. It is painful because of all those semi-broken and kind-of-broken and partially mended and dying and reanimated and undead ports in the tree. Ports that still do not support staging. Ports that fail to build on most versions I test. If anything, I think we need to consider becoming more aggressive: A port that fails to build on either of the latest two major release branches for X months gets deprecated. A port that does not support staging by my birthday gets deprecated. Any such ports that have been deprecated for two months and not seen any work to fix them get removed. Gerald PS: I am not asking for perfection and appreciate all the help I have received from Thierry, Mat, Sunpoet, René, John, David, Martin, Decke, the B brothers and others with their ports and mine and infrastructure. From owner-svn-ports-head@FreeBSD.ORG Sat Mar 8 12:13:31 2014 Return-Path: <owner-svn-ports-head@FreeBSD.ORG> Delivered-To: svn-ports-head@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 01D1BFCD; Sat, 8 Mar 2014 12:13:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E345EBB1; Sat, 8 Mar 2014 12:13:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s28CDU05021482; Sat, 8 Mar 2014 12:13:30 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s28CDUnX021481; Sat, 8 Mar 2014 12:13:30 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403081213.s28CDUnX021481@svn.freebsd.org> From: Antoine Brodin <antoine@FreeBSD.org> Date: Sat, 8 Mar 2014 12:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347483 - head/mail/prayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 08 Mar 2014 12:13:31 -0000 Author: antoine Date: Sat Mar 8 12:13:30 2014 New Revision: 347483 URL: http://svnweb.freebsd.org/changeset/ports/347483 QAT: https://qat.redports.org/buildarchive/r347483/ Log: - Fix typo in OPTIONS handling - Use a non deprecated version of BDB PR: ports/186071 Submitted by: maintainer Modified: head/mail/prayer/Makefile Modified: head/mail/prayer/Makefile ============================================================================== --- head/mail/prayer/Makefile Sat Mar 8 11:59:18 2014 (r347482) +++ head/mail/prayer/Makefile Sat Mar 8 12:13:30 2014 (r347483) @@ -2,6 +2,7 @@ PORTNAME= prayer PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ @@ -32,7 +33,7 @@ SESSIONCACHE_DESC= Activate Session Cach USERS= _prayer GROUPS= prayer -SESSIONCACHE_USE= BDB=yes +SESSIONCACHE_USE= BDB=5+ LDAP_USE= OPENLDAP=yes TIDY_LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib @@ -75,7 +76,7 @@ MAKE_ARGS+= CCLIENT_SSL_ENABLE=false \ SSL_ENABLE=false .endif -.if ${PORT_OPTIONS:MSESSION_CACHE} +.if ${PORT_OPTIONS:MSESSIONCACHE} MAKE_ARGS+= SESSION_CACHE_ENABLE=true \ DB_INCLUDE=-I${BDB_INCLUDE_DIR} \ DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1403072238450.7314>