diff options
-rw-r--r-- | devel/ArX/distinfo | 4 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ab | 18 |
2 files changed, 15 insertions, 7 deletions
diff --git a/devel/ArX/distinfo b/devel/ArX/distinfo index f4b4cf4e69c..d0c828945a6 100644 --- a/devel/ArX/distinfo +++ b/devel/ArX/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/08/09 10:06:13 drochner Exp $ +$NetBSD: distinfo,v 1.3 2005/01/23 19:34:14 kristerw Exp $ SHA1 (ArX-1.0.20.tar.gz) = 3db4ff49fb827caf1d1f729c43f2877dc1f7232d Size (ArX-1.0.20.tar.gz) = 8266849 bytes SHA1 (patch-aa) = a0b75602438ddac4a5dd5eebae351fe225b178e5 -SHA1 (patch-ab) = 0e7a6be1e9342a6c66e929a82cc304216cb4892e +SHA1 (patch-ab) = 939f60ba06d248e13b99c1378dbc4c73ce4ce838 diff --git a/devel/ArX/patches/patch-ab b/devel/ArX/patches/patch-ab index da9febb761e..8fcb3f07283 100644 --- a/devel/ArX/patches/patch-ab +++ b/devel/ArX/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.1 2004/08/09 10:06:13 drochner Exp $ +$NetBSD: patch-ab,v 1.2 2005/01/23 19:34:14 kristerw Exp $ ---- src/arx/utility_functions/Spawn.cpp.orig 2004-08-08 18:33:40.000000000 +0200 -+++ src/arx/utility_functions/Spawn.cpp -@@ -114,10 +114,13 @@ bool Spawn::execute(int &return_exit_sta +--- src/arx/utility_functions/Spawn.cpp.orig Wed Apr 21 22:44:08 2004 ++++ src/arx/utility_functions/Spawn.cpp Sun Jan 23 20:30:02 2005 +@@ -25,6 +25,7 @@ + #include <string> + #include <glib.h> + #include <string.h> ++#include <errno.h> + #include "boost/filesystem/path.hpp" + #include "arx_error.hpp" + +@@ -114,10 +115,13 @@ if(child_pid) { /* This is the parent. */ @@ -19,7 +27,7 @@ $NetBSD: patch-ab,v 1.1 2004/08/09 10:06:13 drochner Exp $ { return_exit_status=WEXITSTATUS(exit_status); } -@@ -125,7 +128,6 @@ bool Spawn::execute(int &return_exit_sta +@@ -125,7 +129,6 @@ { result=FALSE; } |