Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-01-18 16:34 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2007-01-18 16:34 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-01-18 08:34:34 -0800 (Thu, 18 Jan 2007)
New Revision: 17368

Log:
- bump patch version


Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-01-18 16:26:43 UTC (rev 17367)
+++ trunk/buildroot/package/ed/ed.mk	2007-01-18 16:34:34 UTC (rev 17368)
@@ -4,7 +4,7 @@
 #
 #############################################################
 ED_SOURCE:=ed_0.2.orig.tar.gz
-ED_PATCH:=ed_0.2-19.diff.gz
+ED_PATCH:=ed_0.2-20.diff.gz
 ED_SITE:=http://ftp.debian.org/debian/pool/main/e/ed
 ED_CAT:=$(ZCAT)
 ED_DIR:=$(BUILD_DIR)/ed-0.2
@@ -19,12 +19,14 @@
 
 ed-source: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
 
-ed-unpacked: $(ED_DIR)/.unpacked
 $(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
 	$(ED_CAT) $(DL_DIR)/$(ED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(ED_DIR) $(DL_DIR) $(ED_PATCH)
+	if [ -d $(ED_DIR)/debian/patches ]; then \
+		toolchain/patch-kernel.sh $(ED_DIR) $(ED_DIR)/debian/patches \*.patch ; \
+	fi
 	toolchain/patch-kernel.sh $(ED_DIR) package/ed/ ed-*.patch
-	touch $(ED_DIR)/.unpacked
+	touch $@
 
 $(ED_DIR)/.configured: $(ED_DIR)/.unpacked
 	(cd $(ED_DIR); rm -rf config.cache; \
@@ -38,13 +40,13 @@
 		--exec-prefix=/usr \
 		$(DISABLE_NLS) \
 	);
-	touch $(ED_DIR)/.configured
+	touch $@
 
 $(ED_DIR)/$(ED_BINARY): $(ED_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(ED_DIR)
 
 $(TARGET_DIR)/$(ED_TARGET_BINARY): $(ED_DIR)/$(ED_BINARY)
-	cp -a $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY)
+	cp -dpf $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY)
 
 ed: uclibc $(TARGET_DIR)/$(ED_TARGET_BINARY)
 

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

* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-07-05 17:52 sjhill at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: sjhill at uclibc.org @ 2007-07-05 17:52 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2007-07-05 10:52:31 -0700 (Thu, 05 Jul 2007)
New Revision: 19004

Log:
Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>.


Removed:
   trunk/buildroot/package/ed/ed-configure-CPP.patch

Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Deleted: trunk/buildroot/package/ed/ed-configure-CPP.patch
===================================================================
--- trunk/buildroot/package/ed/ed-configure-CPP.patch	2007-07-05 15:55:23 UTC (rev 19003)
+++ trunk/buildroot/package/ed/ed-configure-CPP.patch	2007-07-05 17:52:31 UTC (rev 19004)
@@ -1,14 +0,0 @@
-this old configure script has broken CPP logic is CPP is set in the
-host environment
-
---- ed-0.2/configure
-+++ ed-0.2/configure
-@@ -731,6 +731,8 @@
- rm -f conftest*
-   ac_cv_prog_CPP="$CPP"
- fi
-+else
-+  ac_cv_prog_CPP="$CPP"
- fi
- CPP="$ac_cv_prog_CPP"
- echo "$ac_t""$CPP" 1>&4

Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-07-05 15:55:23 UTC (rev 19003)
+++ trunk/buildroot/package/ed/ed.mk	2007-07-05 17:52:31 UTC (rev 19004)
@@ -3,28 +3,19 @@
 # ed
 #
 #############################################################
-ED_SOURCE:=ed_0.2.orig.tar.gz
-ED_PATCH:=ed_0.2-20.diff.gz
-ED_SITE:=http://ftp.debian.org/debian/pool/main/e/ed
-ED_CAT:=$(ZCAT)
-ED_DIR:=$(BUILD_DIR)/ed-0.2
+ED_VERSION:=0.6
+ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
+ED_SITE:=http://ftp.gnu.org/gnu/ed/
+ED_CAT:=$(BZCAT)
+ED_DIR:=$(BUILD_DIR)/ed-$(ED_VERSION)
 ED_BINARY:=ed
 ED_TARGET_BINARY:=bin/ed
 
 $(DL_DIR)/$(ED_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(ED_SITE)/$(ED_SOURCE)
 
-$(DL_DIR)/$(ED_PATCH):
-	 $(WGET) -P $(DL_DIR) $(ED_SITE)/$(ED_PATCH)
-
-ed-source: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
-
 $(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
 	$(ED_CAT) $(DL_DIR)/$(ED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(ED_DIR) $(DL_DIR) $(ED_PATCH)
-	if [ -d $(ED_DIR)/debian/patches ]; then \
-		toolchain/patch-kernel.sh $(ED_DIR) $(ED_DIR)/debian/patches \*.patch ; \
-	fi
 	toolchain/patch-kernel.sh $(ED_DIR) package/ed/ ed-\*.patch
 	touch $@
 

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

* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-07-17 15:37 ulf at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ulf at uclibc.org @ 2007-07-17 15:37 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-17 08:37:08 -0700 (Tue, 17 Jul 2007)
New Revision: 19137

Log:
Avoid repeated build of 'ed'

Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-07-17 15:19:18 UTC (rev 19136)
+++ trunk/buildroot/package/ed/ed.mk	2007-07-17 15:37:08 UTC (rev 19137)
@@ -14,7 +14,7 @@
 $(DL_DIR)/$(ED_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(ED_SITE)/$(ED_SOURCE)
 
-$(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
+$(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE)
 	$(ED_CAT) $(DL_DIR)/$(ED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(ED_DIR) package/ed/ ed-\*.patch
 	touch $@

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

* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-08-12  0:03 ulf at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ulf at uclibc.org @ 2007-08-12  0:03 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-11 17:03:23 -0700 (Sat, 11 Aug 2007)
New Revision: 19452

Log:
Remove unknown NLS option from ed

Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-08-11 23:57:19 UTC (rev 19451)
+++ trunk/buildroot/package/ed/ed.mk	2007-08-12 00:03:23 UTC (rev 19452)
@@ -29,7 +29,6 @@
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
 		--exec-prefix=/usr \
-		$(DISABLE_NLS) \
 	);
 	touch $@
 

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

* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-09-19 14:15 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2007-09-19 14:15 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-19 07:15:46 -0700 (Wed, 19 Sep 2007)
New Revision: 19893

Log:
- bump version


Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-09-19 14:11:28 UTC (rev 19892)
+++ trunk/buildroot/package/ed/ed.mk	2007-09-19 14:15:46 UTC (rev 19893)
@@ -3,7 +3,7 @@
 # ed
 #
 #############################################################
-ED_VERSION:=0.6
+ED_VERSION:=0.8
 ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
 ED_SITE:=http://ftp.gnu.org/gnu/ed/
 ED_CAT:=$(BZCAT)
@@ -36,7 +36,7 @@
 	$(MAKE) CC=$(TARGET_CC) -C $(ED_DIR)
 
 $(TARGET_DIR)/$(ED_TARGET_BINARY): $(ED_DIR)/$(ED_BINARY)
-	cp -dpf $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY)
+	$(INSTALL) -D $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY)
 
 ed: uclibc $(TARGET_DIR)/$(ED_TARGET_BINARY)
 

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

* [Buildroot] svn commit: trunk/buildroot/package/ed
@ 2007-09-25 12:16 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2007-09-25 12:16 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-25 05:16:39 -0700 (Tue, 25 Sep 2007)
New Revision: 20014

Log:
- add missing ed-source target.


Modified:
   trunk/buildroot/package/ed/ed.mk


Changeset:
Modified: trunk/buildroot/package/ed/ed.mk
===================================================================
--- trunk/buildroot/package/ed/ed.mk	2007-09-25 12:01:27 UTC (rev 20013)
+++ trunk/buildroot/package/ed/ed.mk	2007-09-25 12:16:39 UTC (rev 20014)
@@ -40,6 +40,8 @@
 
 ed: uclibc $(TARGET_DIR)/$(ED_TARGET_BINARY)
 
+ed-source: $(DL_DIR)/$(ED_SOURCE)
+
 ed-clean:
 	$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(ED_DIR) uninstall
 	-$(MAKE) -C $(ED_DIR) clean

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

end of thread, other threads:[~2007-09-25 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-05 17:52 [Buildroot] svn commit: trunk/buildroot/package/ed sjhill at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-09-25 12:16 aldot at uclibc.org
2007-09-19 14:15 aldot at uclibc.org
2007-08-12  0:03 ulf at uclibc.org
2007-07-17 15:37 ulf at uclibc.org
2007-01-18 16:34 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox