diff options
author | dholland <dholland@pkgsrc.org> | 2011-08-16 01:30:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-08-16 01:30:59 +0000 |
commit | ae29451eda074ff45b75b8cb32cde4db531d1d96 (patch) | |
tree | ba655f2d3efe8e8b946f43795cb23584450697c4 /www/nvu | |
parent | b6806bf05a0df4c7abd2d33e4133ec17b0893bfe (diff) | |
download | pkgsrc-ae29451eda074ff45b75b8cb32cde4db531d1d96.tar.gz |
Fix previous, which only worked on current because of PR 45258.
Addresses new problem appearing in PR 40206.
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/distinfo | 4 | ||||
-rw-r--r-- | www/nvu/patches/patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/www/nvu/distinfo b/www/nvu/distinfo index a4660d681d7..79ffc698b09 100644 --- a/www/nvu/distinfo +++ b/www/nvu/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2011/08/13 22:20:14 dholland Exp $ +$NetBSD: distinfo,v 1.5 2011/08/16 01:30:59 dholland Exp $ SHA1 (nvu-1.0-sources.tar.bz2) = 438b1633cb820bbede503ef2da90f46d4e96bee8 RMD160 (nvu-1.0-sources.tar.bz2) = 6d6fdb747d79e8602a4757e8eff8bbb21db6df8c @@ -11,7 +11,7 @@ SHA1 (patch-al) = 57a15074fca3ddba756d0b3898ad9bf06a6e130a SHA1 (patch-an) = 99ac2da44322db96f8d65fbfdb380727b9da96fe SHA1 (patch-ao) = 617d232bd335bc988388f2004ca919c829e371da SHA1 (patch-ap) = 82a85df0b172f949509561f83ae7849e177babee -SHA1 (patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp) = 37d4aa3d3ce2f4885deaac3cdc97e0b010216511 +SHA1 (patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp) = 5b14d68932a3dd2be9e57f130e825150de8cc8dd SHA1 (patch-nsprpub_config_Makefile.in) = daf6423b53385c32e658fa5d93e33a0c5f31ca91 SHA1 (patch-nsprpub_pr_include_md__netbsd_cfg) = 4f65863a7516ed8c37a752e040ef1e3d4b881f29 SHA1 (patch-nsprpub_pr_include_md__netbsd_h) = 059df4799777743947b74ae39ed250c17c78ad37 diff --git a/www/nvu/patches/patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp b/www/nvu/patches/patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp index 4c45c1c040d..5e2f1938806 100644 --- a/www/nvu/patches/patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp +++ b/www/nvu/patches/patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp @@ -1,10 +1,18 @@ -$NetBSD: patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp,v 1.1 2011/08/13 22:20:14 dholland Exp $ +$NetBSD: patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp,v 1.2 2011/08/16 01:31:00 dholland Exp $ Build on amd64. ---- netwerk/protocol/http/src/nsHttpConnectionMgr.cpp~ 2004-09-01 23:31:03.000000000 +0000 +--- netwerk/protocol/http/src/nsHttpConnectionMgr.cpp.orig 2004-09-01 23:31:03.000000000 +0000 +++ netwerk/protocol/http/src/nsHttpConnectionMgr.cpp -@@ -834,8 +834,8 @@ nsHttpConnectionMgr::OnMsgReclaimConnect +@@ -36,6 +36,7 @@ + * + * ***** END LICENSE BLOCK ***** */ + ++#include <stdint.h> + #include "nsHttpConnectionMgr.h" + #include "nsHttpConnection.h" + #include "nsHttpPipeline.h" +@@ -834,8 +835,8 @@ nsHttpConnectionMgr::OnMsgReclaimConnect void nsHttpConnectionMgr::OnMsgUpdateParam(nsresult status, void *param) { |