pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nmap Build on DragonFly BSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4e6a39823ee
branches:  trunk
changeset: 494810:d4e6a39823ee
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue May 31 09:13:19 2005 +0000

description:
Build on DragonFly BSD.
Patch from Joerg Sonnenberger via private mail.

diffstat:

 net/nmap/distinfo         |   3 ++-
 net/nmap/patches/patch-ag |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 23767f3f50e2 -r d4e6a39823ee net/nmap/distinfo
--- a/net/nmap/distinfo Tue May 31 07:29:38 2005 +0000
+++ b/net/nmap/distinfo Tue May 31 09:13:19 2005 +0000
@@ -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-ad) = 697142c3eed5c8771c9421e241a06b9c35588b9d
 SHA1 (patch-ae) = 9ef870f3961c38c85c558304595df31f2b9d92fd
 SHA1 (patch-af) = 8c642b7c23f0df89c3a16f368e88070c3db94bdb
+SHA1 (patch-ag) = 577b79666c277a1751c0d0a4529f4943c732f3ca
diff -r 23767f3f50e2 -r d4e6a39823ee net/nmap/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nmap/patches/patch-ag Tue May 31 09:13:19 2005 +0000
@@ -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 <errno.h>
++#ifndef errno
+ extern int errno;
++#endif
+ #else
+ #include <winsock2.h>
+ #endif



Home | Main Index | Thread Index | Old Index