diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-20 09:57:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-20 09:57:17 +0000 |
commit | f9586fcc87883fb3cb4960b8d1b09e5368d9818e (patch) | |
tree | 9eb60ea1c248e4fce6eeb18a73e8f0de9a2f5826 /net/nc6 | |
parent | 74331843f6e181339c6ae87c373c11a53e022670 (diff) | |
download | ports-f9586fcc87883fb3cb4960b8d1b09e5368d9818e.tar.gz ports-f9586fcc87883fb3cb4960b8d1b09e5368d9818e.zip |
Notes
Diffstat (limited to 'net/nc6')
-rw-r--r-- | net/nc6/files/patch-aa | 10 | ||||
-rw-r--r-- | net/nc6/files/patch-ab | 11 | ||||
-rw-r--r-- | net/nc6/files/patch-ac | 19 |
3 files changed, 0 insertions, 40 deletions
diff --git a/net/nc6/files/patch-aa b/net/nc6/files/patch-aa deleted file mode 100644 index 458fd9f6780e..000000000000 --- a/net/nc6/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sun May 11 21:30:20 2003 -+++ configure Wed Aug 27 17:45:55 2003 -@@ -9534,7 +9534,6 @@ - #define NDEBUG 1 - _ACEOF - -- CFLAGS="-O2" - if test "X$GCC" = "Xyes"; then - NC6_CFLAGS="${NC6_CFLAGS} -finline-functions" - fi diff --git a/net/nc6/files/patch-ab b/net/nc6/files/patch-ab deleted file mode 100644 index 4f2d85d934b8..000000000000 --- a/net/nc6/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) { diff --git a/net/nc6/files/patch-ac b/net/nc6/files/patch-ac deleted file mode 100644 index a0f8f0ee0518..000000000000 --- a/net/nc6/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -Index: src/filter.c -diff -u src/filter.c.orig src/filter.c ---- src/filter.c.orig Mon Apr 14 18:00:50 2003 -+++ src/filter.c Thu Oct 30 00:23:07 2003 -@@ -205,8 +205,14 @@ - if (err != 0) { - /* some errors just indicate that the address wasn't suitable */ - switch (err) { -+#ifdef EAI_NODATA - case EAI_NODATA: -+#else -+ case EAI_NONAME: -+#endif -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: -+#endif - case EAI_SERVICE: - case EAI_SOCKTYPE: - return FALSE; |