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:   26-Apr-2004 10:59:43
  Branch: HEAD                             Handle: 2004042609594300

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

  Log:
    include patch for Tru64 5.1

  Summary:
    Revision    Changes     Path
    1.4         +12 -0      openpkg-src/db/db.patch
    1.44        +1  -1      openpkg-src/db/db.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/db/db.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 db.patch
  --- openpkg-src/db/db.patch   5 Dec 2003 09:31:32 -0000       1.3
  +++ openpkg-src/db/db.patch   26 Apr 2004 08:59:43 -0000      1.4
  @@ -31,3 +31,15 @@
        if (LF_ISSET(DB_OSO_DIRECT))
                oflags |= O_DIRECT;
    #endif
  +Index: dist/configure
  +--- dist/configure.orig      2003-12-03 22:10:02.000000000 +0100
  ++++ dist/configure   2004-04-26 10:58:16.000000000 +0200
  +@@ -3504,7 +3504,7 @@
  +     CPPFLAGS="$CPPFLAGS -D_SGI_MP_SOURCE";;
  + mpeix*)     CPPFLAGS="$CPPFLAGS -D_POSIX_SOURCE -D_SOCKET_SOURCE"
  +     LIBS="$LIBS -lsocket -lsvipc";;
  +-osf*)       CPPFLAGS="$CPPFLAGS -pthread";;
  ++osf*)       CPPFLAGS="$CPPFLAGS -pthread"; LDFLAGS="$LDFLAGS -pthread";;
  + *qnx*)      cat >>confdefs.h <<\_ACEOF
  + #define HAVE_QNX 1
  + _ACEOF
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/db/db.spec
  ============================================================================
  $ cvs diff -u -r1.43 -r1.44 db.spec
  --- openpkg-src/db/db.spec    7 Feb 2004 17:54:19 -0000       1.43
  +++ openpkg-src/db/db.spec    26 Apr 2004 08:59:43 -0000      1.44
  @@ -38,7 +38,7 @@
   Group:        Database
   License:      BSD
   Version:      %{V_version}.%{V_revision}
  -Release:      20040207
  +Release:      20040426
   
   #   package options
   %option       with_compat no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to