OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 07-Mar-2006 15:43:37 Branch: HEAD Handle: 2006030714433600 Modified files: openpkg-src/sed sed.patch sed.spec Log: remove unportable code as it seems to be not necessary Summary: Revision Changes Path 1.9 +24 -3 openpkg-src/sed/sed.patch 1.56 +1 -1 openpkg-src/sed/sed.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sed/sed.patch ============================================================================ $ cvs diff -u -r1.8 -r1.9 sed.patch --- openpkg-src/sed/sed.patch 4 Feb 2006 09:20:39 -0000 1.8 +++ openpkg-src/sed/sed.patch 7 Mar 2006 14:43:36 -0000 1.9 @@ -1,6 +1,27 @@ +Index: configure +--- configure.orig 2006-02-03 10:24:40 +0100 ++++ configure 2006-03-07 15:40:49 +0100 +@@ -11265,16 +11265,7 @@ + esac + done ;; + gettext-fix ) +- sed -e '/^mkinstalldirs *=/a\' \ +- -e "install_sh=$install_sh" \ +- -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ +- intl/Makefile > intl/Makefile.tmp +- mv intl/Makefile.tmp intl/Makefile +- sed -e '/^mkinstalldirs *=/a\' \ +- -e "install_sh=$install_sh" \ +- -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ +- po/Makefile > po/Makefile.tmp +- mv po/Makefile.tmp po/Makefile ;; ++ ;; + esac + done + _ACEOF Index: lib/getline.c --- lib/getline.c.orig 2005-06-21 16:09:37 +0200 -+++ lib/getline.c 2006-02-04 10:09:00 +0100 ++++ lib/getline.c 2006-03-07 15:37:47 +0100 @@ -23,6 +23,7 @@ #include <limits.h> @@ -11,7 +32,7 @@ (and null-terminate it). *LINEPTR is a pointer returned from malloc (or Index: lib/getopt.c --- lib/getopt.c.orig 2005-06-21 16:09:37 +0200 -+++ lib/getopt.c 2006-02-04 10:11:57 +0100 ++++ lib/getopt.c 2006-03-07 15:37:47 +0100 @@ -43,6 +43,7 @@ #endif @@ -22,7 +43,7 @@ actually compiling the library itself. This code is part of the GNU C Index: lib/regex_internal.h --- lib/regex_internal.h.orig 2005-12-06 09:50:56 +0100 -+++ lib/regex_internal.h 2006-02-04 10:13:09 +0100 ++++ lib/regex_internal.h 2006-03-07 15:37:47 +0100 @@ -410,7 +410,9 @@ #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx)) @@ . patch -p0 <<'@@ .' Index: openpkg-src/sed/sed.spec ============================================================================ $ cvs diff -u -r1.55 -r1.56 sed.spec --- openpkg-src/sed/sed.spec 4 Feb 2006 09:20:39 -0000 1.55 +++ openpkg-src/sed/sed.spec 7 Mar 2006 14:43:36 -0000 1.56 @@ -33,7 +33,7 @@ Group: Text License: GPL Version: 4.1.5 -Release: 20060204 +Release: 20060307 # list of sources Source0: ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org