From owner-freebsd-questions@freebsd.org Mon Apr 25 23:11:22 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 619BCB1CC49 for ; Mon, 25 Apr 2016 23:11:22 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AAE61486 for ; Mon, 25 Apr 2016 23:11:21 +0000 (UTC) (envelope-from markham@ssimicro.com) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id u3PN6Ge9054376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 25 Apr 2016 17:06:17 -0600 (MDT) Subject: Re: Sane way to resolve potential conflicts in the system To: freebsd-questions@freebsd.org References: <20160423162910.7cd2ede2@curlew.lan> <9ed38de6-0089-9645-9798-7cdf767d3047@hiwaay.net> <785fd558-5604-1597-75c3-2ad39825ff11@ssimicro.com> <227c8e68-598b-7800-57f0-5eab5795fbc5@hiwaay.net> From: markham breitbach Message-ID: <5993aaf0-db80-9cdc-00db-32f5929fb6a4@ssimicro.com> Date: Mon, 25 Apr 2016 17:11:20 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <227c8e68-598b-7800-57f0-5eab5795fbc5@hiwaay.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 23:11:22 -0000 On 2016-04-25 4:21 PM, William A. Mahaffey III wrote: > > Sounds good, also sounds a bit like poudriere, IIUTC .... > > Yes, same idea, just a bit more manual :) I also have a few Makefiles and scripts in a git repo that speed things up. It just happened to grow out of the work I was doing at the time, so it was relatively easy for me to bang together as a POC without much extra work, and it is good enough for a fairly simple case. -Markham