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:   10-Mar-2006 22:19:43
  Branch: HEAD                             Handle: 2006031021194300

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

  Log:
    fix building under latest DB 4.4

  Summary:
    Revision    Changes     Path
    1.8         +21 -0      openpkg-src/inn/inn.patch
    1.98        +1  -1      openpkg-src/inn/inn.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/inn/inn.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 inn.patch
  --- openpkg-src/inn/inn.patch 24 Dec 2004 11:06:26 -0000      1.7
  +++ openpkg-src/inn/inn.patch 10 Mar 2006 21:19:43 -0000      1.8
  @@ -26,3 +26,24 @@
    
    ##  Remove files that are unchanged from the release version.
    clean:
  +Index: frontends/ovdb_stat.c
  +--- frontends/ovdb_stat.c.orig       2004-12-22 05:21:19 +0100
  ++++ frontends/ovdb_stat.c    2006-03-10 22:14:12 +0100
  +@@ -266,13 +266,17 @@
  +  { INT32, F(st_nobjects),      -1, -1,           "Current objects" },
  +  { INT32, F(st_maxnobjects),   -1, -1,           "Maximum objects" },
  + #endif
  ++#if !(DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 4)
  +  { INT32, F(st_nconflicts),    -1, -1,           "Lock conflicts" },
  ++#endif
  +  { INT32, F(st_nrequests),     -1, -1,           "Lock requests" },
  +  { INT32, F(st_nreleases),     -1, -1,           "Lock releases" },
  +  { DIFF32, F(st_nrequests), F(st_nreleases), F(st_ndeadlocks), "Outstanding 
locks" },
  + #if DB_VERSION_MAJOR >= 4 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 0)
  ++#if !(DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 4)
  +  { INT32, F(st_nnowaits),      -1, -1,           "Lock requests that would 
have waited" },
  + #endif
  ++#endif
  +  { INT32, F(st_ndeadlocks),    -1, -1,           "Deadlocks" },
  + #if DB_VERSION_MAJOR >= 4
  +  { INT32, F(st_nlocktimeouts), -1, -1,           "Lock timeouts" },
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/inn/inn.spec
  ============================================================================
  $ cvs diff -u -r1.97 -r1.98 inn.spec
  --- openpkg-src/inn/inn.spec  1 Jan 2006 13:14:44 -0000       1.97
  +++ openpkg-src/inn/inn.spec  10 Mar 2006 21:19:43 -0000      1.98
  @@ -33,7 +33,7 @@
   Group:        News
   License:      ISC
   Version:      2.4.2
  -Release:      20050517
  +Release:      20060310
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to