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: 29-Aug-2006 19:50:01 Branch: HEAD Handle: 2006082918500100 Modified files: openpkg-src/perl-net perl-net.patch perl-net.spec Log: modifying package: perl-net-5.8.8 20060810 -> 20060829 Summary: Revision Changes Path 1.19 +22 -13 openpkg-src/perl-net/perl-net.patch 1.125 +2 -2 openpkg-src/perl-net/perl-net.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-net/perl-net.patch ============================================================================ $ cvs diff -u -r1.18 -r1.19 perl-net.patch --- openpkg-src/perl-net/perl-net.patch 13 May 2006 21:30:21 -0000 1.18 +++ openpkg-src/perl-net/perl-net.patch 29 Aug 2006 17:50:01 -0000 1.19 @@ -1,6 +1,6 @@ Index: Net-Packet-2.22/Makefile.PL --- Net-Packet-2.22/Makefile.PL.orig 2006-05-12 23:31:02 +0200 -+++ Net-Packet-2.22/Makefile.PL 2006-05-13 21:24:20 +0200 ++++ Net-Packet-2.22/Makefile.PL 2006-08-29 19:46:51 +0200 @@ -1,8 +1,5 @@ use ExtUtils::MakeMaker; @@ -20,7 +20,7 @@ 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-05-13 21:21:45 +0200 ++++ Net-Patricia-1.014/libpatricia/patricia.c 2006-08-29 19:46:51 +0200 @@ -38,24 +38,24 @@ /* prefix_tochar * convert prefix information to bytes @@ -130,7 +130,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-05-13 21:21:45 +0200 ++++ Net-Patricia-1.014/libpatricia/patricia.h 2006-08-29 19:46:51 +0200 @@ -15,10 +15,10 @@ #ifndef _PATRICIA_H #define _PATRICIA_H @@ -182,22 +182,31 @@ int num_active_node; /* for debug purpose */ } patricia_tree_t; -Index: Net-Pcap-0.12/Makefile.PL ---- Net-Pcap-0.12/Makefile.PL.orig 2006-03-14 20:33:13 +0100 -+++ Net-Pcap-0.12/Makefile.PL 2006-05-13 21:21:45 +0200 -@@ -21,7 +21,8 @@ +Index: Net-Pcap-0.13/Makefile.PL +--- Net-Pcap-0.13/Makefile.PL.orig 2006-08-07 19:25:37 +0200 ++++ Net-Pcap-0.13/Makefile.PL 2006-08-29 19:47:29 +0200 +@@ -22,7 +22,8 @@ } else { - $options{CCFLAGS} = '-Wall' if $] >= 5.006; + $options{CCFLAGS} = '-Wall' if $Config{cc} eq 'gcc' and $] >= 5.006; - $options{LIBS} = '-lpcap'; -+ $options{INC} = '-I/openpkg-dev/include'; -+ $options{LIBS} = '-L/openpkg-dev/lib -lpcap'; ++ $options{INC} = '[EMAIL PROTECTED]@/include'; ++ $options{LIBS} = '[EMAIL PROTECTED]@/lib -lpcap'; } for my $arg (@ARGV) { -Index: Net-Pcap-0.12/Pcap.xs ---- Net-Pcap-0.12/Pcap.xs.orig 2006-03-14 20:58:53 +0100 -+++ Net-Pcap-0.12/Pcap.xs 2006-05-13 21:21:45 +0200 +@@ -537,7 +538,7 @@ + } else { # Unix and Cygwin + my %ppopts = ( default => '-o', gcc => '-o', cc_r => '' ); + my $ppopt = $ppopts{ $Config{cc} || 'default' }; +- eval { xsystem("$Config{cpprun} $options{INC} $options{DEFINE} $Config{cppflags} $header $ppopt $preprocessed") }; ++ eval { xsystem("$Config{cpprun} $options{INC} $options{DEFINE} $Config{cppflags} $header $ppopt >$preprocessed") }; + } + die "\nerror: [EMAIL PROTECTED]" if $@; + +Index: Net-Pcap-0.13/Pcap.xs +--- Net-Pcap-0.13/Pcap.xs.orig 2006-03-14 20:58:53 +0100 ++++ Net-Pcap-0.13/Pcap.xs 2006-08-29 19:46:51 +0200 @@ -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.124 -r1.125 perl-net.spec --- openpkg-src/perl-net/perl-net.spec 10 Aug 2006 07:19:06 -0000 1.124 +++ openpkg-src/perl-net/perl-net.spec 29 Aug 2006 17:50:01 -0000 1.125 @@ -41,7 +41,7 @@ %define V_curl_easy 1.35 %define V_net_imap_simple 1.14 %define V_net_bgp 0.08 -%define V_net_pcap 0.12 +%define V_net_pcap 0.13 %define V_net_radius 1.49 %define V_net_ip 1.25 %define V_class_gomor_hash 0.22 @@ -63,7 +63,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20060810 +Release: 20060829 # package options %option with_curl no @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org