Nmap Development mailing list archives

Last FreeBSD Ports Patch for a bit


From: Jay Fink <jay.fink () gmail com>
Date: Thu, 24 Sep 2009 18:17:15 -0400

All,

Turns out the only patch from freebsd-current ports that can go into
nmap-current is one similar to the last, the rest of the patches are
already in or not needed. Tested on FreeBSD-current and
Debian-testing. I'm having problems getting netbsd pkgsrc going so it
might be awhile before I get to it but as of 2 weeks ago nmap-current
could compile just fine on netbsd5. If I get motivated enough might
start working on getting out of the box builds for opensolaris too.

thx,
 j



Index: output.cc
===================================================================
--- output.cc   (revision 15569)
+++ output.cc   (working copy)
@@ -1030,7 +1030,7 @@
   case LOG_MACHINE:
   case LOG_SKID:
   case LOG_XML:
-#ifdef WIN32
+#if defined(WIN32) || (defined(FREEBSD) && (__FreeBSD_version < 500000))
          apcopy = ap;
 #else
     va_copy(apcopy, ap); /* Needed in case we need to do a second vsnprintf */

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: