From owner-svn-src-head@FreeBSD.ORG Sat Apr 4 10:43:27 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B13EC60; Sat, 4 Apr 2015 10:43:27 +0000 (UTC) Received: from mail-vn0-x236.google.com (mail-vn0-x236.google.com [IPv6:2607:f8b0:400c:c0f::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09A6081D; Sat, 4 Apr 2015 10:43:27 +0000 (UTC) Received: by vnbg190 with SMTP id g190so186760vnb.9; Sat, 04 Apr 2015 03:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/TvXjMmPBP29CqwZ5BiDYG1YcMo7IGR/EIcosm0LkBE=; b=mRMg9yFvFjEiagiUjzNU39n9pvyD6WeNGiM50yiHugV+2WTX6D34cB6QA8jdds9eMm ku/csThAfdSY1uVd1ybWEY1hfAxqks8qEvdMQ+pbh3hSDZvEP20wHcLhcN6HBH6vbAYI phr8mtz31BcN9rf/XbSx+YBqH/LGneK5BTA4GVZJruipEDX6USF1JbEkjiP8So4YdNwH hLfD0gF1ATWAYo2U0pJlO22a8OGbyVZJnzV0mNQpw5HEuJA5b6RwY6rz4wo4jl3F9EQJ QoyST5rW5tz/uW/9xIm7XAgKz4poq4wNpjwPk6e6VR4hEjv4AYgolSXldt4rGkCrQCT0 r8qQ== X-Received: by 10.52.157.72 with SMTP id wk8mr3656660vdb.12.1428144205850; Sat, 04 Apr 2015 03:43:25 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id p12sm1706590vds.23.2015.04.04.03.43.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Apr 2015 03:43:24 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 4 Apr 2015 12:43:21 +0200 From: Baptiste Daroussin To: Garrett Cooper Subject: Re: svn commit: r281055 - head/share/mk Message-ID: <20150404104320.GB20155@ivaldir.etoilebsd.net> References: <201504040031.t340VedI086145@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 10:43:27 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 03, 2015 at 05:36:21PM -0700, Garrett Cooper wrote: > On Apr 3, 2015, at 17:31, Baptiste Daroussin wrote: >=20 > > Author: bapt > > Date: Sat Apr 4 00:31:40 2015 > > New Revision: 281055 > > URL: https://svnweb.freebsd.org/changeset/base/281055 > >=20 > > Log: > > Do not install scripts multiple time when using bsd.progs.mk > >=20 > > Modified: > > head/share/mk/bsd.progs.mk >=20 > I=E2=80=99m sorry I=E2=80=99ve been lax with this, but unfortunately this= doesn=E2=80=99t solve the underlying issue 100%. >=20 > 1. You forgot FILES/FILESGROUPS > 2. This doesn=E2=80=99t help cases were targets are manually overridden. > 3. Etc. >=20 > The project I was working on has reached steady state. We should be done = with the big hurdle soon-ish (another month or two). I=E2=80=99ll try to re= solve it sometime between now and then by putting all of the PROGS logic do= wn into bsd.prog.mk (where it should have been in the first place=E2=80=A6)= , because bsd.progs.mk being included recursively is a layering violation b= ug that parallel installs expose. >=20 > Thanks! Well I have hit this one while packaging base because pkg(8) yell when thin= gs are being packaged twice, so I'm fixing when I see them I plan to fix others when I'll catch them, if you prefer I can keep that on my own branch to not= make collision with your work? Best regards, Bapt --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUfwEgACgkQ8kTtMUmk6EyllgCfRPz6YWRl07WZ8f7C0bNZm9TP owIAoL63DpJa5SlNxHWJhG0l1nPWTKxD =GIU9 -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o--