summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorasau <asau>2014-03-25 23:13:21 +0000
committerasau <asau>2014-03-25 23:13:21 +0000
commit84de3777d69b86f2ee113af069f81ff75ce28299 (patch)
treee2b85516fe7c8e03778603cf0f2cdb4cfb3d1194 /editors
parent2af3397874c41903cc97118193b63046a9485706 (diff)
downloadpkgsrc-84de3777d69b86f2ee113af069f81ff75ce28299.tar.gz
Stop using malloc.h, it is deliberately broken on FreeBSD.
Diffstat (limited to 'editors')
-rw-r--r--editors/ted/distinfo3
-rw-r--r--editors/ted/patches/patch-appUtil_csvsheet.c12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/ted/distinfo b/editors/ted/distinfo
index 495db676e1e..8db70b80220 100644
--- a/editors/ted/distinfo
+++ b/editors/ted/distinfo
@@ -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-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994
SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9
SHA1 (patch-ag) = 3db30b3b2e04b03e4d69704ba00d6182f0c5fd9f
SHA1 (patch-appFrame_appFontConfig.c) = b73d920231cd426b7db5a5d8cf6dfa87f3469a2c
+SHA1 (patch-appUtil_csvsheet.c) = 70c3accb39099b8926f5681b24f3e4be048fd255
diff --git a/editors/ted/patches/patch-appUtil_csvsheet.c b/editors/ted/patches/patch-appUtil_csvsheet.c
new file mode 100644
index 00000000000..b53ab3c8f3e
--- /dev/null
+++ b/editors/ted/patches/patch-appUtil_csvsheet.c
@@ -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"