diff --git a/sys-apps/sed/sed-haiku.patch b/sys-apps/sed/patches/sed-4.2.1.patch similarity index 63% rename from sys-apps/sed/sed-haiku.patch rename to sys-apps/sed/patches/sed-4.2.1.patch index 080e44f6e..cd8b63ea3 100644 --- a/sys-apps/sed/sed-haiku.patch +++ b/sys-apps/sed/patches/sed-4.2.1.patch @@ -1,6 +1,6 @@ -diff -urN sed-4.1.5.orig/lib/regexec.c sed-4.1.5/lib/regexec.c ---- sed-4.1.5.orig/lib/regexec.c 2008-06-04 18:23:17.189401740 +0000 -+++ sed-4.1.5/lib/regexec.c 2008-06-04 18:26:00.994736475 +0000 +diff -urN sed-4.2.1.orig/lib/regexec.c sed-4.2.1/lib/regexec.c +--- sed-4.2.1.orig/lib/regexec.c 2008-06-04 18:23:17.189401740 +0000 ++++ sed-4.2.1/lib/regexec.c 2008-06-04 18:26:00.994736475 +0000 @@ -18,6 +18,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/sys-apps/sed/sed-4.2.1.bep b/sys-apps/sed/sed-4.2.1.bep new file mode 100644 index 000000000..6f8780ccb --- /dev/null +++ b/sys-apps/sed/sed-4.2.1.bep @@ -0,0 +1,18 @@ +DESCRIPTION="sed - a stream editor" +HOMEPAGE="http://www.gnu.org/software/sed" +SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd sed-4.2.1 + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sed-4.2.1 + make install + make check +}