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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   11-Feb-2004 15:25:02
  Branch: HEAD                             Handle: 2004021114250200

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

  Log:
    unsetenv() will be added in Solaris 10 but is not yet available in our
    Solaris 10beta

  Summary:
    Revision    Changes     Path
    1.3         +13 -0      openpkg-src/sendmail/sendmail.patch
    1.109       +1  -1      openpkg-src/sendmail/sendmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sendmail/sendmail.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 sendmail.patch
  --- openpkg-src/sendmail/sendmail.patch       19 Sep 2003 07:53:45 -0000      1.2
  +++ openpkg-src/sendmail/sendmail.patch       11 Feb 2004 14:25:02 -0000      1.3
  @@ -472,3 +472,16 @@
    /*
    **  BT_MAP_OPEN, HASH_MAP_OPEN -- database open primitives.
    **
  +
  +--- include/sm/conf.h.orig   2004-02-11 13:58:36.443953000 +0100
  ++++ include/sm/conf.h        2004-02-11 15:15:07.077087000 +0100
  +@@ -446,7 +446,7 @@
  + #    define HASURANDOMDEV   1       /* /dev/[u]random added in S9 */
  + #   endif /* SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209) */
  + #   if SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210)
  +-#    define HASUNSETENV 1       /* unsetenv() added in S10 */
  ++#    define HASUNSETENV 0       /* unsetenv() added in S10 but not yet available 
in our S10beta */
  + #   endif /* SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210) */
  + #   ifndef HASGETUSERSHELL
  + #    define HASGETUSERSHELL 0       /* getusershell(3) causes core dumps pre-2.7 */
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sendmail/sendmail.spec
  ============================================================================
  $ cvs diff -u -r1.108 -r1.109 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec        7 Feb 2004 17:58:42 -0000       1.108
  +++ openpkg-src/sendmail/sendmail.spec        11 Feb 2004 14:25:02 -0000      1.109
  @@ -34,7 +34,7 @@
   Group:        Mail
   License:      BSD
   Version:      8.12.11
  -Release:      20040207
  +Release:      20040211
   
   #   package options
   %option       with_fsl      yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to