From owner-cvs-ports@FreeBSD.ORG Wed Apr 21 02:55:50 2004 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 89B2016A4CE; Wed, 21 Apr 2004 02:55:50 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1654043D69; Wed, 21 Apr 2004 02:55:50 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BGEWX-0002Zs-UP; Wed, 21 Apr 2004 17:00:09 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3L9u0AT036776; Wed, 21 Apr 2004 16:56:00 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3L9u0PS036735; Wed, 21 Apr 2004 16:56:00 +0700 (NOVST) (envelope-from danfe) Date: Wed, 21 Apr 2004 16:56:00 +0700 From: Alexey Dokuchaev To: Edwin Groothuis Message-ID: <20040421095600.GB82398@regency.nsu.ru> References: <200404181922.i3IJMkTf044706@repoman.freebsd.org> <20040419032304.GA61048@regency.nsu.ru> <20040419103101.GB26102@dragon.nuxi.com> <20040419110810.GA24385@regency.nsu.ru> <20040420200903.GA6174@dragon.nuxi.com> <20040421095105.GC2123@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040421095105.GC2123@k7.mavetju> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: David O'Brien cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/games Makefile ports/games/duke3d Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/duke3d/files README.bsd fix.sh patch-aa patch-ab patch-ac patch-ad patch-ae wrapper.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 09:55:50 -0000 On Wed, Apr 21, 2004 at 07:51:05PM +1000, Edwin Groothuis wrote: > On Tue, Apr 20, 2004 at 01:09:03PM -0700, David O'Brien wrote: > > On Mon, Apr 19, 2004 at 06:08:10PM +0700, Alexey Dokuchaev wrote: > > > While particular choice for a separator is arguable, the general scheme > > > for patch-files is not, right? FWIW, that was my point, not `::' vs. > > > whatever. > > > > > > As a side note, I don't really see any problem with `::' or `-'. > > > > 1. Bash escapes it so it actually becomes 4 characters. > > Which is a null-argument: if you use tab as file completion, bash > escapes it for you. Yes I'm using bash, and I don't understand at > all why you keep hammering on this. Bash *can* handle files with > :'s in it, it escapes it. That's exactly why it is escaping it! Methinks David's point is that bash turns two characters into four, not the fact of escaping as it is. ./danfe