From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 16 14:36:51 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 11334106564A; Tue, 16 Nov 2010 14:36:51 +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 C258F8FC18; Tue, 16 Nov 2010 14:36:50 +0000 (UTC) Received: by iwn39 with SMTP id 39so896420iwn.13 for ; Tue, 16 Nov 2010 06:36:50 -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:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=SKQtBg3lutdJqo8ghwHWZ+s3+OA87TACIHekUo4GS+U=; b=Ya3GAQb3mT7Fwyf4D//5hofeyj/5TunYIEbZ/EcaomilbTf8Ow4GCed09ZdlZLjXmj AKVqDw1tskmwYQnFKmm2l7eV2CNV9cC1LGO4lSbmoCzIh66vbMgoh3I5u1ZA3aM3NZZY ZT6Qo1oraENEKQ8OkZtVDVaktwospTJcLatdU= 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=bCafUh+EnbS09phKIwmWge0fv5a13fs7fPlBEHaqn0qFcaB5lVjtyUwmiuPVTpxxft RRVsZRD1SnvtGn4jdS4wmdni+j6acj6K4EGQj7njprrFAjfi6qhSRi3qCsa1wZK4HZbv 2UaL0p/pUpx2MY4r8nwRQjV2dO6X44c1Qm3fg= MIME-Version: 1.0 Received: by 10.231.11.3 with SMTP id r3mr5384267ibr.53.1289918210138; Tue, 16 Nov 2010 06:36:50 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.180.164 with HTTP; Tue, 16 Nov 2010 06:36:50 -0800 (PST) Date: Tue, 16 Nov 2010 15:36:50 +0100 X-Google-Sender-Auth: SWoPm0mX8ZuNsKQ4RVjq9_bna9A Message-ID: From: Baptiste Daroussin To: freebsd-arch@freebsd.org, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: [PATCH] sync libedit with netbsd 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: Tue, 16 Nov 2010 14:36:51 -0000 Hi all, 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 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 regards, Bapt