diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-04-30 00:05:00 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-04-30 00:05:00 +0800 |
commit | 013c58f60b24e291485e2f4c55e919d30685f774 (patch) | |
tree | dddb8d467897b8657f207ac32f6630db8efd2890 /net-mgmt | |
parent | e042c51c5a9f5bb4304929c36d38f3d2a4a2de83 (diff) | |
download | freebsd-ports-gnome-013c58f60b24e291485e2f4c55e919d30685f774.tar.gz freebsd-ports-gnome-013c58f60b24e291485e2f4c55e919d30685f774.tar.zst freebsd-ports-gnome-013c58f60b24e291485e2f4c55e919d30685f774.zip |
- Fix segfault on 64 bit systems
- Bump PORTREVISION
- Reassign to ports@
Submitted by: Samu Nuutamo
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nbtscan/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nbtscan/files/patch-statusq.h | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index 4b8b961aa1d9..53fae8c6d6f2 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -7,12 +7,13 @@ PORTNAME= nbtscan PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.inetcat.net/software/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= NetBIOS name network scanner MAKE_JOBS_SAFE= yes diff --git a/net-mgmt/nbtscan/files/patch-statusq.h b/net-mgmt/nbtscan/files/patch-statusq.h new file mode 100644 index 000000000000..8587d04368db --- /dev/null +++ b/net-mgmt/nbtscan/files/patch-statusq.h @@ -0,0 +1,11 @@ +--- statusq.h.orig 2010-04-26 16:39:16.000000000 +0300 ++++ statusq.h 2010-04-26 16:39:28.000000000 +0300 +@@ -22,6 +22,8 @@ + + #define NB_DGRAM 137 + ++struct nb_host_info* parse_response(char*, int); ++ + struct nbname { + char ascii_name [16] ; + my_uint16_t rr_flags; |