pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs Don't include malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf3b22626463
branches:  trunk
changeset: 531475:bf3b22626463
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 31 12:26:58 2007 +0000

description:
Don't include malloc.h.

diffstat:

 editors/TeXmacs/distinfo         |   3 ++-
 editors/TeXmacs/patches/patch-ad |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 63a8b1c727b9 -r bf3b22626463 editors/TeXmacs/distinfo
--- a/editors/TeXmacs/distinfo  Tue Jul 31 12:02:45 2007 +0000
+++ b/editors/TeXmacs/distinfo  Tue Jul 31 12:26:58 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.44 2007/07/06 18:09:04 drochner Exp $
+$NetBSD: distinfo,v 1.45 2007/07/31 12:26:58 joerg Exp $
 
 SHA1 (TeXmacs-1.0.6.10-src.tar.gz) = 0774bded87ff0fa373e048aeac91f171db95e151
 RMD160 (TeXmacs-1.0.6.10-src.tar.gz) = 11ce6db065e6d7a060fecdd10e726320f88a11e6
@@ -6,6 +6,7 @@
 SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99
 SHA1 (patch-ab) = e2d3dff7ce46ff0a827c6d6e9320060b21d6bd71
 SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8
+SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
 SHA1 (patch-ai) = 10c6e74b4b1b9b38a5da071f0ad00780ae8aa419
diff -r 63a8b1c727b9 -r bf3b22626463 editors/TeXmacs/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/TeXmacs/patches/patch-ad  Tue Jul 31 12:26:58 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.4 2007/07/31 12:26:58 joerg Exp $
+
+--- src/System/Link/pipe_link.cpp.orig 2007-07-31 11:50:35.000000000 +0000
++++ src/System/Link/pipe_link.cpp
+@@ -23,9 +23,6 @@
+ #ifdef OS_WIN32
+ #include <sys/pipe.h>
+ #endif
+-#ifndef __APPLE__
+-#include <malloc.h>
+-#endif
+ 
+ hashset<pointer> pipe_link_set;
+ 



Home | Main Index | Thread Index | Old Index