Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: sjhill at uclibc.org <sjhill@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ed
Date: Thu,  5 Jul 2007 10:52:32 -0700 (PDT)	[thread overview]
Message-ID: <20070705175232.ACD9BA5E2E@busybox.net> (raw)

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 $@
 

             reply	other threads:[~2007-07-05 17:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-05 17:52 sjhill at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-25 12:16 [Buildroot] svn commit: trunk/buildroot/package/ed 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070705175232.ACD9BA5E2E@busybox.net \
    --to=sjhill@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox