pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ted Do not include <malloc.h>.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0996eee457
branches:  trunk
changeset: 496973:5c0996eee457
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jul 18 00:46:18 2005 +0000

description:
Do not include <malloc.h>.

diffstat:

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

diffs (30 lines):

diff -r 531e1278748c -r 5c0996eee457 editors/ted/distinfo
--- a/editors/ted/distinfo      Mon Jul 18 00:37:19 2005 +0000
+++ b/editors/ted/distinfo      Mon Jul 18 00:46:18 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/02/23 17:15:12 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/07/18 00:46:18 kristerw Exp $
 
 SHA1 (ted-2.16.src.tar.gz) = 4608e1cdcf0eeb8eb77032544b933d32bcd8e100
 RMD160 (ted-2.16.src.tar.gz) = 024f12c3e75a2d078071d82ec446a0002fd2ed4e
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = a0761bd537cbef20bf80a74eb59c2352a97e4d99
 SHA1 (patch-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994
 SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9
+SHA1 (patch-ag) = 1de6cec39070603d690ed6fc8e3e4dc7dc977b76
diff -r 531e1278748c -r 5c0996eee457 editors/ted/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/ted/patches/patch-ag      Mon Jul 18 00:46:18 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/07/18 00:46:18 kristerw Exp $
+
+--- appUtil/psTtf.c.orig       Mon Jul 18 02:43:21 2005
++++ appUtil/psTtf.c    Mon Jul 18 02:43:28 2005
+@@ -1,7 +1,6 @@
+ #   include   <stdio.h>
+ #   include   <string.h>
+ #   include   <stdlib.h>
+-#   include   <malloc.h>
+ 
+ #   define    y0      math_y0
+ #   define    y1      math_y1



Home | Main Index | Thread Index | Old Index