pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aview-x11 s/malloc.h/stdlib.h/ for darwin/fre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d1ad155f024
branches:  trunk
changeset: 474891:0d1ad155f024
user:      danw <danw%pkgsrc.org@localhost>
date:      Fri May 07 02:43:51 2004 +0000

description:
s/malloc.h/stdlib.h/ for darwin/freebsd

diffstat:

 graphics/aview-x11/distinfo         |   4 +++-
 graphics/aview-x11/patches/patch-ac |  12 ++++++++++++
 graphics/aview-x11/patches/patch-ad |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 31602230e56d -r 0d1ad155f024 graphics/aview-x11/distinfo
--- a/graphics/aview-x11/distinfo       Fri May 07 02:38:54 2004 +0000
+++ b/graphics/aview-x11/distinfo       Fri May 07 02:43:51 2004 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/30 11:41:55 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/05/07 02:43:51 danw Exp $
 
 SHA1 (aview-1.3.0rc1.tar.gz) = d757ff9f62e6ce4d926c03ae4f4096d9fcf353fc
 Size (aview-1.3.0rc1.tar.gz) = 54317 bytes
 SHA1 (patch-aa) = 4fb90e608e912839a3febef1b7086909eb93d42a
 SHA1 (patch-ab) = ed1d623e8ffe18e5cdb18727a2ccbb2cf8c50b1d
+SHA1 (patch-ac) = c9a66a3e6bf97dffe7335ccb9af666250d25f370
+SHA1 (patch-ad) = 690a8af07eee1e44611b9111678ab1aff52c7bfa
diff -r 31602230e56d -r 0d1ad155f024 graphics/aview-x11/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/aview-x11/patches/patch-ac       Fri May 07 02:43:51 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/05/07 02:43:51 danw Exp $
+
+--- image.c.orig       Thu May  6 22:36:27 2004
++++ image.c
+@@ -1,6 +1,6 @@
+ #include <stdio.h>
+ #include <unistd.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "config.h"
+ 
+ int imgwidth, imgheight;
diff -r 31602230e56d -r 0d1ad155f024 graphics/aview-x11/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/aview-x11/patches/patch-ad       Fri May 07 02:43:51 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/05/07 02:43:51 danw Exp $
+
+--- ui.c.orig  Thu May  6 22:36:30 2004
++++ ui.c
+@@ -1,6 +1,6 @@
+ #include <stdio.h>
+ #include <ctype.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <aalib.h>
+ #include "shrink.h"



Home | Main Index | Thread Index | Old Index