From 69508b7b0e48a182292df1183bf07a6c4f314e0a Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 31 May 2005 09:13:19 +0000 Subject: Build on DragonFly BSD. Patch from Joerg Sonnenberger via private mail. --- net/nmap/distinfo | 3 ++- net/nmap/patches/patch-ag | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 net/nmap/patches/patch-ag (limited to 'net') diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 30c208db072..3de3d10dbdb 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2005/02/24 12:13:55 agc Exp $ +$NetBSD: distinfo,v 1.25 2005/05/31 09:13:19 salo Exp $ SHA1 (nmap-3.81.tar.bz2) = b14e392f4619bfe0b2b6cb9843c2e8f44ac6e628 RMD160 (nmap-3.81.tar.bz2) = c6511228132f88e7b42e437a917f06dac072ea16 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 7ac228ff6016b1893b0bdd38134fe46f6ee71b67 SHA1 (patch-ad) = 697142c3eed5c8771c9421e241a06b9c35588b9d SHA1 (patch-ae) = 9ef870f3961c38c85c558304595df31f2b9d92fd SHA1 (patch-af) = 8c642b7c23f0df89c3a16f368e88070c3db94bdb +SHA1 (patch-ag) = 577b79666c277a1751c0d0a4529f4943c732f3ca diff --git a/net/nmap/patches/patch-ag b/net/nmap/patches/patch-ag new file mode 100644 index 00000000000..2e4f27e94b1 --- /dev/null +++ b/net/nmap/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2005/05/31 09:13:19 salo Exp $ + +--- nbase/nbase_misc.c.orig 2005-05-31 08:30:08.000000000 +0200 ++++ nbase/nbase_misc.c +@@ -101,7 +101,9 @@ + + #ifndef WIN32 + #include ++#ifndef errno + extern int errno; ++#endif + #else + #include + #endif -- cgit v1.2.3