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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Feb-2008 19:06:39
  Branch: HEAD                             Handle: 2008020718063800

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

  Log:
    fix OSSP shiela under Perl 5.10 where both POSIX and IO::File export
    fcntl(2) constants to 'main' namespace

  Summary:
    Revision    Changes     Path
    1.5         +12 -0      openpkg-src/shiela/shiela.patch
    1.55        +3  -1      openpkg-src/shiela/shiela.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/shiela/shiela.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.5 shiela.patch
  --- /dev/null 2008-02-07 19:06:28 +0100
  +++ shiela.patch      2008-02-07 19:06:39 +0100
  @@ -0,0 +1,12 @@
  +Index: shiela.pl
  +--- shiela.pl.orig   2006-07-25 15:01:41 +0200
  ++++ shiela.pl        2008-02-07 19:04:58 +0100
  +@@ -31,7 +31,7 @@
  + require 5.005;
  + 
  + use strict;           # shipped with Perl since 5.000
  +-use POSIX;            # shipped with Perl since 5.000
  ++use POSIX qw();       # shipped with Perl since 5.000
  + use IO::File;         # shipped with Perl since 5.003
  + use IO::Handle;       # shipped with Perl since 5.003
  + use IPC::Open2;       # shipped with Perl since 5.003
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/shiela/shiela.spec
  ============================================================================
  $ cvs diff -u -r1.54 -r1.55 shiela.spec
  --- openpkg-src/shiela/shiela.spec    1 Jan 2008 15:04:38 -0000       1.54
  +++ openpkg-src/shiela/shiela.spec    7 Feb 2008 18:06:38 -0000       1.55
  @@ -32,10 +32,11 @@
   Group:        SCM
   License:      GPL
   Version:      1.1.7
  -Release:      20080101
  +Release:      20080207
   
   #   list of sources
   Source0:      ftp://ftp.ossp.org/pkg/tool/shiela/shiela-%{version}.tar.gz
  +Patch0:       shiela.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -65,6 +66,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       ./configure \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to