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:   08-Oct-2004 09:37:56
  Branch: HEAD                             Handle: 2004100808375500

  Added files:
    openpkg-src/quagga      quagga.patch
  Modified files:
    openpkg-src/quagga      quagga.spec

  Log:
    upgrading package: quagga 0.96.5 -> 0.97.0

  Summary:
    Revision    Changes     Path
    1.1         +21 -0      openpkg-src/quagga/quagga.patch
    1.16        +5  -2      openpkg-src/quagga/quagga.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 quagga.patch
  --- /dev/null 2004-10-08 09:37:56 +0200
  +++ quagga.patch      2004-10-08 09:37:56 +0200
  @@ -0,0 +1,21 @@
  +Index: lib/sockopt.h
  +--- lib/sockopt.h.orig       2004-10-07 02:40:25 +0200
  ++++ lib/sockopt.h    2004-10-08 09:33:11 +0200
  +@@ -62,9 +62,16 @@
  + 
  + #if defined (SUNOS_5)
  + #define SOPT_SIZE_CMSG_IFINDEX_IPV4()  (sizeof (uint_t))
  +-#else
  ++#elif defined (CMSG_ALIGN)
  ++#define SOPT_SIZE_CMSG_IFINDEX_IPV4()       \
  ++    CMSG_ALIGN((sizeof (struct sockaddr_dl)))
  ++#elif defined (__CMSG_ALIGN)
  + #define SOPT_SIZE_CMSG_IFINDEX_IPV4()       \
  +     __CMSG_ALIGN((sizeof (struct sockaddr_dl)))
  ++#elif defined (_ALIGN)
  ++#define SOPT_SIZE_CMSG_IFINDEX_IPV4()       \
  ++    _ALIGN((sizeof (struct sockaddr_dl)))
  ++#else
  + #endif /* SUNOS_5 */
  + 
  + #endif
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 quagga.spec
  --- openpkg-src/quagga/quagga.spec    20 Sep 2004 14:33:33 -0000      1.15
  +++ openpkg-src/quagga/quagga.spec    8 Oct 2004 07:37:55 -0000       1.16
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        Network
   License:      GPL
  -Version:      0.96.5
  -Release:      20040920
  +Version:      0.97.0
  +Release:      20041008
   
   #   list of sources
   Source0:      http://www.quagga.net/download/quagga-%{version}.tar.gz
  @@ -44,6 +44,7 @@
   Source4:      ripd.conf
   Source5:      zebra.conf
   Source6:      vtysh.conf
  +Patch0:       quagga.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -75,6 +76,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
       %{l_shtool} subst \
           -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
           vtysh/extract.pl
  @@ -108,6 +110,7 @@
           --disable-ripngd \
           --disable-ipv6 \
           --without-libpam \
  +        --disable-shared \
           $ISISD
   
       #   build package
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to