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 openpkg-web          Date:   16-Feb-2003 17:22:05
  Branch: HEAD                             Handle: 2003021616220301

  Modified files:
    openpkg-src/postgresql  postgresql.spec
    openpkg-web             news.txt

  Log:
    Fix building under Solaris by disabling the old DES support in OpenSSL
    (which conflicts with the vendor stuff in /usr/include/crypt.h)
    
    Submitted by: Martin Andrews <[EMAIL PROTECTED]>

  Summary:
    Revision    Changes     Path
    1.47        +2  -2      openpkg-src/postgresql/postgresql.spec
    1.3320      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    14 Feb 2003 08:09:52 -0000      1.46
  +++ openpkg-src/postgresql/postgresql.spec    16 Feb 2003 16:22:04 -0000      1.47
  @@ -40,7 +40,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20030214
  +Release:      20030216
   
   #   package options
   %option       with_cxx      no
  @@ -107,7 +107,7 @@
       #   configure package
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  -    CPPFLAGS="%{l_cppflags}" \
  +    CPPFLAGS="%{l_cppflags} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3319 -r1.3320 news.txt
  --- openpkg-web/news.txt      16 Feb 2003 15:48:32 -0000      1.3319
  +++ openpkg-web/news.txt      16 Feb 2003 16:22:03 -0000      1.3320
  @@ -1,3 +1,4 @@
  +16-Feb-2003: Upgraded package: P<postgresql-7.3.2-20030216>
   16-Feb-2003: Upgraded package: P<less-381-20030216>
   16-Feb-2003: Upgraded package: P<tetex-2.0.1-20030216>
   16-Feb-2003: Upgraded package: P<ncurses-5.3.20030215-20030216>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to