From owner-svn-src-all@FreeBSD.ORG Fri Nov 7 15:39:10 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 84EDFD07; Fri, 7 Nov 2014 15:39:10 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5097864D; Fri, 7 Nov 2014 15:39:10 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id g10so3521344pdj.38 for ; Fri, 07 Nov 2014 07:39:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=6IOHvEhWzsbzqsrBtjIpAU/YQ9JpsA0IG+6w9XM4GLg=; b=XsmT8PQIxvJDpwR+tHXfIRA5iQNYlfUiShhUIIInzYKXYAFsMyxb2TlNx5dENe5/gZ mHa/rpaE3Bs7KDFd6Hi/Yp66feMgu2i1hav0O/bqNGNU55hVY/ALMRuR2IwywSuF8/6k UbxicL623gP+Nd4DKBXT1UsFoLoXQTALVvRQZdcAzK6u36+Iy3PUvXzobPPhhzGUtIj5 v2GcvoS0KBp/3McN5K1JtJWigvMV6k0KETHYBxAL1FYPxCZGAy1KbU3DppB6axRiLiRP xe//cusKYpOxLVjBQ25EzIf53iW6RfQ3niYuIGPYRygKta8TBuKTHsGP2SGOztbr1uE9 QBPg== X-Received: by 10.68.92.97 with SMTP id cl1mr12602465pbb.99.1415374749980; Fri, 07 Nov 2014 07:39:09 -0800 (PST) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id a13sm9031746pbu.77.2014.11.07.07.39.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Nov 2014 07:39:09 -0800 (PST) References: <201411071049.sA7AntTQ057708@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201411071049.sA7AntTQ057708@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <43BAFB93-7805-40A6-A5C8-78DACF8FA6A8@gmail.com> X-Mailer: iPhone Mail (12B411) From: Garrett Cooper Subject: Re: svn commit: r274226 - head/gnu/lib/libdialog Date: Fri, 7 Nov 2014 07:39:09 -0800 To: Baptiste Daroussin 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: Fri, 07 Nov 2014 15:39:10 -0000 > On Nov 7, 2014, at 02:49, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Fri Nov 7 10:49:54 2014 > New Revision: 274226 > URL: https://svnweb.freebsd.org/changeset/base/274226 >=20 > Log: > libdialog has to be linked to libncursesw and libm Thank you for fixing these implicit dependencies. This is something that cam= e up as part of the libfigpar/libdpv discussion. The one thing that might ne= ed to be done is that the lib/msun dependency might need to be articulated i= n Makefile.inc1. Thanks!!=