From ea61d6368b76b3fc6011d58e0c421a60e09820ca Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 9 Sep 2003 16:24:44 +0000 Subject: - Distfile fetch problem fixed. - Added a patch to fix a bug with command line options (thanks to ITO Tsuyoshi ) - Bump portrevision. PR: 56587 Submitted by: maintainer --- net/nc6/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/nc6/files/patch-ab (limited to 'net/nc6/files') diff --git a/net/nc6/files/patch-ab b/net/nc6/files/patch-ab new file mode 100644 index 000000000000..4f2d85d934b8 --- /dev/null +++ b/net/nc6/files/patch-ab @@ -0,0 +1,11 @@ +--- src/parser.c.orig Thu Mar 27 18:09:49 2003 ++++ src/parser.c Thu Sep 4 22:11:43 2003 +@@ -148,7 +148,7 @@ + _verbosity_level = 0; + + /* option recognition loop */ +- while ((c = getopt_long(argc, argv, "46ehlnp:q:s:uvw:x", ++ while ((c = getopt_long(argc, argv, "46e:hlnp:q:s:uvw:x", + long_options, &option_index)) >= 0) + { + switch (c) { -- cgit