View | Details | Raw Unified | Return to bug 98159 | Differences between
and this patch

Collapse All | Expand All

(-)libdwarf/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libdwarf
8
PORTNAME=	libdwarf
9
PORTVERSION=	20041122
9
PORTVERSION=	20060421
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://reality.sgi.com/davea/
11
MASTER_SITES=	http://reality.sgi.com/davea/
12
12
(-)libdwarf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libdwarf-20041122.tar.gz) = f326a50b103ecd9bb7884fd70d7d40cf
1
MD5 (libdwarf-20060421.tar.gz) = 2ceb4e51af2cbb2f55a26d0fe9c54f47
2
SHA256 (libdwarf-20041122.tar.gz) = ed2b87136168623b7690ef344030b7b1a107ec5faea37c422157ad9de9a9581f
2
SHA256 (libdwarf-20060421.tar.gz) = 4ea1395987e6e302b83cfaff9ed369a66cb5a874c73cee59b503fdb9d08aaecd
3
SIZE (libdwarf-20041122.tar.gz) = 792298
3
SIZE (libdwarf-20060421.tar.gz) = 877722
(-)libdwarf/files/patch-malloc.h (-30 lines)
Lines 1-30 Link Here
1
--- dwarf_alloc.c.orig	Mon Nov 22 19:20:35 2004
2
+++ dwarf_alloc.c	Fri Feb 11 22:22:22 2005
3
@@ -41,7 +41,6 @@
4
 
5
 #include <stdlib.h>
6
 #include <stdio.h>
7
-#include <malloc.h>
8
 
9
 /*
10
     These files are included to get the sizes
11
--- dwarf_init_finish.c.orig	Mon Nov 22 19:20:33 2004
12
+++ dwarf_init_finish.c	Fri Feb 11 22:22:30 2005
13
@@ -57,7 +57,6 @@
14
 #include <sys/types.h>
15
 #include <string.h>
16
 #include <stdlib.h>
17
-#include <malloc.h>
18
 
19
 #include "dwarf_incl.h"
20
 
21
--- dwarf_sort_line.c.orig	Mon Nov 22 19:20:35 2004
22
+++ dwarf_sort_line.c	Fri Feb 11 22:22:39 2005
23
@@ -43,7 +43,6 @@
24
 #ifdef HAVE_ALLOCA_H
25
 #include <alloca.h>
26
 #endif
27
-#include <malloc.h>
28
 
29
 #define MINIMUM_POSSIBLE_PROLOG_LEN 10  /* 10 is  based on */
30
 	/*  the definition of the DWARF2/3 line table prolog.
(-)libdwarf/pkg-descr (-1 / +1 lines)
Lines 2-6 Link Here
2
by the same author.  It implements routines to access the
2
by the same author.  It implements routines to access the
3
DWARF debugging information found in ELF object files.
3
DWARF debugging information found in ELF object files.
4
4
5
WWW:		http://reality.sgi.com/davea/
5
WWW:		http://reality.sgiweb.org/davea/dwarf.html
6
Author:		David Anderson of SGI
6
Author:		David Anderson of SGI

Return to bug 98159