pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libelf initial import of libelf-0.8.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/326ddf07b968
branches:  trunk
changeset: 469978:326ddf07b968
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Mar 04 11:27:59 2004 +0000

description:
initial import of libelf-0.8.5
provided by Andrey Petrov in PR 24658

Libelf - ELF object file access library.

diffstat:

 devel/libelf/DESCR            |   1 +
 devel/libelf/Makefile         |  16 ++++++++++++++++
 devel/libelf/PLIST            |   7 +++++++
 devel/libelf/distinfo         |   5 +++++
 devel/libelf/patches/patch-aa |  26 ++++++++++++++++++++++++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 261896f0613b -r 326ddf07b968 devel/libelf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libelf/DESCR        Thu Mar 04 11:27:59 2004 +0000
@@ -0,0 +1,1 @@
+Libelf - ELF object file access library.
diff -r 261896f0613b -r 326ddf07b968 devel/libelf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libelf/Makefile     Thu Mar 04 11:27:59 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 11:27:59 recht Exp $
+#
+
+DISTNAME=              libelf-0.8.5
+CATEGORIES=            devel
+MASTER_SITES=          http://www.stud.uni-hannover.de/~michael/software/
+
+MAINTAINER=            petrov%NetBSD.org@localhost
+HOMEPAGE=              http://www.stud.uni-hannover.de/~michael/software/
+COMMENT=               ELF object file access library
+
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 261896f0613b -r 326ddf07b968 devel/libelf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libelf/PLIST        Thu Mar 04 11:27:59 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/04 11:27:59 recht Exp $
+lib/libelf.a
+include/libelf/libelf.h
+include/libelf/nlist.h
+include/libelf/gelf.h
+include/libelf/sys_elf.h
+include/libelf/elf_repl.h
diff -r 261896f0613b -r 326ddf07b968 devel/libelf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libelf/distinfo     Thu Mar 04 11:27:59 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/04 11:28:00 recht Exp $
+
+SHA1 (libelf-0.8.5.tar.gz) = 57bb3aa7d89c5ae902a27893e16d1222fdb1140f
+Size (libelf-0.8.5.tar.gz) = 132111 bytes
+SHA1 (patch-aa) = bb70182806c0541e46af884e324d6ae2b8831665
diff -r 261896f0613b -r 326ddf07b968 devel/libelf/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libelf/patches/patch-aa     Thu Mar 04 11:27:59 2004 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/03/04 11:28:00 recht Exp $
+
+--- lib/sys_elf.h.in.orig      2004-02-26 15:02:52.000000000 -0800
++++ lib/sys_elf.h.in   2004-02-24 17:12:43.000000000 -0800
+@@ -85,6 +85,10 @@
+ #  define ELF32_FSZ_WORD      4
+ # endif /* ELF32_FSZ_ADDR */
+ 
++# ifndef EI_NIDENT
++#  define EI_NIDENT ELF_NIDENT
++# endif /* EI_NIDENT */
++
+ # ifndef STN_UNDEF
+ #  define STN_UNDEF   0
+ # endif /* STN_UNDEF */
+@@ -101,6 +105,10 @@
+ #   define ELF64_FSZ_XWORD    8
+ #  endif /* ELF64_FSZ_ADDR */
+ 
++#  ifndef ELF64_FSZ_SXWORD
++#   define ELF64_FSZ_SXWORD   8
++#  endif
++
+ #  ifndef ELF64_ST_BIND
+ #   define ELF64_ST_BIND(i)   ((i)>>4)
+ #   define ELF64_ST_TYPE(i)   ((i)&0xf)



Home | Main Index | Thread Index | Old Index