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:   09-Feb-2004 09:26:21
  Branch: HEAD                             Handle: 2004020908262100

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

  Log:
    fix building under FreeBSD 5

  Summary:
    Revision    Changes     Path
    1.5         +12 -0      openpkg-src/pgp/pgp.patch
    1.40        +1  -1      openpkg-src/pgp/pgp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pgp/pgp.patch
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 pgp.patch
  --- openpkg-src/pgp/pgp.patch 31 Jul 2003 08:21:00 -0000      1.4
  +++ openpkg-src/pgp/pgp.patch 9 Feb 2004 08:26:21 -0000       1.5
  @@ -577,3 +577,15 @@
    typedef long                PGPInt64;
    #define PGP_HAVE64  1
    
  +--- libs/pgpcdk/priv/networklib/pgpsockets/common/pgpSockets.c.orig  1999-08-04 
20:36:04.000000000 +0200
  ++++ libs/pgpcdk/priv/networklib/pgpsockets/common/pgpSockets.c       2004-02-09 
09:19:17.000000000 +0100
  +@@ -42,7 +42,9 @@
  + #if PGP_UNIX_LINUX || PGP_UNIX_HPUX || PGP_UNIX_AIX
  + int gethostname (char * name, size_t namelen);
  + #else
  ++#if !defined(__FreeBSD__)
  + int gethostname (char * name, int namelen);
  ++#endif
  + #endif /* PGP_UNIX_LINUX */
  + #endif
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pgp/pgp.spec
  ============================================================================
  $ cvs diff -u -r1.39 -r1.40 pgp.spec
  --- openpkg-src/pgp/pgp.spec  7 Feb 2004 17:57:53 -0000       1.39
  +++ openpkg-src/pgp/pgp.spec  9 Feb 2004 08:26:21 -0000       1.40
  @@ -39,7 +39,7 @@
   Group:        Cryptography
   License:      GPL
   Version:      %{V_long}
  -Release:      20040207
  +Release:      20040209
   
   #   list of sources
   Source0:      
ftp://ftp.pgpi.org/pub/pgp/%{V_short}/%{V_long}/pgpsrc%{V_strip}unix.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to