From owner-svn-src-user@freebsd.org Sat Oct 17 22:56:10 2015 Return-Path: Delivered-To: svn-src-user@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 39D29A185A6 for ; Sat, 17 Oct 2015 22:56:10 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (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 066B71987; Sat, 17 Oct 2015 22:56:10 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabrc13 with SMTP id rc13so153192328pab.0; Sat, 17 Oct 2015 15:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=d/EYORSMnOL+ZxSi/4akRvxKUX0CyZXtUYAIeIu+KPo=; b=MSTJH4LYDeBeJcSTlYmmHvTSog0+1/OAmgpAZHxb5DT//kR3VkWO6QoXs87/OyT2f0 zev92xWjCMO7Evwbvh/OIA8vozCQpEs3tSjFzuZtiqAJRDybIovg9yhFTZiEL5XWUxmn Bca9BO8Rj+AO+2oYRacQ7O4wwu8z4khOEGtbnNzsScHCe+EqtKlHuwtTYHCamS13TKPZ F898bYC23hZLdFwHLE0DQMOVjt3Hi0LIwrxCMSP/7aKsdIYPLlAgN/FVt5BSLa5+LZVT TZZBG8d1icLuNgbHYQPaQaRioArqNokhrmY5esbnsbmxo/N45GeXbHfPwtnxOVCmx+or /QLA== X-Received: by 10.66.190.41 with SMTP id gn9mr25197618pac.0.1445122569575; Sat, 17 Oct 2015 15:56:09 -0700 (PDT) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id d2sm28649495pat.24.2015.10.17.15.56.08 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Oct 2015 15:56:08 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r289471 - in user/ngie/bug203673: bin/df bin/ls bin/ps lib/libxo lib/libxo/tests lib/libxo/tests/encoder libexec/ftpd sbin/savecore share/mk usr.bin/iscsictl usr.bin/netstat usr.bin/pro... From: NGie Cooper In-Reply-To: <5622D147.7050701@FreeBSD.org> Date: Sat, 17 Oct 2015 15:56:08 -0700 Cc: Garrett Cooper , src-committers@freebsd.org, svn-src-user@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <542455B8-3355-497A-B667-AF72C197B9A4@gmail.com> References: <201510172138.t9HLcwiF095174@repo.freebsd.org> <5622D147.7050701@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 22:56:10 -0000 > On Oct 17, 2015, at 15:52, Bryan Drewery wrote: >=20 > On 10/17/15 2:38 PM, Garrett Cooper wrote: >> -LIBADD=3D xo util >> +LIBADD=3D util xo >=20 > Woops! It=E2=80=99s intentional. I sorted the lists alphabetically and in doing = so also made it more apparent that libxo isn=E2=80=99t the one pull in = libutil by accident :) (someone went and added libxo before libutil = everywhere so it was hard to know who needed libutil as a first order = dependency instead of as a side-effect of libxo). I=E2=80=99ll change the final commit message to reflect that. Thanks for the pointers earlier :). -NGie=