pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ted Stop using malloc.h, it is deliberately br...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c55545991bf4
branches:  trunk
changeset: 632349:c55545991bf4
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Mar 25 23:13:21 2014 +0000

description:
Stop using malloc.h, it is deliberately broken on FreeBSD.

diffstat:

 editors/ted/distinfo                         |   3 ++-
 editors/ted/patches/patch-appUtil_csvsheet.c |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r de6981ead775 -r c55545991bf4 editors/ted/distinfo
--- a/editors/ted/distinfo      Tue Mar 25 23:06:07 2014 +0000
+++ b/editors/ted/distinfo      Tue Mar 25 23:13:21 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2014/02/01 03:46:49 markd Exp $
+$NetBSD: distinfo,v 1.15 2014/03/25 23:13:21 asau Exp $
 
 SHA1 (ted-2.21.src.tar.gz) = 303b15de1fe97e473c4b89a88b6e127ee81e07e9
 RMD160 (ted-2.21.src.tar.gz) = 68935d62d216708c7053910f1261353176cf5c72
@@ -11,3 +11,4 @@
 SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9
 SHA1 (patch-ag) = 3db30b3b2e04b03e4d69704ba00d6182f0c5fd9f
 SHA1 (patch-appFrame_appFontConfig.c) = b73d920231cd426b7db5a5d8cf6dfa87f3469a2c
+SHA1 (patch-appUtil_csvsheet.c) = 70c3accb39099b8926f5681b24f3e4be048fd255
diff -r de6981ead775 -r c55545991bf4 editors/ted/patches/patch-appUtil_csvsheet.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/ted/patches/patch-appUtil_csvsheet.c      Tue Mar 25 23:13:21 2014 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-appUtil_csvsheet.c,v 1.1 2014/03/25 23:13:21 asau Exp $
+
+--- appUtil/csvsheet.c.orig    2009-10-16 15:20:58.000000000 +0000
++++ appUtil/csvsheet.c
+@@ -1,7 +1,6 @@
+ #   include   <stdio.h>
+ #   include   <string.h>
+ #   include   <stdlib.h>
+-#   include   <malloc.h>
+ #   include   <time.h>
+ 
+ #   include   "csv.h"



Home | Main Index | Thread Index | Old Index