File: cares-make.patch

package info (click to toggle)
python-gevent 20.9.0-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 21,000 kB
  • sloc: python: 158,152; ansic: 72,855; sh: 5,235; makefile: 1,574; javascript: 108; awk: 18
file content (138 lines) | stat: -rw-r--r-- 3,710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
diff --git a/deps/c-ares/Makefile.in b/deps/c-ares/Makefile.in
index 33a6f627..ad201713 100644
--- a/deps/c-ares/Makefile.in
+++ b/deps/c-ares/Makefile.in
@@ -746,63 +746,7 @@ HHEADERS = ares.h			\
   ares_setup.h				\
   setup_once.h
 
-MANPAGES = ares_cancel.3		\
-  ares_create_query.3			\
-  ares_destroy.3			\
-  ares_destroy_options.3		\
-  ares_dup.3				\
-  ares_expand_name.3			\
-  ares_expand_string.3			\
-  ares_fds.3				\
-  ares_free_data.3			\
-  ares_free_hostent.3			\
-  ares_free_string.3			\
-  ares_freeaddrinfo.3			\
-  ares_get_servers.3			\
-  ares_get_servers_ports.3		\
-  ares_getaddrinfo.3			\
-  ares_gethostbyaddr.3			\
-  ares_gethostbyname.3			\
-  ares_gethostbyname_file.3		\
-  ares_getnameinfo.3			\
-  ares_getsock.3			\
-  ares_inet_ntop.3			\
-  ares_inet_pton.3			\
-  ares_init.3				\
-  ares_init_options.3			\
-  ares_library_cleanup.3		\
-  ares_library_init.3			\
-  ares_library_init_android.3		\
-  ares_library_initialized.3		\
-  ares_mkquery.3			\
-  ares_parse_a_reply.3			\
-  ares_parse_aaaa_reply.3		\
-  ares_parse_mx_reply.3			\
-  ares_parse_naptr_reply.3		\
-  ares_parse_ns_reply.3			\
-  ares_parse_ptr_reply.3		\
-  ares_parse_soa_reply.3		\
-  ares_parse_srv_reply.3		\
-  ares_parse_txt_reply.3		\
-  ares_process.3			\
-  ares_query.3				\
-  ares_save_options.3			\
-  ares_search.3				\
-  ares_send.3				\
-  ares_set_local_dev.3			\
-  ares_set_local_ip4.3			\
-  ares_set_local_ip6.3			\
-  ares_set_servers.3			\
-  ares_set_servers_csv.3		\
-  ares_set_servers_ports.3		\
-  ares_set_servers_ports_csv.3		\
-  ares_set_socket_callback.3		\
-  ares_set_socket_configure_callback.3	\
-  ares_set_socket_functions.3		\
-  ares_set_sortlist.3			\
-  ares_strerror.3			\
-  ares_timeout.3			\
-  ares_version.3
+MANPAGES =
 
 HTMLPAGES = ares_cancel.html		\
   ares_create_query.html		\
diff --git a/deps/c-ares/Makefile.inc b/deps/c-ares/Makefile.inc
index f65df1f5..1499168a 100644
--- a/deps/c-ares/Makefile.inc
+++ b/deps/c-ares/Makefile.inc
@@ -80,63 +80,7 @@ HHEADERS = ares.h			\
   ares_setup.h				\
   setup_once.h
 
-MANPAGES = ares_cancel.3		\
-  ares_create_query.3			\
-  ares_destroy.3			\
-  ares_destroy_options.3		\
-  ares_dup.3				\
-  ares_expand_name.3			\
-  ares_expand_string.3			\
-  ares_fds.3				\
-  ares_free_data.3			\
-  ares_free_hostent.3			\
-  ares_free_string.3			\
-  ares_freeaddrinfo.3			\
-  ares_get_servers.3			\
-  ares_get_servers_ports.3		\
-  ares_getaddrinfo.3			\
-  ares_gethostbyaddr.3			\
-  ares_gethostbyname.3			\
-  ares_gethostbyname_file.3		\
-  ares_getnameinfo.3			\
-  ares_getsock.3			\
-  ares_inet_ntop.3			\
-  ares_inet_pton.3			\
-  ares_init.3				\
-  ares_init_options.3			\
-  ares_library_cleanup.3		\
-  ares_library_init.3			\
-  ares_library_init_android.3		\
-  ares_library_initialized.3		\
-  ares_mkquery.3			\
-  ares_parse_a_reply.3			\
-  ares_parse_aaaa_reply.3		\
-  ares_parse_mx_reply.3			\
-  ares_parse_naptr_reply.3		\
-  ares_parse_ns_reply.3			\
-  ares_parse_ptr_reply.3		\
-  ares_parse_soa_reply.3		\
-  ares_parse_srv_reply.3		\
-  ares_parse_txt_reply.3		\
-  ares_process.3			\
-  ares_query.3				\
-  ares_save_options.3			\
-  ares_search.3				\
-  ares_send.3				\
-  ares_set_local_dev.3			\
-  ares_set_local_ip4.3			\
-  ares_set_local_ip6.3			\
-  ares_set_servers.3			\
-  ares_set_servers_csv.3		\
-  ares_set_servers_ports.3		\
-  ares_set_servers_ports_csv.3		\
-  ares_set_socket_callback.3		\
-  ares_set_socket_configure_callback.3	\
-  ares_set_socket_functions.3		\
-  ares_set_sortlist.3			\
-  ares_strerror.3			\
-  ares_timeout.3			\
-  ares_version.3
+MANPAGES =
 
 HTMLPAGES = ares_cancel.html		\
   ares_create_query.html		\