From patchwork Sun Apr 26 12:36:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 464672 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3A2611400B7 for ; Sun, 26 Apr 2015 22:36:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 79A602FF8A; Sun, 26 Apr 2015 12:36:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6VH4iocokZAF; Sun, 26 Apr 2015 12:36:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A67092FD88; Sun, 26 Apr 2015 12:36:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 35C7A1C2442 for ; Sun, 26 Apr 2015 12:36:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3206E8A4D5 for ; Sun, 26 Apr 2015 12:36:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o2vbCVWyLovr for ; Sun, 26 Apr 2015 12:36:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by hemlock.osuosl.org (Postfix) with ESMTPS id 6D8E88A459 for ; Sun, 26 Apr 2015 12:36:19 +0000 (UTC) Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout09.t-online.de (Postfix) with SMTP id CF480103BF4 for ; Sun, 26 Apr 2015 14:36:16 +0200 (CEST) Received: from fli4l.lan.fli4l (XVN8qQZA8hDicSrRlJbQODu6UKxTiNix2vw9nVKaoTpRoPH0A83xTgXvUEuLJusZ0Y@[87.146.216.185]) by fwd10.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YmLn9-238Mvg0; Sun, 26 Apr 2015 14:36:11 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:40393) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YmLn8-0000Fa-6C; Sun, 26 Apr 2015 14:36:10 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 26 Apr 2015 14:36:07 +0200 Message-Id: <1430051767-14374-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: XVN8qQZA8hDicSrRlJbQODu6UKxTiNix2vw9nVKaoTpRoPH0A83xTgXvUEuLJusZ0Y X-TOI-MSGID: cdf82a82-8e46-462c-8f32-450c55334e3f Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/libedit: bump version to 20150325-3.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/libedit/0001-check-bsd-functions-in-libbsd.patch | 4 +++- package/libedit/Config.in | 7 ++++--- package/libedit/libedit.mk | 8 +++++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package/libedit/0001-check-bsd-functions-in-libbsd.patch b/package/libedit/0001-check-bsd-functions-in-libbsd.patch index 21c57f8..de452a5 100644 --- a/package/libedit/0001-check-bsd-functions-in-libbsd.patch +++ b/package/libedit/0001-check-bsd-functions-in-libbsd.patch @@ -1,11 +1,13 @@ configure: on Linux, the BSD functions require linking against libbsd Signed-off-by: "Yann E. MORIN" +(Rebased against 20150325-3.1) +Signed-off-by: Bernd Kuhls diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure.ac --- libedit-20130712-3.1.orig/configure.ac 2013-07-12 20:39:22.000000000 +0200 +++ libedit-20130712-3.1/configure.ac 2013-07-28 23:35:35.012676469 +0200 -@@ -108,6 +108,10 @@ +@@ -117,6 +117,10 @@ #AC_FUNC_REALLOC AC_TYPE_SIGNAL AC_FUNC_STAT diff --git a/package/libedit/Config.in b/package/libedit/Config.in index a70f9eb..7c85014 100644 --- a/package/libedit/Config.in +++ b/package/libedit/Config.in @@ -10,10 +10,11 @@ config BR2_PACKAGE_LIBEDIT The official homepage is at: http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/ - Jess Thrysoee maintains an autotoolified packaged, which we use + Jess Thrysoee maintains an autotoolified package, which we use in Buildroot as it makes it much simpler than using the upstream - sources which require pmake: - http://www.thrysoee.dk/editline/ + sources which require pmake. + + http://www.thrysoee.dk/editline comment "libedit needs a toolchain w/ wchar" depends on BR2_USE_MMU diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk index 8cadd9b..d4692ea 100644 --- a/package/libedit/libedit.mk +++ b/package/libedit/libedit.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEDIT_VERSION = 20130712-3.1 +LIBEDIT_VERSION = 20150325-3.1 LIBEDIT_SITE = http://www.thrysoee.dk/editline LIBEDIT_INSTALL_STAGING = YES LIBEDIT_DEPENDENCIES = ncurses @@ -14,6 +14,12 @@ LIBEDIT_LICENSE_FILES = COPYING # We're patching configure.ac LIBEDIT_AUTORECONF = YES +# Needed for autoreconf to work properly +define LIBEDIT_FIXUP_M4_DIR + mkdir $(@D)/m4 +endef +LIBEDIT_POST_EXTRACT_HOOKS += LIBEDIT_FIXUP_M4_DIR + # Doesn't really support !wchar, but support is disabled otherwise LIBEDIT_CONF_OPTS += --enable-widec