From owner-cvs-ports@FreeBSD.ORG Sun Aug 31 21:44:09 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF27516A4BF; Sun, 31 Aug 2003 21:44:09 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC74644008; Sun, 31 Aug 2003 21:44:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h814i7QX091483; Sun, 31 Aug 2003 21:44:08 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h814i7Jj091482; Sun, 31 Aug 2003 21:44:07 -0700 (PDT) Date: Sun, 31 Aug 2003 21:44:07 -0700 From: "David O'Brien" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030901044407.GA91432@dragon.nuxi.com> References: <200308310808.h7V88mIT023746@repoman.freebsd.org> <20030831224239.GA49662@wombat.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030831224239.GA49662@wombat.localnet> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: ports/shells/bash1/files patch-af patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-builtins-common.c patch-builtins-common.h patch-error.c patch-error.h patch-print_cmd.c patch-readline-display.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 04:44:09 -0000 On Sun, Aug 31, 2003 at 06:42:39PM -0400, Michael Edenfield wrote: > * David E. O'Brien [030831 04:06]: > > Log: > > Fix build on -current (varargs -> stdarg) > > [don't propagate the poorly named patch files from the PR] ... > Is is preferred not to name patches patch-aa? And if so why are there > so many of those in the ports tree already? Just wanted to know before > I go do any more of these. The old style was to name them patch-[a-z][a-z]. Some of us didn't think that made sense so we used patch-[:numbers:][:numbers:]. When some of the ports I maintained had 15 patches, I then started using patch-, with a directory name added when necessary. This took off, but has happened in different forms. I still prefer the shortest patch filename that helps the maintainer deal with all the patches. It looses history to delete patches with older style names and recreate them under new names -- so a mass patch file renaming has never (and should never) take place. In the end it is still up to the maintainer and/or committer what to name the patches. Since I have an interest in the Bash shell, I wanted new patches to be more sainly named. -- -- David (obrien@FreeBSD.org)