From owner-svn-src-stable-10@freebsd.org Wed Jan 20 22:02:40 2016 Return-Path: Delivered-To: svn-src-stable-10@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 15391A89550 for ; Wed, 20 Jan 2016 22:02:40 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC32D18CF for ; Wed, 20 Jan 2016 22:02:39 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 20 Jan 2016 22:00:58 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u0KM2aZT013384; Wed, 20 Jan 2016 15:02:36 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1453327356.46848.104.camel@freebsd.org> Subject: Re: svn commit: r294343 - stable/10/lib/libstand From: Ian Lepore To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Date: Wed, 20 Jan 2016 15:02:36 -0700 In-Reply-To: References: <201601192135.u0JLZAuf044042@repo.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 22:02:40 -0000 On Wed, 2016-01-20 at 16:55 -0500, Ed Maste wrote: > On 19 January 2016 at 16:35, Ian Lepore wrote: > > Author: ian > > Date: Tue Jan 19 21:35:09 2016 > > New Revision: 294343 > > URL: https://svnweb.freebsd.org/changeset/base/294343 > > > > Log: > > MFC r292583: > > > > Allow dhcp/bootp server-provided values to be overriden from > > environment > > variables in loader(8) and other libstand applications. > > It looks like this broke ia64 buildworld, as ia64 libstand does not > include strlcpy. (I'm not sure why that's the case.) > Oops. ia64 is gone from -current so when I merged the changes that added strlcat/cpy, nothing got added to the ia64 section. I'll fix it with a direct commit as soon as my test build finishes. Sorry 'bout that. -- Ian