diff -ruN doscan.bak/Makefile doscan/Makefile --- doscan.bak/Makefile Thu Sep 25 13:20:15 2003 +++ doscan/Makefile Tue Nov 4 09:03:30 2003 @@ -6,7 +6,7 @@ # PORTNAME= doscan -PORTVERSION= 0.1.6 +PORTVERSION= 0.2.3 CATEGORIES= security net MASTER_SITES= http://static.enyo.de/fw/releases/doscan/ @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= 3.3 DOC_FILES= README MAN1= doscan.1 diff -ruN doscan.bak/distinfo doscan/distinfo --- doscan.bak/distinfo Thu Sep 25 13:20:15 2003 +++ doscan/distinfo Tue Nov 4 09:05:42 2003 @@ -1 +1 @@ -MD5 (doscan-0.1.6.tar.gz) = e915c705c69e76d30f65333ea39625b1 +MD5 (doscan-0.2.3.tar.gz) = 7774a590a3f96bc14a28230d50f3aa35 diff -ruN doscan.bak/files/patch-src::results.cc doscan/files/patch-src::results.cc --- doscan.bak/files/patch-src::results.cc Thu Jan 1 01:00:00 1970 +++ doscan/files/patch-src::results.cc Tue Nov 4 09:29:42 2003 @@ -0,0 +1,11 @@ +--- src/results.cc.orig Fri Oct 31 13:41:03 2003 ++++ src/results.cc Tue Nov 4 09:29:05 2003 +@@ -392,7 +392,7 @@ + #ifdef GETHOSTBYADDR_ACCEPTS_CHAR + he = gethostbyaddr (reinterpret_cast(&in), sizeof (in), AF_INET); + #else +-#error Type of first argument to gethostbyaddr() is not known. ++ he = gethostbyaddr ((const char*)(&in), sizeof (in), AF_INET); + #endif + #endif + diff -ruN doscan.bak/files/patch-src::subnets.c doscan/files/patch-src::subnets.c --- doscan.bak/files/patch-src::subnets.c Thu Sep 25 13:20:15 2003 +++ doscan/files/patch-src::subnets.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/subnets.c.orig Wed Sep 24 13:28:27 2003 -+++ src/subnets.c Wed Sep 24 13:29:59 2003 -@@ -37,7 +37,6 @@ - - #include - #include --#include - - static ipv4_prefix_t *subnets = 0; - /* list of subnets, terminated by the 0/0 prefix */