From owner-freebsd-arch@FreeBSD.ORG Tue Nov 16 17:54:47 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 A71A9106566C for ; Tue, 16 Nov 2010 17:54:47 +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 6BBE88FC0C for ; Tue, 16 Nov 2010 17:54:47 +0000 (UTC) Received: by iwn39 with SMTP id 39so1097073iwn.13 for ; Tue, 16 Nov 2010 09:54:46 -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:content-transfer-encoding; bh=Ludyg6W8JRgy/yNRMC+Zjq17AjES+eMLgLg93x6m04k=; b=hynxhPmRsiiUzXQ0bPp4V9aYJUfAhtpGa0vGOdsfYeVENPHQxAVma6/yOL7XKldEX5 8fbxgDSI2R6i+6bL81rPemyBsiPxunq4ux/Bp5OrKCvEMODEoUH2X/oEfU2HrCg+JYX6 eZiD00H8VWiiHHZOXMBsmOboRV2/DqL4AD/Ro= 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 :content-transfer-encoding; b=lrLH50pHR4g4A7PqukZBOnmPaQjhQ8f+jFvqMPrxeEgPe7KVININQGISgz8VmCYub7 xHEbLXt6pCUj1K3QSdGNBJujhHoqeFql/AcNF+QqfznP8wVGQo0rSkDjkEC5Y1/yzN0b /mHt7MR/xngORZf1OVHCp9SwCGdDfTFKwG2RM= MIME-Version: 1.0 Received: by 10.231.11.3 with SMTP id r3mr5627333ibr.53.1289930085188; Tue, 16 Nov 2010 09:54:45 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.180.164 with HTTP; Tue, 16 Nov 2010 09:54:43 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Nov 2010 18:54:43 +0100 X-Google-Sender-Auth: k9rdt7fSRQXHG-kWSirBccyc0mw Message-ID: From: Baptiste Daroussin To: bf1783@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arch@freebsd.org Subject: Re: [PATCH] sync libedit with netbsd 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: Tue, 16 Nov 2010 17:54:47 -0000 2010/11/16 b. f. : > Baptiste Daroussin wrote: >>Here is a new version of the patch, this time it only upgrades libedit >>without installing the readline compatibility headers (as I have been >>suggested for a first step) >> >>Their[sic] should be no regression with this patch. >> >>If it gets committed I'll send the FreeBSD's enhancement to upstream >>so that we can keep sources in sync. >> >>http://people.freebsd.org/~bapt/libedit-netbsd-sync.patch > > Your patch doesn't include at least one recent bugfix: > > http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/filecomplete.c.diff?r= 1=3D1.19&r2=3D1.20&only_with_tag=3DMAIN > > Regards, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 b. > This was the only missing one and now it is included, still same link: http://people.freebsd.org/~bapt/libedit-netbsd-sync.patch