All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/editors/vim
@ 2008-03-07 10:02 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-03-07 10:02 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-03-07 02:02:12 -0800 (Fri, 07 Mar 2008)
New Revision: 21265

Log:
vim: config names should be lower case


Modified:
   trunk/buildroot/package/editors/vim/Config.in


Changeset:
Modified: trunk/buildroot/package/editors/vim/Config.in
===================================================================
--- trunk/buildroot/package/editors/vim/Config.in	2008-03-07 10:00:04 UTC (rev 21264)
+++ trunk/buildroot/package/editors/vim/Config.in	2008-03-07 10:02:12 UTC (rev 21265)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_VIM
-	bool "Vim"
+	bool "vim"
 	default n
 	select BR2_PACKAGE_NCURSES
 	help
@@ -8,7 +8,7 @@
 	  http://www.vim.org/
 
 config BR2_PACKAGE_VIM_RUNTIME
-	bool "Install runtime"
+	bool "install runtime"
 	default y
 	depends BR2_PACKAGE_VIM
 	help

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/editors/vim
@ 2008-10-06 19:18 wberrier at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: wberrier at uclibc.org @ 2008-10-06 19:18 UTC (permalink / raw)
  To: buildroot

Author: wberrier
Date: 2008-10-06 12:18:11 -0700 (Mon, 06 Oct 2008)
New Revision: 23605

Log:
vim:
-Apply patches from list
 (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html
  http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html)
-add more vim patches
-Switch to http vs ftp since ftp is slow
-Fix configure.patch to apply cleanly after patch update


Modified:
   trunk/buildroot/package/editors/vim/configure.patch
   trunk/buildroot/package/editors/vim/patches
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/configure.patch
===================================================================
--- trunk/buildroot/package/editors/vim/configure.patch	2008-10-06 19:14:41 UTC (rev 23604)
+++ trunk/buildroot/package/editors/vim/configure.patch	2008-10-06 19:18:11 UTC (rev 23605)
@@ -4427,51 +4427,6 @@
  case `uname` in
      OS/390)	OS390Unix="yes";
  										if test "$CC" = "cc"; then
-@@ -3601,30 +4143,30 @@
- 		  exit 1
- 		fi
- 		CFLAGS="$CFLAGS -D_ALL_SOURCE"; LDFLAGS="$LDFLAGS -Wl,EDIT=NO"
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		;;
-     *)		OS390Unix="no";
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		;;
- esac
- fi
- 
- 
- 
--echo "$as_me:$LINENO: checking --with-features argument" >&5
--echo $ECHO_N "checking --with-features argument... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking --with-features argument" >&5
-+echo $ECHO_N "checking --with-features argument... $ECHO_C" >&6; }
- 
--# Check whether --with-features or --without-features was given.
-+# Check whether --with-features was given.
- if test "${with_features+set}" = set; then
--  withval="$with_features"
--  features="$withval"; echo "$as_me:$LINENO: result: $features" >&5
--echo "${ECHO_T}$features" >&6
--else
--  features="normal"; echo "$as_me:$LINENO: result: Defaulting to normal" >&5
--echo "${ECHO_T}Defaulting to normal" >&6
--fi;
-+  withval=$with_features; features="$withval"; { echo "$as_me:$LINENO: result: $features" >&5
-+echo "${ECHO_T}$features" >&6; }
-+else
-+  features="normal"; { echo "$as_me:$LINENO: result: Defaulting to normal" >&5
-+echo "${ECHO_T}Defaulting to normal" >&6; }
-+fi
-+
- 
- dovimdiff=""
- dogvimdiff=""
 @@ -3652,109 +4194,109 @@
  _ACEOF
   dovimdiff="installvimdiff";

Modified: trunk/buildroot/package/editors/vim/patches
===================================================================
--- trunk/buildroot/package/editors/vim/patches	2008-10-06 19:14:41 UTC (rev 23604)
+++ trunk/buildroot/package/editors/vim/patches	2008-10-06 19:18:11 UTC (rev 23605)
@@ -112,7 +112,7 @@
 122
 123
 125
