mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix segfault on 64 bit systems
- Bump PORTREVISION - Reassign to ports@ Submitted by: Samu Nuutamo
This commit is contained in:
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
|
@ -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
|
||||
|
|
11
net-mgmt/nbtscan/files/patch-statusq.h
Normal file
11
net-mgmt/nbtscan/files/patch-statusq.h
Normal 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;
|
Loading…
Add table
Reference in a new issue