pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

edbrowse: Adapt patch-src_http.c to upstream changes.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 28 22:02:44 2018 +0200
Changeset:	a3a3bceaec34a3b9fb649c35f838a255f4d822a0

Modified Files:
	edbrowse/distinfo
	edbrowse/patches/patch-src_http.c

Log Message:
edbrowse: Adapt patch-src_http.c to upstream changes.

Upstream already fixed that post 3.7.3, so just backport relevant commit (NFCI).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3a3bceaec34a3b9fb649c35f838a255f4d822a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 edbrowse/distinfo                 |  2 +-
 edbrowse/patches/patch-src_http.c | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/edbrowse/distinfo b/edbrowse/distinfo
index f2ebd37d39..3b651b9b3c 100644
--- a/edbrowse/distinfo
+++ b/edbrowse/distinfo
@@ -4,4 +4,4 @@ SHA1 (edbrowse-3.7.3.tar.gz) = 0112ff2f034495d756289c8a41d69d9774ee881a
 RMD160 (edbrowse-3.7.3.tar.gz) = 5dbdf07139b809b89e4449a16dff8bb0629d4760
 SHA512 (edbrowse-3.7.3.tar.gz) = fa1ffeb373e9c917652f96e2b19aabe7578537c8d0ccae944ae7d08ede75e7d166cf4417f75551997d8468442844d13a59c6ef301839e07c2e2851cbfa6e52e9
 Size (edbrowse-3.7.3.tar.gz) = 707515 bytes
-SHA1 (patch-src_http.c) = ea540b6ebfdb7cac509a08038f84286fb0af7133
+SHA1 (patch-src_http.c) = 71fd2662eedfd2d36cafe9588301cfb207c95c7f
diff --git a/edbrowse/patches/patch-src_http.c b/edbrowse/patches/patch-src_http.c
index 1135e4169c..a1abea53ca 100644
--- a/edbrowse/patches/patch-src_http.c
+++ b/edbrowse/patches/patch-src_http.c
@@ -1,14 +1,16 @@
 $NetBSD$
 
-Needed for signal(3).
+Also include <signal.h>, needed for signal(3).
+
+From upstream commit `885fbc5f18ae61f9af9faa3e9d25c67a65148f6a'.
 
 --- src/http.c.orig	2018-03-30 01:25:41.000000000 +0000
 +++ src/http.c
-@@ -10,6 +10,7 @@
+@@ -9,6 +9,7 @@
+ #include <fcntl.h>
  #else
  #include <sys/wait.h>
- #endif
 +#include <signal.h>
+ #endif
  #include <time.h>
  
- char *serverData;


Home | Main Index | Thread Index | Old Index