-126
+126ne
 127
 130
 131
@@ -231,3 +231,70 @@
 250
 251
 252
+253
+254
+255
+256
+257
+258
+259
+260
+261
+262
+263
+264
+265
+266
+267
+268
+269
+270
+271
+272
+273
+274
+276
+277
+279
+284
+286
+287
+289
+290
+292
+293
+294
+295
+296
+297
+298
+299
+300
+301
+302
+303
+304
+305
+306
+307
+308
+309
+310
+311
+313
+314
+315
+316
+317
+318
+319
+320
+322
+323
+324
+325
+326
+327
+328
+329
+330

Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2008-10-06 19:14:41 UTC (rev 23604)
+++ trunk/buildroot/package/editors/vim/vim.mk	2008-10-06 19:18:11 UTC (rev 23605)
@@ -5,30 +5,24 @@
 #############################################################
 VIM_VERSION:=7.1
 VIM_SOURCE:=vim-$(VIM_VERSION).tar.bz2
-VIM_EXTRA:=vim-$(VIM_VERSION)-extra.tar.gz
-VIM_SITE:=ftp://ftp.vim.org/pub/vim
+VIM_SITE:=http://ftp.vim.org/pub/vim
 VIM_SOURCE_SITE:=$(VIM_SITE)/unix
-VIM_EXTRA_SITE:=$(VIM_SITE)/extra
 VIM_PATCH_SITE:=$(VIM_SITE)/patches/7.1
 VIM_DIR:=$(BUILD_DIR)/vim71
-VIM_PATCHES:=$(shell cat package/editors/vim/patches | sed -s 's:\([0-9]\{3\}\):$(DL_DIR)/vim/$(VIM_VERSION).\1:')
+VIM_PATCHES:=$(shell cat package/editors/vim/patches | sed -s 's:\(.\+\):$(DL_DIR)/vim/$(VIM_VERSION).\1:')
 VIM_CONFIG_H:=$(VIM_DIR)/src/auto/config.h
 VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
 
 $(DL_DIR)/$(VIM_SOURCE):
 	$(WGET) -P $(DL_DIR) $(VIM_SOURCE_SITE)/$(VIM_SOURCE)
 
-$(DL_DIR)/$(VIM_EXTRA):
-	$(WGET) -P $(DL_DIR) $(VIM_EXTRA_SITE)/$(VIM_EXTRA)
-
 $(DL_DIR)/vim/%:
 	$(WGET) -P $(DL_DIR)/vim/ $(VIM_PATCH_SITE)/$*
 
-vim-source: $(DL_DIR)/$(VIM_SOURCE) $(DL_DIR)/$(VIM_EXTRA) $(VIM_PATCHES)
+vim-source: $(DL_DIR)/$(VIM_SOURCE) $(VIM_PATCHES)
 
 $(VIM_DIR)/.unpacked: $(DL_DIR)/$(VIM_SOURCE)
 	$(BZCAT) $(DL_DIR)/$(VIM_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	$(ZCAT) $(DL_DIR)/$(VIM_EXTRA) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	touch $@
 
 $(VIM_DIR)/.patched: $(VIM_DIR)/.unpacked
@@ -36,7 +30,7 @@
 		echo "Patching with $$i"; \
 		cd $(VIM_DIR); \
 		patch -p0 < $$i) \
-    done;
+	done
 	toolchain/patch-kernel.sh $(VIM_DIR) package/editors/vim/ \*.patch
 	touch $@
 
@@ -79,7 +73,7 @@
 		make DESTDIR=$(TARGET_DIR) installvimbin; \
 		make DESTDIR=$(TARGET_DIR) installlinks; \
 	)
