pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ex Fixed patch-ac from tv to only change the c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2245f9d9916e
branches:  trunk
changeset: 502779:2245f9d9916e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 08 21:39:12 2005 +0000

description:
Fixed patch-ac from tv to only change the code on Interix. This makes all
other platforms work again.

diffstat:

 editors/ex/distinfo         |  4 ++--
 editors/ex/patches/patch-ac |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a895b13def38 -r 2245f9d9916e editors/ex/distinfo
--- a/editors/ex/distinfo       Tue Nov 08 21:20:17 2005 +0000
+++ b/editors/ex/distinfo       Tue Nov 08 21:39:12 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/10/31 20:04:45 tv Exp $
+$NetBSD: distinfo,v 1.7 2005/11/08 21:39:12 rillig Exp $
 
 SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09
 RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1
 Size (ex-040103.tar.gz) = 284130 bytes
 SHA1 (patch-aa) = 28d07a850482fffa5e0726438868b55a94105e50
 SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e
-SHA1 (patch-ac) = df1d208fc0736f130a2a1a4fbf7a4f7d3e45bbdb
+SHA1 (patch-ac) = f95a9cfc90616d7ce9c202871b8bfe0175e4f26f
diff -r a895b13def38 -r 2245f9d9916e editors/ex/patches/patch-ac
--- a/editors/ex/patches/patch-ac       Tue Nov 08 21:20:17 2005 +0000
+++ b/editors/ex/patches/patch-ac       Tue Nov 08 21:39:12 2005 +0000
@@ -1,12 +1,14 @@
-$NetBSD: patch-ac,v 1.1 2005/10/31 20:04:46 tv Exp $
+$NetBSD: patch-ac,v 1.2 2005/11/08 21:39:12 rillig Exp $
 
 --- mapmalloc.c.orig   2003-01-28 15:04:25.000000000 -0500
 +++ mapmalloc.c
-@@ -54,6 +54,7 @@
+@@ -54,6 +54,9 @@
  #include <fcntl.h>
  #include <errno.h>
  #include <limits.h>
++#if defined(__INTERIX)
 +#include <stdlib.h>
++#endif
  #ifdef        __GLIBC__
  /*
   * Broken GNU libc will include stdlib.h with conflicting



Home | Main Index | Thread Index | Old Index