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:   13-Jun-2003 13:09:45
  Branch: HEAD                             Handle: 2003061312094301

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

  Log:
    fix gcc 3.3 incompatibility

  Summary:
    Revision    Changes     Path
    1.5         +15 -3      openpkg-src/integrit/integrit.patch
    1.19        +2  -2      openpkg-src/integrit/integrit.spec
    1.4854      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/integrit/integrit.patch
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 integrit.patch
  --- openpkg-src/integrit/integrit.patch       27 Sep 2002 14:12:18 -0000      1.4
  +++ openpkg-src/integrit/integrit.patch       13 Jun 2003 11:09:44 -0000      1.5
  @@ -1,6 +1,5 @@
  -diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in
  ---- integrit-3.02.orig/doc/Makefile.in       Tue Aug 27 05:55:12 2002
  -+++ integrit-3.02/doc/Makefile.in    Fri Sep 27 14:44:55 2002
  +--- doc/Makefile.in  Tue Aug 27 05:55:12 2002
  ++++ doc/Makefile.in  Fri Sep 27 14:44:55 2002
   @@ -66,7 +66,8 @@
          $(INSTALL) -m 644 $(srcdir)/$$f $(infodir); \
        done
  @@ -11,3 +10,16 @@
          iistatus=1; \
        elif test ! -z "`$(INSTALL_INFO) --version 2>&1 | grep texinfo`"; then \
          (set -xe; \
  +--- gnupg/md5.c.orig Sat Jan  5 18:53:31 2002
  ++++ gnupg/md5.c      Fri Jun 13 13:00:46 2003
  +@@ -330,8 +330,8 @@
  + 
  +     p = hd->buf;
  +   #ifdef BIG_ENDIAN_HOST
  +-    #define X(a) do { *p++ = hd->##a          ; *p++ = hd->##a >> 8;      \
  +-                  *p++ = hd->##a >> 16; *p++ = hd->##a >> 24; } while(0)
  ++    #define X(a) do { *p++ = hd->a    ; *p++ = hd->a >> 8;      \
  ++                  *p++ = hd->a >> 16; *p++ = hd->a >> 24; } while(0)
  +   #else /* little endian */
  +     /*#define X(a) do { *(u32*)p = hd->##a ; p += 4; } while(0)*/
  +     /* Unixware's cpp doesn't like the above construct so we do it his way:
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/integrit/integrit.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 integrit.spec
  --- openpkg-src/integrit/integrit.spec        31 Jan 2003 12:25:55 -0000      1.18
  +++ openpkg-src/integrit/integrit.spec        13 Jun 2003 11:09:44 -0000      1.19
  @@ -37,7 +37,7 @@
   Group:        System
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20030117
  +Release:      20030613
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
  @@ -73,7 +73,7 @@
   
   %prep
       %setup -q -n integrit-%{V_major}
  -    %patch -p1
  +    %patch -p0
   
   %build
       CC="%{l_cc}" \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.4853 -r1.4854 news.txt
  --- openpkg-web/news.txt      13 Jun 2003 11:06:59 -0000      1.4853
  +++ openpkg-web/news.txt      13 Jun 2003 11:09:43 -0000      1.4854
  @@ -1,3 +1,4 @@
  +13-Jun-2003: Upgraded package: P<integrit-3.02.00-20030613>
   13-Jun-2003: Upgraded package: P<arpd-0.2-20030613>
   13-Jun-2003: Upgraded package: P<squid-2.5.3-20030613>
   13-Jun-2003: Upgraded package: P<radius-0.96.4-20030613>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to