-ifeq ($(R2_PACKAGE_VIM_RUNTIME),y)
+ifeq ($(BR2_PACKAGE_VIM_RUNTIME),y)
 	(cd $(VIM_DIR)/src; \
 		make DESTDIR=$(TARGET_DIR) installrtbase; \
 		make DESTDIR=$(TARGET_DIR) installmacros; \

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/editors/vim
@ 2008-10-19  7:59 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-10-19  7:59 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-10-19 00:59:19 -0700 (Sun, 19 Oct 2008)
New Revision: 23719

Log:
vim: use $(MAKE) instead of hardcoding make

Modified:
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2008-10-19 07:44:30 UTC (rev 23718)
+++ trunk/buildroot/package/editors/vim/vim.mk	2008-10-19 07:59:19 UTC (rev 23719)
@@ -70,13 +70,13 @@
 
 $(TARGET_DIR)/usr/bin/vim: $(VIM_DIR)/.build
 	(cd $(VIM_DIR)/src; \
-		make DESTDIR=$(TARGET_DIR) installvimbin; \
-		make DESTDIR=$(TARGET_DIR) installlinks; \
+		$(MAKE) DESTDIR=$(TARGET_DIR) installvimbin; \
+		$(MAKE) DESTDIR=$(TARGET_DIR) installlinks; \
 	)
 ifeq ($(BR2_PACKAGE_VIM_RUNTIME),y)
 	(cd $(VIM_DIR)/src; \
-		make DESTDIR=$(TARGET_DIR) installrtbase; \
-		make DESTDIR=$(TARGET_DIR) installmacros; \
+		$(MAKE) DESTDIR=$(TARGET_DIR) installrtbase; \
+		$(MAKE) DESTDIR=$(TARGET_DIR) installmacros; \
 	)
 endif
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/editors/vim
@ 2008-10-26 12:13 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-10-26 12:13 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-10-26 05:13:28 -0700 (Sun, 26 Oct 2008)
New Revision: 23800

Log:
vim: add TARGET_CONFIGURE_OPTS

Patch by Markus Heidelberg.

Modified:
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2008-10-26 11:08:14 UTC (rev 23799)
+++ trunk/buildroot/package/editors/vim/vim.mk	2008-10-26 12:13:28 UTC (rev 23800)
@@ -36,11 +36,12 @@
 
 $(VIM_DIR)/.configured: $(VIM_DIR)/.patched
 	(cd $(VIM_DIR)/src; \
+		$(TARGET_CONFIGURE_OPTS) \
+		$(TARGET_CONFIGURE_ARGS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		STRIP="$(TARGET_STRIP)" \
 		PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \
 		PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
-        $(TARGET_CONFIGURE_ARGS) \
 		./configure --prefix=/usr \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/editors/vim
@ 2009-02-08 11:00 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2009-02-08 11:00 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-02-08 11:00:44 +0000 (Sun, 08 Feb 2009)
New Revision: 25264

Log:
vim: cleanup sed invocation

Modified:
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2009-02-08 02:04:26 UTC (rev 25263)
+++ trunk/buildroot/package/editors/vim/vim.mk	2009-02-08 11:00:44 UTC (rev 25264)
@@ -9,7 +9,7 @@
 VIM_SOURCE_SITE:=$(VIM_SITE)/unix
 VIM_PATCH_SITE:=$(VIM_SITE)/patches/7.1
 VIM_DIR:=$(BUILD_DIR)/vim71
-VIM_PATCHES:=$(shell cat package/editors/vim/patches | sed -s 's:\(.\+\):$(DL_DIR)/vim/$(VIM_VERSION).\1:')
+VIM_PATCHES:=$(shell sed -e 's:^:$(DL_DIR)/vim/$(VIM_VERSION).:' package/editors/vim/patches)
 VIM_CONFIG_H:=$(VIM_DIR)/src/auto/config.h
 VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-08 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 12:13 [Buildroot] svn commit: trunk/buildroot/package/editors/vim jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-02-08 11:00 jacmet at uclibc.org
2008-10-19  7:59 jacmet at uclibc.org
2008-10-06 19:18 wberrier at uclibc.org
2008-03-07 10:02 jacmet at uclibc.org

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.