pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gcalctool s/malloc.h/stdlib.h/ for darwin/freebsd
details: https://anonhg.NetBSD.org/pkgsrc/rev/6db1d4a6a7c1
branches: trunk
changeset: 475190:6db1d4a6a7c1
user: danw <danw%pkgsrc.org@localhost>
date: Tue May 11 15:11:30 2004 +0000
description:
s/malloc.h/stdlib.h/ for darwin/freebsd
diffstat:
math/gcalctool/distinfo | 3 ++-
math/gcalctool/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 97ba34da088c -r 6db1d4a6a7c1 math/gcalctool/distinfo
--- a/math/gcalctool/distinfo Tue May 11 13:36:25 2004 +0000
+++ b/math/gcalctool/distinfo Tue May 11 15:11:30 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.10 2004/04/01 18:56:25 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2004/05/11 15:11:30 danw Exp $
SHA1 (gcalctool-4.3.51.tar.bz2) = e553aaf20811458d395483e51842aaecdf281839
Size (gcalctool-4.3.51.tar.bz2) = 842356 bytes
+SHA1 (patch-aa) = 14a62c26690fcf97a41775f8033a46d597e1dc08
diff -r 97ba34da088c -r 6db1d4a6a7c1 math/gcalctool/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gcalctool/patches/patch-aa Tue May 11 15:11:30 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2004/05/11 15:11:30 danw Exp $
+
+--- gcalctool/calctool.c.orig Tue May 11 11:02:10 2004
++++ gcalctool/calctool.c
+@@ -21,7 +21,7 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <sys/types.h>
+ #include "calctool.h"
+ #include <gdk/gdkkeysyms.h>
Home |
Main Index |
Thread Index |
Old Index