changeset 1970:ca9a26198323

packages libarchive libdnet: updated patch provenance
author Mark Brand <mabrand@mabrand.nl>
date Sun, 28 Aug 2011 20:01:37 +0200
parents 6e8b65be3e7e
children ffed90770a93
files src/libarchive-1-fixes.patch src/libdnet-1-fixes.patch
diffstat 2 files changed, 9 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/libarchive-1-fixes.patch	Sun Aug 28 06:03:10 2011 +1000
+++ b/src/libarchive-1-fixes.patch	Sun Aug 28 20:01:37 2011 +0200
@@ -1,13 +1,12 @@
 This file is part of mingw-cross-env.
 See doc/index.html for further information.
 
-Contains ad hoc patches for cross building.
+Patch taken from
+http://code.google.com/p/libarchive/source/detail?r=3649
 
-From 5dc5ed0a476884c696e0ac01f9298ba02c213290 Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Wed, 24 Aug 2011 18:08:23 +0200
-Subject: [PATCH] do not redefine ssize_t
-
+mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch
+allows libarchive to use this ssize_t instead of defining its
+own which causes build failure. Applies to libarchive 2.8.4.
 
 diff --git a/libarchive/archive.h b/libarchive/archive.h
 index 5ca28eb..f33a8ed 100644
--- a/src/libdnet-1-fixes.patch	Sun Aug 28 06:03:10 2011 +1000
+++ b/src/libdnet-1-fixes.patch	Sun Aug 28 20:01:37 2011 +0200
@@ -1,13 +1,11 @@
 This file is part of mingw-cross-env.
 See doc/index.html for further information.
 
-Contains ad hoc patches for cross building.
+Patch taken from http://sourceforge.net/mailarchive/message.php?msg_id=27995461
 
-From 830ac87570520d72a173a351c082503c4d1b2911 Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Wed, 24 Aug 2011 18:01:19 +0200
-Subject: [PATCH] do not redefine ssize_t
-
+mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch
+allows libdnet to use this ssize_t instead of defining its
+own which causes build failure. Applies to libdnet 1.11.
 
 diff --git a/include/dnet/os.h b/include/dnet/os.h
 index c12c7b2..9e8bdd2 100644