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:   28-Jul-2003 10:43:33
  Branch: HEAD                             Handle: 2003072809433201

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

  Log:
    port to FreeBSD 5.x

  Summary:
    Revision    Changes     Path
    1.3         +13 -1      openpkg-src/pgp/pgp.patch
    1.33        +1  -1      openpkg-src/pgp/pgp.spec
    1.5853      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pgp/pgp.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 pgp.patch
  --- openpkg-src/pgp/pgp.patch 24 Jul 2003 09:22:10 -0000      1.2
  +++ openpkg-src/pgp/pgp.patch 28 Jul 2003 08:43:33 -0000      1.3
  @@ -464,7 +464,7 @@
   --- libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp.orig Tue Mar  9 18:52:17 1999
   +++ libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp      Fri Sep 29 20:51:02 2000
   @@ -5,6 +5,7 @@
  -     $Id: pgp.patch,v 1.2 2003/07/24 09:22:10 mlelstv Exp $
  +     $Id: pgp.patch,v 1.3 2003/07/28 08:43:33 rse Exp $
    ____________________________________________________________________________*/
    #include <string.h>
   +#include <stdlib.h>
  @@ -554,3 +554,15 @@
        return( err );
    }
    
  +--- libs/pfl/common/lthread/pgpThreads.h.orig        Mon Apr 19 19:59:53 1999
  ++++ libs/pfl/common/lthread/pgpThreads.h     Mon Jul 28 10:29:14 2003
  +@@ -148,6 +148,9 @@
  + #ifdef PGP_UNIX_HPUX
  + #include <semaphore.h>
  + typedef sem_t PGPSem_t; /* not a struct under HP-UX 10.20 */
  ++#elif defined(__FreeBSD__)
  ++#include <semaphore.h>
  ++typedef sem_t PGPSem_t;
  + #else
  + typedef struct sem_t PGPSem_t;
  + #endif /* !PGP_UNIX_HPUX */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pgp/pgp.spec
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 pgp.spec
  --- openpkg-src/pgp/pgp.spec  24 Jul 2003 09:22:10 -0000      1.32
  +++ openpkg-src/pgp/pgp.spec  28 Jul 2003 08:43:33 -0000      1.33
  @@ -38,7 +38,7 @@
   Group:        Cryptography
   License:      GPL
   Version:      %{V_long}
  -Release:      20030724
  +Release:      20030728
   
   #   list of sources
   Source0:      
ftp://ftp.pgpi.org/pub/pgp/%{V_short}/%{V_long}/pgpsrc%{V_strip}unix.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5852 -r1.5853 news.txt
  --- openpkg-web/news.txt      28 Jul 2003 08:42:03 -0000      1.5852
  +++ openpkg-web/news.txt      28 Jul 2003 08:43:32 -0000      1.5853
  @@ -1,3 +1,4 @@
  +28-Jul-2003: Upgraded package: P<pgp-6.5.8-20030728>
   28-Jul-2003: Upgraded package: P<wx-2.4.1-20030728>
   28-Jul-2003: Upgraded package: P<sipcalc-1.1.2-20030728>
   28-Jul-2003: Upgraded package: P<squirrelmail-1.4.1-20030728>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to