OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src         Date:   02-Oct-2002 15:48:02
  Branch: HEAD                             Handle: 2002100214480101

  Added files:
    openpkg-src/cvs         cvs.patches.msvb
  Modified files:
    openpkg-src/cvs         cvs.spec
    openpkg-web             news.txt

  Log:
    Port the RSE patches to SVR4 safely this time.

  Summary:
    Revision    Changes     Path
    1.1         +10 -0      openpkg-src/cvs/cvs.patches.msvb
    1.38        +9  -2      openpkg-src/cvs/cvs.spec
    1.1673      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/cvs/cvs.patches.msvb
  ============================================================
  $ cvs update -p -r1.1 cvs.patches.msvb
  --- src/server.c.orig Wed Oct  2 15:37:29 2002
  +++ src/server.c      Wed Oct  2 15:37:21 2002
  @@ -124,6 +124,7 @@
   #include <sys/ioctl.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
  +#include <termio.h>
   #include <netdb.h>
   #endif
   
  Index: openpkg-src/cvs/cvs.spec
  ============================================================
  $ cvs diff -u -r1.37 -r1.38 cvs.spec
  --- openpkg-src/cvs/cvs.spec  20 Sep 2002 18:12:54 -0000      1.37
  +++ openpkg-src/cvs/cvs.spec  2 Oct 2002 13:48:02 -0000       1.38
  @@ -45,14 +45,15 @@
   Group:        SCM
   License:      GPL
   Version:      %{V_cvs}
  -Release:      20020919
  +Release:      20021002
   
   #   list of sources
   Source0:      http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
   Source1:      
ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/cvslock-%{V_cvslock}.tar.gz
   Source2:      http://www.red-bean.com/cvs2cl/cvs2cl.pl
   Source3:      cvs.patches.rse
  -Source4:      rc.cvs
  +Source4:      cvs.patches.msvb
  +Source5:      rc.cvs
   Patch0:       cvs.patch
   
   #   build information
  @@ -100,6 +101,12 @@
         cat %{SOURCE cvs.patches.rse} |\
         sed -e 's;\(#define RSE_PATCH_CVSUSER_CALLER 
"\)cvs\("\);\1%{with_rse_patch_cvsuser_caller}\2;' |\
         %{l_patch} -p0
  +      #   patch the patches to run on Solaris
  +      case "%{l_target}" in
  +          *-solaris* )
  +          %{l_patch} -p0 < %{SOURCE cvs.patches.msvb}
  +          ;;
  +      esac
       )
   %endif
   
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1672 -r1.1673 news.txt
  --- openpkg-web/news.txt      2 Oct 2002 10:51:29 -0000       1.1672
  +++ openpkg-web/news.txt      2 Oct 2002 13:48:01 -0000       1.1673
  @@ -1,3 +1,4 @@
  +02-Oct-2002: Upgraded package: P<cvs-1.11.2-20021002>
   02-Oct-2002: Upgraded package: P<perl-net-20021001-20021001>
   02-Oct-2002: Upgraded package: P<perl-5.6.1-20021002>
   02-Oct-2002: Upgraded package: P<openpkg-20021002-20021002>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to