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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   20-Mar-2006 14:59:09
  Branch: HEAD                             Handle: 2006032013590800

  Modified files:
    openpkg-src/perl-net    perl-net.patch perl-net.spec

  Log:
    modifying package: perl-net-5.8.8 20060313 -> 20060320

  Summary:
    Revision    Changes     Path
    1.17        +16 -41     openpkg-src/perl-net/perl-net.patch
    1.114       +3  -3      openpkg-src/perl-net/perl-net.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.patch
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 perl-net.patch
  --- openpkg-src/perl-net/perl-net.patch       13 Mar 2006 20:27:10 -0000      
1.16
  +++ openpkg-src/perl-net/perl-net.patch       20 Mar 2006 13:59:08 -0000      
1.17
  @@ -1,48 +1,23 @@
  -Index: Net-Packet-2.06/Makefile.PL
  ---- Net-Packet-2.06/Makefile.PL.orig 2006-03-11 20:16:42 +0100
  -+++ Net-Packet-2.06/Makefile.PL      2006-03-12 18:54:22 +0100
  -@@ -1,33 +1,5 @@
  +Index: Net-Packet-2.20/Makefile.PL
  +--- Net-Packet-2.20/Makefile.PL.orig 2006-03-20 14:39:00 +0100
  ++++ Net-Packet-2.20/Makefile.PL      2006-03-20 14:39:11 +0100
  +@@ -1,8 +1,5 @@
    use ExtUtils::MakeMaker;
    
  --die("*** Microsoft Windows not supported\n")
  --   if $^O =~ /windows|win32/i;
   -die("*** Big endian architectures not supported yet\n")
   -   if unpack("h*", pack("s", 1)) =~ /01/;
   -
  --require DynaLoader;
  --
  --my $file = DynaLoader::dl_findfile('-lpcap')
  --   or die("*** Cannot find libpcap, try setting LD_LIBRARY_PATH\n");
  --
  --my ($lib) = $file =~ /^(.*)\//;
  --(my $inc  = $lib) =~ s/lib/include/;
  --
  --sub _getPcapHPath { (-d "$inc/pcap") ? "[$inc/pcap]" : "[$inc]" }
  --
  --unless (-f "$inc/pcap-int.h" || -f "$inc/pcap/pcap-int.h") {
  --   die("*** Cannot find pcap-int.h . Get it from your installed libpcap ".
  --       "source distribution and copy it to: ". _getPcapHPath().
  --       " (near pcap.h)\n");
  --}
  --
  --$inc = "-I$inc -I$inc/pcap";
  --$lib = "-L$lib";
  --
  --print "Found libpcap:    [$file]\n";
  --print "Will use lib:     [$lib]\n";
  --print "Will use include: [$inc]\n";
  --
    WriteMakefile(
       NAME          => 'Net::Packet',
       VERSION_FROM  => 'Packet.pm',
  -@@ -36,7 +8,6 @@
  -       IO::Interface      => 0,
  -       Net::Pcap          => '0.04',
  +@@ -10,7 +7,6 @@
  +       Time::HiRes        => 0,
  +       Net::Pcap          => '0.12',
          Net::IPv6Addr      => 0,
   -      Socket6            => 0,
          Class::Gomor::Hash => '0.22',
          Bit::Vector        => 0,
  -    },
  +       Net::Write         => 0,
   Index: Net-Patricia-1.014/libpatricia/patricia.c
   --- Net-Patricia-1.014/libpatricia/patricia.c.orig   2005-12-07 21:55:39 
+0100
   +++ Net-Patricia-1.014/libpatricia/patricia.c        2006-03-12 18:50:42 
+0100
  @@ -207,9 +182,9 @@
       int num_active_node;             /* for debug purpose */
    } patricia_tree_t;
    
  -Index: Net-Pcap-0.11/Makefile.PL
  ---- Net-Pcap-0.11/Makefile.PL.orig   2005-12-27 18:33:55 +0100
  -+++ Net-Pcap-0.11/Makefile.PL        2006-03-12 18:50:42 +0100
  +Index: Net-Pcap-0.12/Makefile.PL
  +--- Net-Pcap-0.12/Makefile.PL.orig   2005-12-27 18:33:55 +0100
  ++++ Net-Pcap-0.12/Makefile.PL        2006-03-12 18:50:42 +0100
   @@ -21,7 +21,8 @@
    
    } else {
  @@ -220,15 +195,15 @@
    }
    
    for my $arg (@ARGV) {
  -Index: Net-Pcap-0.11/Pcap.xs
  ---- Net-Pcap-0.11/Pcap.xs.orig       2005-11-23 00:49:27 +0100
  -+++ Net-Pcap-0.11/Pcap.xs    2006-03-12 18:50:42 +0100
  -@@ -31,7 +31,7 @@
  +Index: Net-Pcap-0.12/Pcap.xs
  +--- Net-Pcap-0.12/Pcap.xs.orig       2006-03-20 14:37:24 +0100
  ++++ Net-Pcap-0.12/Pcap.xs    2006-03-20 14:37:33 +0100
  +@@ -33,7 +33,7 @@
    #define NEED_sv_2pv_nolen 1
    #include "ppport.h"
    
   -#include <pcap.h>
   +#include "pcap.h"
    
  - #ifdef _WINPCAP
  + #ifdef _CYGWIN
    #include <Win32-Extensions.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.113 -r1.114 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        13 Mar 2006 20:27:10 -0000      
1.113
  +++ openpkg-src/perl-net/perl-net.spec        20 Mar 2006 13:59:08 -0000      
1.114
  @@ -41,11 +41,11 @@
   %define       V_curl_easy             1.35
   %define       V_net_imap_simple       1.14
   %define       V_net_bgp               0.08
  -%define       V_net_pcap              0.11
  +%define       V_net_pcap              0.12
   %define       V_net_radius            1.44
   %define       V_net_ip                1.24
   %define       V_class_gomor_hash      0.22
  -%define       V_net_packet            2.06
  +%define       V_net_packet            2.20
   %define       V_net_xmpp              1.0
   %define       V_net_jabber            2.0
   %define       V_net_patricia          1.014
  @@ -63,7 +63,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20060313
  +Release:      20060320
   
   #   package options
   %option       with_curl   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to