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:   22-Apr-2004 12:21:44
  Branch: HEAD                             Handle: 2004042211214400

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

  Log:
    we are requiring 'gcc' unconditionally for OpenSSL, so we have to use
    alpha-gcc instead of alpha-cc on Tru64

  Summary:
    Revision    Changes     Path
    1.15        +12 -0      openpkg-src/openssl/openssl.patch
    1.53        +1  -1      openpkg-src/openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.patch
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 openssl.patch
  --- openpkg-src/openssl/openssl.patch 18 Mar 2004 08:23:41 -0000      1.14
  +++ openpkg-src/openssl/openssl.patch 22 Apr 2004 10:21:44 -0000      1.15
  @@ -22,3 +22,15 @@
    
    =head1 DESCRIPTION
    
  +Index: config
  +--- config.orig      2004-01-21 10:58:17.000000000 +0100
  ++++ config   2004-04-22 12:20:05.000000000 +0200
  +@@ -662,7 +662,7 @@
  +   *-*-openbsd) OUT="OpenBSD" ;;
  +   *86*-*-bsdi4) OUT="bsdi-elf-gcc" ;;
  +   *-*-osf) OUT="alphaold-cc" ;;
  +-  *-*-tru64) OUT="alpha-cc" ;;
  ++  *-*-tru64) OUT="alpha-gcc" ;;
  +   *-*-OpenUNIX*)
  +     if [ "$CC" = "gcc" ]; then
  +       OUT="OpenUNIX-8-gcc" 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.52 -r1.53 openssl.spec
  --- openpkg-src/openssl/openssl.spec  18 Mar 2004 08:23:42 -0000      1.52
  +++ openpkg-src/openssl/openssl.spec  22 Apr 2004 10:21:44 -0000      1.53
  @@ -34,7 +34,7 @@
   Group:        Cryptography
   License:      BSD-style
   Version:      0.9.7d
  -Release:      20040318
  +Release:      20040422
   
   #   package options
   %option       with_zlib     no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to