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:   17-Dec-2006 10:27:05
  Branch: HEAD                             Handle: 2006121709270400

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

  Log:
    modifying package: perl-net-5.8.8 20061216 -> 20061217

  Summary:
    Revision    Changes     Path
    1.27        +11 -21     openpkg-src/perl-net/perl-net.patch
    1.141       +2  -2      openpkg-src/perl-net/perl-net.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.patch
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 perl-net.patch
  --- openpkg-src/perl-net/perl-net.patch       24 Nov 2006 07:18:22 -0000      
1.26
  +++ openpkg-src/perl-net/perl-net.patch       17 Dec 2006 09:27:04 -0000      
1.27
  @@ -1,27 +1,17 @@
  -Index: Net-Packet-3.23/Makefile.PL
  ---- Net-Packet-3.23/Makefile.PL.orig 2006-10-29 14:31:13 +0100
  -+++ Net-Packet-3.23/Makefile.PL      2006-10-30 08:10:22 +0100
  -@@ -3,9 +3,6 @@
  - #
  - use ExtUtils::MakeMaker;
  - 
  --die("*** Big endian architectures not supported yet\n")
  --   if unpack("h*", pack("s", 1)) =~ /01/;
  --
  - WriteMakefile(
  -    NAME          => 'Net::Packet',
  -    VERSION_FROM  => 'lib/Net/Packet.pm',
  -@@ -16,7 +13,6 @@
  +Index: Net-Packet-3.24/Makefile.PL
  +--- Net-Packet-3.24/Makefile.PL.orig 2006-12-16 16:26:26 +0100
  ++++ Net-Packet-3.24/Makefile.PL      2006-12-17 10:23:45 +0100
  +@@ -14,7 +14,6 @@
          Net::Libdnet  => 0,
          Time::HiRes   => 0,
          Net::IPv6Addr => 0,
   -      Socket6       => 0,
          Bit::Vector   => 0,
  -       Storable      => 0,
       },
  +    ABSTRACT_FROM => 'lib/Net/Packet.pm',
   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-10-30 08:10:02 
+0100
  ++++ Net-Patricia-1.014/libpatricia/patricia.c        2006-12-17 10:23:09 
+0100
   @@ -38,24 +38,24 @@
    /* prefix_tochar
     * convert prefix information to bytes
  @@ -131,7 +121,7 @@
        assert (patricia);
   Index: Net-Patricia-1.014/libpatricia/patricia.h
   --- Net-Patricia-1.014/libpatricia/patricia.h.orig   2005-12-07 21:54:52 
+0100
  -+++ Net-Patricia-1.014/libpatricia/patricia.h        2006-10-30 08:10:02 
+0100
  ++++ Net-Patricia-1.014/libpatricia/patricia.h        2006-12-17 10:23:09 
+0100
   @@ -15,10 +15,10 @@
    #ifndef _PATRICIA_H
    #define _PATRICIA_H
  @@ -185,14 +175,14 @@
    
   Index: Net-Pcap-0.14/Makefile.PL
   --- Net-Pcap-0.14/Makefile.PL.orig   2006-08-30 18:38:04 +0200
  -+++ Net-Pcap-0.14/Makefile.PL        2006-10-30 08:10:02 +0100
  ++++ Net-Pcap-0.14/Makefile.PL        2006-12-17 10:23:09 +0100
   @@ -22,7 +22,8 @@
    
    } else {
        $options{CCFLAGS} = '-Wall' if $Config{cc} eq 'gcc' and $] >= 5.006;
   -    $options{LIBS}    = '-lpcap';
  -+    $options{INC}     = '[EMAIL PROTECTED]@/include';
  -+    $options{LIBS}    = '[EMAIL PROTECTED]@/lib -lpcap';
  ++    $options{INC}     = '-I/openpkg-dev/include';
  ++    $options{LIBS}    = '-L/openpkg-dev/lib -lpcap';
    }
    
    for my $arg (@ARGV) {
  @@ -207,7 +197,7 @@
    
   Index: Net-Pcap-0.14/Pcap.xs
   --- Net-Pcap-0.14/Pcap.xs.orig       2006-03-14 20:58:53 +0100
  -+++ Net-Pcap-0.14/Pcap.xs    2006-10-30 08:10:02 +0100
  ++++ Net-Pcap-0.14/Pcap.xs    2006-12-17 10:23:09 +0100
   @@ -33,7 +33,7 @@
    #define NEED_sv_2pv_nolen 1
    #include "ppport.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.140 -r1.141 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        15 Dec 2006 23:02:53 -0000      
1.140
  +++ openpkg-src/perl-net/perl-net.spec        17 Dec 2006 09:27:04 -0000      
1.141
  @@ -45,7 +45,7 @@
   %define       V_net_radius            1.51
   %define       V_net_ip                1.25
   %define       V_class_gomor_hash      0.22
  -%define       V_net_packet            3.23
  +%define       V_net_packet            3.24
   %define       V_net_xmpp              1.0
   %define       V_net_jabber            2.0
   %define       V_net_patricia          1.014
  @@ -63,7 +63,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20061216
  +Release:      20061217
   
   #   package options
   %option       with_curl   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to