From owner-svn-src-all@freebsd.org Mon Jun 26 22:34:23 2017 Return-Path: Delivered-To: svn-src-all@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 ABE83D9322B; Mon, 26 Jun 2017 22:34:23 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qt0-x231.google.com (mail-qt0-x231.google.com [IPv6:2607:f8b0:400d:c0d::231]) (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 6698368F7D; Mon, 26 Jun 2017 22:34:23 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qt0-x231.google.com with SMTP id i2so12518225qta.3; Mon, 26 Jun 2017 15:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=k40X7k6xkxpd1xMvWYAuw/ZzkyDyefD7hz0ppAk9j6c=; b=dzXYaHmzWpj6qWy9JJD7m4FpnDhyBBtCDd1SeP/wHNLbhB6gi7HeqkRQWlxBHx4oVf AbcaxQPEwRn4TT5j9QsQmHfEQi7G1AAIzWmy20lmNn3JZPDa9lk45NRtj1Xq6Jjmb9BU pLoEsKagL+H+PyFo9KNPh39wqGXRnrtaSfeLi9uV+7JGRYq2OVhaujJLErLlZmJVLUOP bzE0lWWnsn176g8jyFwyi3819o8XIyrP27BEYWGcZ6Jevr/b1FRPHNJ0wDsRx9AIBTsD 2/myWONkDYVl2duuD0Z6ptyHHRVbInj5p69tu3ZTt+UKv22pimviGj6M6l3YWxzcZJ0N FblA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=k40X7k6xkxpd1xMvWYAuw/ZzkyDyefD7hz0ppAk9j6c=; b=Yva3MT5FWmC4c4u6uyjwpo+Yto7ujmCmdNWvJlhcyx4lg0+BjQEjoBILIBMzgGqJB0 vaPxSRUFOrFCZHTsN/39m2uJoUk5RWC96Z+G2fIyvoA9DlO+D2AuixoGn4W/iBqfS/xZ FiJ6etO+n4EKAdub3npmJX0qb97cDDBFGGstFdL9z/hX6SMkOp/gT2J8u3D+y+QXdZ/R Zx/s/KS12BWKXYY4cfvmgd5T2JFEKBjz5T5i2OVefJikB8I2vhzzBn3jmo+6o8B8Wo28 3dsskn5c4kksvWvuJ2wCVZXwcTkGGpsmmX90LzjTrFglKgeWzIw2DZET9SrXRoe9ptRg 2noQ== X-Gm-Message-State: AKS2vOw4I9Vzz2FP0bmx8M69VuV3DruZFiJi70k27Qtez0z8K3C49zo0 OmjI8r/lKDHLi2cubHHjA+jAkLtUjBFQ X-Received: by 10.200.40.73 with SMTP id 9mr1156033qtr.37.1498516462577; Mon, 26 Jun 2017 15:34:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.92.142 with HTTP; Mon, 26 Jun 2017 15:34:22 -0700 (PDT) In-Reply-To: References: <201706231826.v5NIQvYa060882@repo.freebsd.org> From: Ngie Cooper Date: Mon, 26 Jun 2017 15:34:22 -0700 Message-ID: Subject: Re: svn commit: r320284 - head To: Kyle Evans Cc: Bryan Drewery , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 22:34:23 -0000 On Mon, Jun 26, 2017 at 12:37 PM, Kyle Evans wrote: > Hi, > > This broke my setup that builds my 7 different kernels due to duplicate > target errors. This seems to do what I want: > https://files.kyle-evans.net/freebsd/fix-packages.diff =) :ShipIt:!