From owner-cvs-ports@FreeBSD.ORG Fri Nov 3 07:41:25 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 07A5216A40F; Fri, 3 Nov 2006 07:41:25 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDBD43D6D; Fri, 3 Nov 2006 07:41:22 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.47] (S0106001372fd1e07.vs.shawcable.net [70.71.9.33]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.6) with ESMTP id kA37fJxw027670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Nov 2006 23:41:21 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <454AF299.30307@FreeBSD.org> Date: Thu, 02 Nov 2006 23:41:13 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Sam Lawrance References: <200611030351.kA33peWQ061783@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/mpatrol Makefile ports/devel/mpatrol/files patch-..::..::src::mptrace.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 03 Nov 2006 07:41:25 -0000 Sam Lawrance wrote: > > On 03/11/2006, at 2:51 PM, Maxim Sobolev wrote: > >> sobomax 2006-11-03 03:51:40 UTC >> >> FreeBSD ports repository >> >> Modified files: >> devel/mpatrol Makefile >> Added files: >> devel/mpatrol/files patch-..::..::src::mptrace.c >> Log: >> Unbreak on amd64. >> >> Obtained from: debian (mptrace.c patch) >> Sponsored by: Sippy Software, Inc. >> >> Revision Changes Path >> 1.3 +8 -2 ports/devel/mpatrol/Makefile >> 1.1 +44 -0 >> ports/devel/mpatrol/files/patch-..::..::src::mptrace.c (new) >> > > If you want to patch at a different level to WRKSRC, you can set > PATCH_WRKSRC. Saves having to use "..". Well, not in all cases you can do this. There could cases when patches in one port are spanning several levels. And it's not really the point. For me, those patches are managed by the automated tool, so that I don't really care about their names, and nobody should as long as the port works. I am not going to spend my time satisfying yours or anybody else's aesthetics sentiments regarding patch names, sorry. -Maxim