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:   31-Mar-2008 20:52:53
  Branch: HEAD                             Handle: 2008033119525200

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

  Log:
    downgrade to 4.23 as 4.24 uses asprintf(3) without providing a
    fallback implementation and this way fails to build under Solaris

  Summary:
    Revision    Changes     Path
    1.10        +5  -5      openpkg-src/file/file.patch
    1.76        +2  -2      openpkg-src/file/file.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.patch
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 file.patch
  --- openpkg-src/file/file.patch       29 Dec 2007 09:53:21 -0000      1.9
  +++ openpkg-src/file/file.patch       31 Mar 2008 18:52:52 -0000      1.10
  @@ -1,6 +1,6 @@
   Index: src/apprentice.c
   --- src/apprentice.c.orig    2007-12-27 21:52:36 +0100
  -+++ src/apprentice.c 2007-12-29 10:49:54 +0100
  ++++ src/apprentice.c 2008-03-31 20:50:08 +0200
   @@ -549,6 +549,7 @@
                file_oomem(ms, maxmagic * sizeof(*marray));
                return -1;
  @@ -11,7 +11,7 @@
        /* print silly verbose header for USG compat. */
   Index: src/compress.c
   --- src/compress.c.orig      2007-12-02 18:32:23 +0100
  -+++ src/compress.c   2007-12-29 10:49:54 +0100
  ++++ src/compress.c   2008-03-31 20:50:08 +0200
   @@ -167,7 +167,7 @@
     * `safe' read for sockets and pipes.
     */
  @@ -41,7 +41,7 @@
                            strerror(errno));
   Index: src/file.h
   --- src/file.h.orig  2007-11-08 01:31:37 +0100
  -+++ src/file.h       2007-12-29 10:49:54 +0100
  ++++ src/file.h       2008-03-31 20:50:08 +0200
   @@ -333,7 +333,7 @@
    protected void file_showstr(FILE *, const char *, size_t);
    protected size_t file_mbswidth(const char *);
  @@ -53,7 +53,7 @@
    #ifndef COMPILE_ONLY
   Index: src/magic.c
   --- src/magic.c.orig 2007-12-27 17:35:59 +0100
  -+++ src/magic.c      2007-12-29 10:49:54 +0100
  ++++ src/magic.c      2008-03-31 20:50:08 +0200
   @@ -322,7 +322,7 @@
        if (ispipe) {
                ssize_t r = 0;
  @@ -65,7 +65,7 @@
                        if (r < PIPE_BUF) break;
   Index: src/softmagic.c
   --- src/softmagic.c.orig     2007-12-27 17:35:59 +0100
  -+++ src/softmagic.c  2007-12-29 10:49:54 +0100
  ++++ src/softmagic.c  2008-03-31 20:50:08 +0200
   @@ -288,10 +288,9 @@
    }
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.spec
  ============================================================================
  $ cvs diff -u -r1.75 -r1.76 file.spec
  --- openpkg-src/file/file.spec        29 Mar 2008 08:47:12 -0000      1.75
  +++ openpkg-src/file/file.spec        31 Mar 2008 18:52:52 -0000      1.76
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define       V_api_c   4.24
  +%define       V_api_c   4.23
   %define       V_api_pl  0.85
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:        Filesystem
   License:      BSD
   Version:      %{V_api_c}
  -Release:      20080329
  +Release:      20080331
   
   #   package options
   %option       with_perl  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to