From owner-svn-ports-all@FreeBSD.ORG Sat Oct 12 00:37:16 2013 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 ESMTP id BEC9C528; Sat, 12 Oct 2013 00:37:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3560C2E00; Sat, 12 Oct 2013 00:37:16 +0000 (UTC) Received: from trevally.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 89CA93F410; Fri, 11 Oct 2013 20:37:14 -0400 (EDT) Date: Sat, 12 Oct 2013 02:37:12 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r327601 - head/Mk In-Reply-To: <523D7B20.6020908@FreeBSD.org> Message-ID: References: <201309190805.r8J855cW009011@svn.freebsd.org> <20130921023225.GA19307@FreeBSD.org> <20130921104936.GQ73535@ithaqua.etoilebsd.net> <523D7B20.6020908@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 12 Oct 2013 00:37:16 -0000 On Sat, 21 Sep 2013, Bryan Drewery wrote: > We also plan to add more commit hooks for things that portlint has > checked for. Not everyone runs portlint, and portlint is essentially > unmaintained. It is currently severely lagging behind in feature-set > checking. By moving to ports, the feature-set checking is always > matching the tree. This is a bit confusing, and I think there are things portlint checks for that the ports infrastructure cannot? For example, a recent sweep to replace LAST_LINK by PKGNAMESUFFIX triggered new portlint warnings for me since PKGNAMESUFFIX was added at the wrong place. I thought we all are supposed to run portlint before commits? Gerald