summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-06-04 05:57:56 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-06-04 05:57:56 +0000
commitbfe97bd753a8657eadbdd58b3254a02f4c949d23 (patch)
treebe6e9a58d85d8d55c6b7a002ad2a64d7a420b42f /net
parentWith IO-Socket-INET6 upgraded, there's no conflict anymore, so remove BROKEN. (diff)
Fix segmentation fault on amd64.
PR: ports/157347 Submitted by: Marcelo Gondim <gondim@intnet.com.br>
Notes
Notes: svn path=/head/; revision=275050
Diffstat (limited to 'net')
-rw-r--r--net/tcpick/Makefile1
-rw-r--r--net/tcpick/files/patch-src_lookup.h19
2 files changed, 20 insertions, 0 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile
index d60c1ebe11ac..d81dbf7e457b 100644
--- a/net/tcpick/Makefile
+++ b/net/tcpick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcpick
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
diff --git a/net/tcpick/files/patch-src_lookup.h b/net/tcpick/files/patch-src_lookup.h
new file mode 100644
index 000000000000..7d6234f9a83c
--- /dev/null
+++ b/net/tcpick/files/patch-src_lookup.h
@@ -0,0 +1,19 @@
+--- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900
++++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900
+@@ -40,3 +40,16 @@
+ char * name;
+ struct in_addr ip;
+ };
++
++char *
++lookup(struct in_addr ia);
++
++char *
++getportname(u_int16_t port);
++
++struct _l_node *
++_l_alloc(struct in_addr, char *);
++
++char *
++_l_get(struct in_addr);
++