diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-25 09:00:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-25 09:00:39 +0000 |
commit | 67e9a69b8360faf5dc768eae4eee9892834d19c3 (patch) | |
tree | 7882d4eed75203971fe9414aa50dc126a1d7b4e7 /www/crawl/files | |
parent | Update misc/elixir-mime to version 1.2.0. (diff) |
- Switch to options helpers
- Regenerate patches
- Update WWW
Notes
Notes:
svn path=/head/; revision=457211
Diffstat (limited to 'www/crawl/files')
-rw-r--r-- | www/crawl/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | www/crawl/files/patch-compat__gai-errnos.h | 4 | ||||
-rw-r--r-- | www/crawl/files/patch-configure | 6 | ||||
-rw-r--r-- | www/crawl/files/patch-dns.c | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/www/crawl/files/patch-Makefile.in b/www/crawl/files/patch-Makefile.in index 0f6ac92fab60..bc2a55ba2822 100644 --- a/www/crawl/files/patch-Makefile.in +++ b/www/crawl/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sat May 17 20:50:51 2003 -+++ Makefile.in Sun Dec 21 12:19:52 2003 -@@ -159,7 +154,6 @@ +--- Makefile.in.orig 2003-05-18 01:50:51 UTC ++++ Makefile.in +@@ -159,7 +159,6 @@ $(srcdir)/config.h.in: $(srcdir)/stamp-h $(MAKE) $(srcdir)/stamp-h.in; \ else :; fi $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h diff --git a/www/crawl/files/patch-compat__gai-errnos.h b/www/crawl/files/patch-compat__gai-errnos.h index 4938834231d6..1387029c4d9b 100644 --- a/www/crawl/files/patch-compat__gai-errnos.h +++ b/www/crawl/files/patch-compat__gai-errnos.h @@ -1,5 +1,5 @@ ---- compat/gai-errnos.h.orig Fri Mar 12 07:29:36 2004 -+++ compat/gai-errnos.h Fri Mar 12 07:29:52 2004 +--- compat/gai-errnos.h.orig 2003-05-17 16:39:02 UTC ++++ compat/gai-errnos.h @@ -10,5 +10,7 @@ /* for old netdb.h */ #ifndef EAI_NODATA diff --git a/www/crawl/files/patch-configure b/www/crawl/files/patch-configure index 98913fcc56c4..220a86f724c6 100644 --- a/www/crawl/files/patch-configure +++ b/www/crawl/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Dec 21 12:18:11 2003 -+++ configure Sun Dec 21 12:18:28 2003 -@@ -2545,11 +2545,11 @@ +--- configure.orig 2003-05-18 01:50:55 UTC ++++ configure +@@ -2545,11 +2545,11 @@ echo "${ECHO_T}no" >&6 *) echo "$as_me:$LINENO: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 diff --git a/www/crawl/files/patch-dns.c b/www/crawl/files/patch-dns.c index 02215d8c182e..49c5da625c81 100644 --- a/www/crawl/files/patch-dns.c +++ b/www/crawl/files/patch-dns.c @@ -1,6 +1,6 @@ ---- dns.c.orig Sun May 18 10:21:33 2003 -+++ dns.c Mon May 30 16:20:14 2005 -@@ -562,8 +562,13 @@ +--- dns.c.orig 2003-05-18 01:21:33 UTC ++++ dns.c +@@ -562,8 +562,13 @@ dns_resolve(char *ip, struct addrinfo ** if (res != 0) { fprintf(stderr, "%s: getaddrinfo(%s): %s\n", __func__, ip, gai_strerror(res)); |