From owner-svn-src-all@FreeBSD.ORG Wed Nov 5 20:28:14 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45EC9366; Wed, 5 Nov 2014 20:28:14 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1539321B; Wed, 5 Nov 2014 20:28:13 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Xm7Bc-0009L9-57; Wed, 05 Nov 2014 20:28:12 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id sA5KSBfm001586; Wed, 5 Nov 2014 13:28:11 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18sN4jylYwq8V5XpEJ/Ms2r X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: svn commit: r274144 - head/lib From: Ian Lepore To: Devin Teske In-Reply-To: <201411051954.sA5JsFZJ059314@svn.freebsd.org> References: <201411051954.sA5JsFZJ059314@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Wed, 05 Nov 2014 13:28:10 -0700 Message-ID: <1415219290.1200.148.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 05 Nov 2014 20:28:14 -0000 On Wed, 2014-11-05 at 19:54 +0000, Devin Teske wrote: > Author: dteske > Date: Wed Nov 5 19:54:14 2014 > New Revision: 274144 > URL: https://svnweb.freebsd.org/changeset/base/274144 > > Log: > Fix code-typo; introduced by r267511 > > MFC after: 3 days > X-MFC-to: stable/10 > Pointy hat to: ian -- Ian > Modified: > head/lib/Makefile > > Modified: head/lib/Makefile > ============================================================================== > --- head/lib/Makefile Wed Nov 5 16:38:57 2014 (r274143) > +++ head/lib/Makefile Wed Nov 5 19:54:14 2014 (r274144) > @@ -130,7 +130,7 @@ SUBDIR_DEPEND_libcam= libsbuf > SUBDIR_DEPEND_libcapsicum= libnv > SUBDIR_DEPEND_libcasper= libcapsicum libnv libpjdlog > SUBDIR_DEPEND_libdevstat= libkvm > -SUBDIR_DEPEND_libdiaglog= ncurses > +SUBDIR_DEPEND_libdialog= ncurses > SUBDIR_DEPEND_libedit= ncurses > SUBDIR_DEPEND_libg++= msun > SUBDIR_DEPEND_libgeom= libexpat libsbuf >