From owner-cvs-all@FreeBSD.ORG Sun Aug 21 13:13:56 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956FD1065670; Sun, 21 Aug 2011 13:13:56 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 002EB8FC08; Sun, 21 Aug 2011 13:13:55 +0000 (UTC) Received: by gyd10 with SMTP id 10so3478231gyd.13 for ; Sun, 21 Aug 2011 06:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=f4AECgI56P+z3eZif9CTnqNnrb3sEnPD8fFwLmNbBpw=; b=hs4rLd1VDqPJSo84syIOWKf0Axj2gB0TTgx/3SWct/uWWBBmb9/CT+0lgq0UWDIq+A 6957pkAHvT2eQA+obL7GAa1DhRQ/JnUVkVgegUBoWyVHYKxTjlqY4AG7ZMv1cgAuRATZ W+SFu2R5n9lkhzDt77I+JfG5SoIzOZSJYZzYs= MIME-Version: 1.0 Received: by 10.42.39.18 with SMTP id f18mr1454464ice.281.1313932434929; Sun, 21 Aug 2011 06:13:54 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.182.77 with HTTP; Sun, 21 Aug 2011 06:13:54 -0700 (PDT) Received: by 10.231.182.77 with HTTP; Sun, 21 Aug 2011 06:13:54 -0700 (PDT) In-Reply-To: <20110821120013.GA86358@FreeBSD.org> References: <201108211100.p7LB0cB7060742@repoman.freebsd.org> <20110821114454.GA77777@FreeBSD.org> <20110821115214.GA85711@FreeBSD.org> <20110821120013.GA86358@FreeBSD.org> Date: Sun, 21 Aug 2011 14:13:54 +0100 X-Google-Sender-Auth: H9eizwbmZjs7atilzEeNLudZ4Vs Message-ID: From: Chris Rees To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, cvs-all@freebsd.org, Rene Ladan Subject: Re: cvs commit: ports/www/chromium Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2011 13:13:56 -0000 On 21 Aug 2011 13:00, "Alexey Dokuchaev" wrote: > > On Sun, Aug 21, 2011 at 11:52:14AM +0000, Alexey Dokuchaev wrote: > > On Sun, Aug 21, 2011 at 12:48:38PM +0100, Chris Rees wrote: > > > I'd agree on FILESDIR. > > > > > > Anyone have a problem with adding a section on > > > wiki/PortsLongtermTargets about ports that use PATCHDIR? This > > > inconsistency is a little strange. > > > > Oh, please do. This inconsistency is not just strange, but rather annoying. > > As for the strange part, it seems like historical left-over from times when > ports had "patches" directory (I vaguelly recall the OpenBSD still does it > these days). Since FreeBSD had standardized on "files" long time ago, bpm > should stop using PATCHDIR and replace it with FILESDIR). Ditto for the > ports, of course. > PR filed at http://www.freebsd.org/cgi/query-pr.cgi?pr=159970 thanks for the motivation ;) Chris