From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 5 16:01:33 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFAEF106566B for ; Fri, 5 Nov 2010 16:01:33 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 975C88FC13 for ; Fri, 5 Nov 2010 16:01:33 +0000 (UTC) Received: by iwn39 with SMTP id 39so2939607iwn.13 for ; Fri, 05 Nov 2010 09:01:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=jWVXAiuxP2ZiPP8zCX1Rt1Vg4MMWWKmY49j5LloYhJ8=; b=a8zNKXSFNubumRp7efjh0IPTLPayeBtqLA83h5TznOGGhKuYFNMQHPn2XepPyAsdop rMfovIzhEJu5xFhZDMjydVUfzSIkmB3aGgypY8a63OMWv8XwdzNj2dgdIMzhGyNQa9IJ OV3S3wXZ2YvGS8VmugFdXgeT0y5wtcF8TAMFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=IZL/VoL7xd4hOoJkKmAEuUchS5TaU+0HOuVZTqJu1OXwUCTpN6aHPZcn2Ee0W+1m5M 6coj0fLNEAqTVP26/hgqKE35Ga5C2W5Ygra0rOVoiCIbgn8025Suq93/QHle0tLjgApW 9bc4xpjya8lyxX2AbK/IWX2FIWIarVKm0V4r8= MIME-Version: 1.0 Received: by 10.231.36.11 with SMTP id r11mr1801488ibd.58.1288971176652; Fri, 05 Nov 2010 08:32:56 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.192.76 with HTTP; Fri, 5 Nov 2010 08:32:56 -0700 (PDT) Date: Fri, 5 Nov 2010 16:32:56 +0100 X-Google-Sender-Auth: hVIRPVwCvorTK0QBX3-WM7Y6m8A Message-ID: From: Baptiste Daroussin To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [PATCH] update to the latest libedit version and remove libreadline deps X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 16:01:33 -0000 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 regards, Bapt