pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Packet Remove (in pkgsrc) broken test for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0a0d1dffac8
branches:  trunk
changeset: 508474:a0a0d1dffac8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 22:43:59 2006 +0000

description:
Remove (in pkgsrc) broken test for pcap-int.h, the dependency pattern
makes sure we have that file.

diffstat:

 net/p5-Net-Packet/distinfo         |   3 ++-
 net/p5-Net-Packet/patches/patch-aa |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 75ce2ecac7a9 -r a0a0d1dffac8 net/p5-Net-Packet/distinfo
--- a/net/p5-Net-Packet/distinfo        Sun Feb 19 21:34:53 2006 +0000
+++ b/net/p5-Net-Packet/distinfo        Sun Feb 19 22:43:59 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/08/13 08:11:17 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2006/02/19 22:43:59 wiz Exp $
 
 SHA1 (Net-Packet-2.04.tar.gz) = 38bdcf453d4e7665dea98414d6ece2b1a4a4e0ca
 RMD160 (Net-Packet-2.04.tar.gz) = c5bb9638a7e926733d8381cfee3db7e23f1bcf1a
 Size (Net-Packet-2.04.tar.gz) = 50984 bytes
+SHA1 (patch-aa) = 9389b7426f55f4a4a9e1d91e8a7086bb3a374acd
diff -r 75ce2ecac7a9 -r a0a0d1dffac8 net/p5-Net-Packet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Packet/patches/patch-aa        Sun Feb 19 22:43:59 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2006/02/19 22:43:59 wiz Exp $
+
+--- Makefile.PL.orig   2005-05-22 19:08:20.000000000 +0000
++++ Makefile.PL
+@@ -15,12 +15,6 @@ my ($lib) = $file =~ /^(.*)\//;
+ 
+ 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";
+ 



Home | Main Index | Thread Index | Old Index