summaryrefslogtreecommitdiff
path: root/tools/sed
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-05 13:51:54 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-05 13:51:54 +0000
commitc74849709f22c0efbeb7925e23dbf9ca01b303ca (patch)
treefdedf0b1104caf90e66493859c163a5cd278a9f4 /tools/sed
parent975bf6a4fa198617bd2cb7fdce47a5d60d25bedc (diff)
downloadmtk-20170518-c74849709f22c0efbeb7925e23dbf9ca01b303ca.zip
mtk-20170518-c74849709f22c0efbeb7925e23dbf9ca01b303ca.tar.gz
mtk-20170518-c74849709f22c0efbeb7925e23dbf9ca01b303ca.tar.bz2
tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
SVN-Revision: 23241
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile10
-rw-r--r--tools/sed/patches/010-amd64_freebsd_build.patch12
2 files changed, 5 insertions, 17 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index f15299c..9ccfc7b 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sed
-PKG_VERSION:=4.1.2
+PKG_VERSION:=4.2.1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_MD5SUM:=928f0e06422f414091917401f1a834d0
-PKG_CAT:=zcat
+PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a
+PKG_CAT:=bzcat
export SED:=
include $(INCLUDE_DIR)/host-build.mk
diff --git a/tools/sed/patches/010-amd64_freebsd_build.patch b/tools/sed/patches/010-amd64_freebsd_build.patch
deleted file mode 100644
index c40cafb..0000000
--- a/tools/sed/patches/010-amd64_freebsd_build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/config/config.sub
-+++ b/config/config.sub
-@@ -380,6 +380,9 @@ case $basic_machine in
- amd64)
- basic_machine=x86_64-pc
- ;;
-+ amd64-*)
-+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+ ;;
- amdahl)
- basic_machine=580-amdahl
- os=-sysv