- Fix segfault on 64 bit systems

- Bump PORTREVISION
- Reassign to ports@

Submitted by:	Samu Nuutamo
This commit is contained in:
Thomas Abthorpe 2010-04-29 16:05:00 +00:00
parent fcb7684528
commit 06fe441889
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253428
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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;