From owner-freebsd-arch@FreeBSD.ORG Sat Nov 6 11:39:34 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 883FF1065670 for ; Sat, 6 Nov 2010 11:39:34 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D30E8FC08 for ; Sat, 6 Nov 2010 11:39:33 +0000 (UTC) Received: by bwz3 with SMTP id 3so3428384bwz.13 for ; Sat, 06 Nov 2010 04:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=dFn+5EGEuAAQGfEzw5N63eCQnGz83cx2lSqRQUogxhM=; b=HUnQzPbfbhGnuxWC71DCkvf2E+VJmO8VQSln70HMYIP8CeJkr1HG00KgwhEuuIcZLC TcwiA7mFmJsSTLxwrOHTLiScYC4jUM1NK0bFUZz3UVo1twWFXsqkjmDnxvmB91y0TqAe JsSAB7VUYsKoShlZpFc3raiMaLhxppSndJ1gA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=gpeLfeDDSkiwTOLbF6IHFj3Z1K2lb1JJ7XOgil17U3/TaJV/llb7VgQsubUXhLrLZH tzJ6ZJyAx/QRLVeOg3NIO2FATNfrUKu9tJyzIYeQ3aDiiWgJRAwBSEnsK/ImYYRYYEH0 gkcqwcmnc5CTiPG5NeEacBeBJKo5R/dRyOXEc= Received: by 10.204.117.2 with SMTP id o2mr2831421bkq.69.1289041676129; Sat, 06 Nov 2010 04:07:56 -0700 (PDT) Received: from ernst.jennejohn.org (p578E3053.dip.t-dialin.net [87.142.48.83]) by mx.google.com with ESMTPS id g8sm1853695bkg.23.2010.11.06.04.07.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Nov 2010 04:07:54 -0700 (PDT) Date: Sat, 6 Nov 2010 12:07:52 +0100 From: Gary Jennejohn To: Baptiste Daroussin Message-ID: <20101106120752.001e92c0@ernst.jennejohn.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arch@freebsd.org Subject: Re: [PATCH] update to the latest libedit version and remove libreadline deps X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2010 11:39:34 -0000 On Fri, 5 Nov 2010 16:58:55 +0100 Baptiste Daroussin wrote: > Hi, > > I have been told that this list is betted suited for that kind of patches. > > regards, > Bapt > > > ---------- Forwarded message ---------- > From: Baptiste Daroussin > Date: 2010/11/5 > Subject: [PATCH] update to the latest libedit version and remove > libreadline deps > To: freebsd-hackers@freebsd.org > > > Hi all, > > I've updated libedit to the latest version available in the netbsd cvs. > UTF8 support is disabled for now has it seems to be experimental and segfault. > I also patch and tested all the sources that used to be linked against > libreadline so that it now uses libedit making libreadline unused (I > guess, perhaps I have missed some) > > beware that there are collision between libreadline and libedit > (/usr/include/readline/readline.h) is provided by both of them. > > You can find the patch against current here: > http://people.freebsd.org/~bapt/update-libedit.patch > contrib/wpa/wpa_supplicant/wpa_cli.c, lib/libdisk/tst01.c and sbin/gvinum/gvinum.c include stuff from readline. These are all still in SVN. -- Gary Jennejohn