OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Jul-2004 16:12:23
  Branch: HEAD                             Handle: 2004070715122300

  Modified files:
    openpkg-src/sed         sed.patch sed.spec

  Log:
    repair defective iteration and compare logic while testing for grep(1)
    and egrep(1)

  Summary:
    Revision    Changes     Path
    1.2         +19 -0      openpkg-src/sed/sed.patch
    1.46        +1  -1      openpkg-src/sed/sed.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sed/sed.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 sed.patch
  --- openpkg-src/sed/sed.patch 23 Oct 2003 20:20:38 -0000      1.1
  +++ openpkg-src/sed/sed.patch 7 Jul 2004 14:12:23 -0000       1.2
  @@ -9,3 +9,22 @@
    
    /* Read up to (and including) a '\n' from STREAM into *LINEPTR
       (and null-terminate it). *LINEPTR is a pointer returned from malloc (or
  +Index: configure
  +--- configure.orig   2004-07-06 09:19:36 +0200
  ++++ configure        2004-07-07 16:08:59 +0200
  +@@ -3467,6 +3467,7 @@
  + 
  + 
  +   ac_count=0
  ++  ac_max=0
  +   echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
  +   while :
  +   do
  +@@ -3567,6 +3568,7 @@
  + 
  + 
  +   ac_count=0
  ++  ac_max=0
  +   echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
  +   while :
  +   do
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sed/sed.spec
  ============================================================================
  $ cvs diff -u -r1.45 -r1.46 sed.spec
  --- openpkg-src/sed/sed.spec  6 Jul 2004 17:30:55 -0000       1.45
  +++ openpkg-src/sed/sed.spec  7 Jul 2004 14:12:23 -0000       1.46
  @@ -34,7 +34,7 @@
   Group:        Text
   License:      GPL
   Version:      4.1.1
  -Release:      20040706
  +Release:      20040707
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to