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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Oct-2003 20:33:55
  Branch: HEAD                             Handle: 2003101419335400

  Modified files:
    openpkg-src/openpkg     HISTORY rpm.patch.bugfix rpm.patch.feature
                            rpm.patch.porting rpm.patch.regen

  Log:
    port to Solaris 8 with Forte C compiler

  Summary:
    Revision    Changes     Path
    1.70        +1  -0      openpkg-src/openpkg/HISTORY
    1.28        +1  -1      openpkg-src/openpkg/rpm.patch.bugfix
    1.29        +1  -1      openpkg-src/openpkg/rpm.patch.feature
    1.32        +14 -5      openpkg-src/openpkg/rpm.patch.porting
    1.27        +1  -1      openpkg-src/openpkg/rpm.patch.regen
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.69 -r1.70 HISTORY
  --- openpkg-src/openpkg/HISTORY       14 Oct 2003 13:09:41 -0000      1.69
  +++ openpkg-src/openpkg/HISTORY       14 Oct 2003 18:33:54 -0000      1.70
  @@ -2,6 +2,7 @@
   2003
   ====
   
  +20031014 port to Solaris 8 with Forte C compiler
   20031014 fix filesystem space checking (aux.prereq.sh)
   20031014 get rid of TEMPDIR (we use more canonical TMPDIR now only)
   20031010 provide %{_rpmdb_private} macro and --db-private for operating the RPM DB 
in DB_PRIVATE mode.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.bugfix
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 rpm.patch.bugfix
  --- openpkg-src/openpkg/rpm.patch.bugfix      10 Oct 2003 18:42:50 -0000      1.27
  +++ openpkg-src/openpkg/rpm.patch.bugfix      14 Oct 2003 18:33:54 -0000      1.28
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 10-Oct-2003
  +##  Created on: 14-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.feature
  ============================================================================
  $ cvs diff -u -r1.28 -r1.29 rpm.patch.feature
  --- openpkg-src/openpkg/rpm.patch.feature     10 Oct 2003 18:42:50 -0000      1.28
  +++ openpkg-src/openpkg/rpm.patch.feature     14 Oct 2003 18:33:54 -0000      1.29
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 10-Oct-2003
  +##  Created on: 14-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.porting
  ============================================================================
  $ cvs diff -u -r1.31 -r1.32 rpm.patch.porting
  --- openpkg-src/openpkg/rpm.patch.porting     10 Oct 2003 18:42:50 -0000      1.31
  +++ openpkg-src/openpkg/rpm.patch.porting     14 Oct 2003 18:33:54 -0000      1.32
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 10-Oct-2003
  +##  Created on: 14-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ -280,8 +280,17 @@
   +---------------------------------------------------------------------------
   Index: file/system.h
   --- file/system.h    24 Jan 2003 19:41:56 -0000      1.1.1.1
  -+++ file/system.h    28 Sep 2003 10:45:59 -0000
  -@@ -246,7 +246,11 @@
  ++++ file/system.h    14 Oct 2003 18:20:45 -0000
  +@@ -53,6 +53,8 @@
  + #else
  + #if HAVE_ERROR && HAVE_ERROR_H
  + #include <error.h>
  ++#else
  ++extern void error(int status, int errnum, const char *format, ...);
  + #endif
  + #endif
  + 
  +@@ -246,7 +248,11 @@
     */
    /[EMAIL PROTECTED]@*/
    /[EMAIL PROTECTED]@*/ /[EMAIL PROTECTED]@*/ /[EMAIL PROTECTED]@*/
  @@ -293,7 +302,7 @@
        /[EMAIL PROTECTED] fileSystem @*/
        /[EMAIL PROTECTED] fileSystem @*/
    {
  -@@ -286,9 +290,15 @@
  +@@ -286,9 +292,15 @@
    
    #if !defined(__LCLINT__)
    /* Memory allocation via macro defs to get meaningful locations from mtrace() */
  @@ -309,7 +318,7 @@
    #define     xstrdup(_str)   (strcpy(xmalloc(strlen(_str)+1), (_str)))
    #endif
    
  -@@ -314,9 +324,14 @@
  +@@ -314,9 +326,14 @@
    
    #if defined(__LCLINT__)
    #define FILE_RCSID(id)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.regen
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 rpm.patch.regen
  --- openpkg-src/openpkg/rpm.patch.regen       10 Oct 2003 18:42:50 -0000      1.26
  +++ openpkg-src/openpkg/rpm.patch.regen       14 Oct 2003 18:33:54 -0000      1.27
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 10-Oct-2003
  +##  Created on: 14-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to