From patchwork Thu Jan 17 12:25:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 213235 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 6056B2C007B for ; Thu, 17 Jan 2013 23:26:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 69AF72FF85; Thu, 17 Jan 2013 12:26:15 +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 rZT8haSdRPMK; Thu, 17 Jan 2013 12:26:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 58F4B30D62; Thu, 17 Jan 2013 12:26:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id ED1008F74B for ; Thu, 17 Jan 2013 12:26:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 650EF8BC24 for ; Thu, 17 Jan 2013 12:26:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OEchYDBvs17C for ; Thu, 17 Jan 2013 12:26:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 794AE8BC11 for ; Thu, 17 Jan 2013 12:26:09 +0000 (UTC) Received: from asgard (host212.200-82-114.telecom.net.ar [200.82.114.212]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0HCQ2MP013659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Jan 2013 12:26:05 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1358425567; bh=5vaqM6USKHXfsDRQzqwsNG4S9yi8odAWh4y9Q+3A/MA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=DgildZYv7/g457c7peAOeo1sOF18+enkFTBMTpM6M10U7X12rLFc5RTaEsZHoyk+h WbgyinvEbUoj9mB3sk/Fii/VjOfX7ecTC0ZxmgK++gnnk4tD6OD+GcKO2rufNahuV4 5QY8FrGhKyehQCfTlj9kozPqwYEWGalyubdmbjFA= Received: by asgard (sSMTP sendmail emulation); Thu, 17 Jan 2013 09:26:02 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 17 Jan 2013 09:25:43 -0300 Message-Id: <1358425543-25435-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1358425543-25435-1-git-send-email-gustavo@zacarias.com.ar> References: <1358425543-25435-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/4] vim: bump to version 7.3-762 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/vim/Config.in | 1 + package/vim/vim.mk | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/vim/Config.in b/package/vim/Config.in index 0da158f..891715e 100644 --- a/package/vim/Config.in +++ b/package/vim/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_VIM bool "vim" + depends on BR2_USE_MMU # uses fork() select BR2_PACKAGE_NCURSES help VIM Text editor diff --git a/package/vim/vim.mk b/package/vim/vim.mk index 7fed822..fa5f8ae 100644 --- a/package/vim/vim.mk +++ b/package/vim/vim.mk @@ -4,10 +4,10 @@ # ############################################################# -# hg 21219ffc9790 = 7.3 release + patchlevel 487 VIM_SITE = https://vim.googlecode.com/hg VIM_SITE_METHOD = hg -VIM_VERSION = 21219ffc9790 +# 7.3 release patchlevel 762 +VIM_VERSION = 699f8d8f096d VIM_DEPENDENCIES = ncurses VIM_SUBDIR = src VIM_CONF_ENV = vim_cv_toupper_broken=no \ @@ -21,6 +21,8 @@ VIM_CONF_ENV = vim_cv_toupper_broken=no \ ac_cv_small_wchar_t=no # GUI/X11 headers leak from the host so forcibly disable them VIM_CONF_OPT = --with-tlib=ncurses --enable-gui=no --without-x +VIM_LICENSE = Charityware +VIM_LICENSE_FILES = README.txt define VIM_INSTALL_TARGET_CMDS cd $(@D)/src; \