pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
curl: Remove no longer needed patch
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Mar 28 00:26:14 2019 +0100
Changeset: e875b1afc7b0fe75e123efc0d05d2f0cac1cbd7a
Modified Files:
curl/distinfo
Removed Files:
curl/patches/patch-lib_hostcheck.c
Log Message:
curl: Remove no longer needed patch
<netinet/in.h> is already included few lines before.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e875b1afc7b0fe75e123efc0d05d2f0cac1cbd7a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
curl/distinfo | 1 -
curl/patches/patch-lib_hostcheck.c | 21 ---------------------
2 files changed, 22 deletions(-)
diffs:
diff --git a/curl/distinfo b/curl/distinfo
index e4f3d6b3ea..55489874be 100644
--- a/curl/distinfo
+++ b/curl/distinfo
@@ -6,4 +6,3 @@ SHA512 (curl-7.64.1.tar.xz) = 1629ba154691bf9d936e0bce69ec8fb54991a40d34bc16ffdf
Size (curl-7.64.1.tar.xz) = 2385360 bytes
SHA1 (patch-configure) = a1674c54b3a8803f84c6b5a7ddd5e79df2b20896
SHA1 (patch-curl-config.in) = 363359665985cc14f36ddf47fc3480f1200e3533
-SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308
diff --git a/curl/patches/patch-lib_hostcheck.c b/curl/patches/patch-lib_hostcheck.c
deleted file mode 100644
index 1ac2251f5e..0000000000
--- a/curl/patches/patch-lib_hostcheck.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-lib_hostcheck.c,v 1.4 2015/08/08 02:44:16 spz Exp $
-
-Add missing header for DragonflyBSD.
-PR 48691 by David Shao.
-
---- lib/hostcheck.c.orig 2015-06-03 07:38:20.000000000 +0000
-+++ lib/hostcheck.c
-@@ -34,6 +34,13 @@
- #include "inet_pton.h"
-
- #include "curl_memory.h"
-+
-+#ifdef ENABLE_IPV6
-+#ifdef HAVE_NETINET_IN_H
-+#include <netinet/in.h>
-+#endif
-+#endif
-+
- /* The last #include file should be: */
- #include "memdebug.h"
-
Home |
Main Index |
Thread Index |
Old Index