1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Remove patches, forgotten on last commit

Noticed by:	krismail
This commit is contained in:
Renato Botelho 2006-02-20 09:57:17 +00:00
parent 74331843f6
commit f9586fcc87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156478
3 changed files with 0 additions and 40 deletions

View File

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

View File

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

View File

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