From owner-freebsd-arch@FreeBSD.ORG Mon Nov 8 15:21:54 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 CCE751065670 for ; Mon, 8 Nov 2010 15:21:54 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 83AF28FC19 for ; Mon, 8 Nov 2010 15:21:54 +0000 (UTC) Received: by ywh2 with SMTP id 2so3611870ywh.13 for ; Mon, 08 Nov 2010 07:21:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=j7LNfaRpmZWZN/a9BOHl1WDFqcaz+co8vtcWNxjvWwA=; b=MPIBDELihJRhYtRGJgQzaWdcmFspl0U+A05x7+rv0SWF1hD0SMzcdVLBd0DZs5zueK FFyqYHRWAzyX9TTwPgnnPF1Mws3uWvRTXTcULqOOlrqqKkBnA4v4szEFrmzeNfp66FrR OERuiwQ0n9RzEHZZF0gowo7UNFsOudwWXFAH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=F+1KFT1/Npqzbw4ax+tBgKE/4mgijes1pyVBnbHeX+KFXDlMwTuROL1JwG2yduz0Sm N3xa6o6ssL2bdS6w9qsD/pJ70e6vNLq+7n1n6G6yM+SOLXp/O80desr3kYDzwkILj37t aGADF3H6UpNkaVIvXP0/671qtlzRidCLy8tEI= MIME-Version: 1.0 Received: by 10.42.197.72 with SMTP id ej8mr3717679icb.196.1289229713671; Mon, 08 Nov 2010 07:21:53 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.69.212 with HTTP; Mon, 8 Nov 2010 07:21:53 -0800 (PST) In-Reply-To: <86vd4ao5o4.fsf@gmail.com> References: <20101106120752.001e92c0@ernst.jennejohn.org> <86vd4ao5o4.fsf@gmail.com> Date: Mon, 8 Nov 2010 16:21:53 +0100 X-Google-Sender-Auth: JQBBGr_nVZTY7ihOzOvJgMXY1x0 Message-ID: From: Baptiste Daroussin To: Anonymous Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arch@freebsd.org, gljennjohn@googlemail.com 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 List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:21:54 -0000 Hi all, I have updated the patch that update libedit, respecting all your remarks. http://people.freebsd.org/~bapt/update-libedit.patch Normally most of our improvements (for bin/sh) are back in the patch, as far as I can test sh works great. I also make libedit install readline/tilde.h and readline/history.h as a symlink on readline/readline.h to avoid patching too much things, now only Makefile and gvinum.c needs patching. for gvinum we only need to add string.h. We also have to think a way to update ports to use devel/readline before breaking lot's of them removing libreadline from base. But I have no idea is there are good procedures for that purpose. regards, Bapt