From patchwork Tue May 10 08:38:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bert Vermeulen X-Patchwork-Id: 620523 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r3t4C5W7Xz9snm for ; Tue, 10 May 2016 18:40:27 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b03CO-00012N-8e; Tue, 10 May 2016 08:39:24 +0000 Received: from kiutl.biot.com ([31.172.244.210]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b03CL-0000uh-Ac for lede-dev@lists.infradead.org; Tue, 10 May 2016 08:39:22 +0000 Received: from spamd by kiutl.biot.com with sa-checked (Exim 4.83) (envelope-from ) id 1b03Bv-0000YE-3Z for lede-dev@lists.infradead.org; Tue, 10 May 2016 10:38:58 +0200 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on kiutl.biot.com X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, RDNS_NONE, SPF_FAIL autolearn=no autolearn_force=no version=3.4.0 Received: from [2a02:578:4a04:0:468a:5bff:fe5c:b7e] (helo=sumner.biot.com) by kiutl.biot.com with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83) (envelope-from ) id 1b03Bu-0000YA-VS; Tue, 10 May 2016 10:38:55 +0200 Received: from bert by sumner.biot.com with local (Exim 4.82) (envelope-from ) id 1b03Bu-0002jn-7V; Tue, 10 May 2016 10:38:54 +0200 From: Bert Vermeulen To: lede-dev@lists.infradead.org Date: Tue, 10 May 2016 10:38:47 +0200 Message-Id: <1462869527-10489-1-git-send-email-bert@biot.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160510_013921_528833_CE81C9A3 X-CRM114-Status: GOOD ( 11.62 ) X-Spam-Score: -4.0 (----) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-4.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -2.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bert Vermeulen MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The patch made sure the ncursesw library was not selected to save space, but that library doesn't exist in this distribution at all. Signed-off-by: Bert Vermeulen --- package/network/utils/iftop/Makefile | 4 ++-- package/network/utils/iftop/patches/0001-force-ncurses.patch | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 package/network/utils/iftop/patches/0001-force-ncurses.patch diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/iftop/Makefile index 037fb15..bd82f2d 100644 --- a/package/network/utils/iftop/Makefile +++ b/package/network/utils/iftop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iftop -PKG_VERSION:=1.0pre2 +PKG_VERSION:=1.0pre4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download -PKG_MD5SUM:=fef521a49ec0122458d02c64212af3c5 +PKG_MD5SUM:=7e6decb4958e8a4890cccac335239f24 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0 diff --git a/package/network/utils/iftop/patches/0001-force-ncurses.patch b/package/network/utils/iftop/patches/0001-force-ncurses.patch deleted file mode 100644 index bf23fb4..0000000 --- a/package/network/utils/iftop/patches/0001-force-ncurses.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru iftop-1.0pre2-old/configure iftop-1.0pre2/configure ---- iftop-1.0pre2-old/configure 2011-10-04 13:30:30.000000000 -0700 -+++ iftop-1.0pre2/configure 2012-09-09 22:26:05.000000000 -0700 -@@ -7568,7 +7568,7 @@ - { $as_echo "$as_me:$LINENO: checking for a curses library containing mvchgat" >&5 - $as_echo_n "checking for a curses library containing mvchgat... " >&6; } - oldLIBS=$LIBS --for curseslib in ncursesw curses ncurses ; do -+for curseslib in ncurses ; do - LIBS="$oldLIBS -l$curseslib" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */