aboutsummaryrefslogtreecommitdiff
path: root/devel/libelf
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-11-20 10:31:09 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-11-20 10:31:09 +0000
commit3f9ae33a106c6fcc677e9627d5ae6378a851b359 (patch)
tree84d8c9d28695564115e8585f310c1f866817fed7 /devel/libelf
parent945c933cf748ad11eeea5fb06ac931e58873fac6 (diff)
downloadports-3f9ae33a106c6fcc677e9627d5ae6378a851b359.tar.gz
ports-3f9ae33a106c6fcc677e9627d5ae6378a851b359.zip
Update to libelf-0.8.13, almost as per the PR.
While I'm here, extend the descriptive patch headers. PR: 140716 Submitted by: Sofian Brabez <sbrabez@gmail.com>
Notes
Notes: svn path=/head/; revision=244521
Diffstat (limited to 'devel/libelf')
-rw-r--r--devel/libelf/Makefile2
-rw-r--r--devel/libelf/distinfo6
-rw-r--r--devel/libelf/files/patch-Makefile.in5
-rw-r--r--devel/libelf/files/patch-configure16
-rw-r--r--devel/libelf/files/patch-lib::sys_elf.h.in5
5 files changed, 23 insertions, 11 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile
index 667ba764f605..942ca133adb8 100644
--- a/devel/libelf/Makefile
+++ b/devel/libelf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libelf
-PORTVERSION= 0.8.12
+PORTVERSION= 0.8.13
CATEGORIES= devel
MASTER_SITES= http://www.mr511.de/software/ \
${MASTER_SITE_SUNSITE}
diff --git a/devel/libelf/distinfo b/devel/libelf/distinfo
index a29b7a04ff58..c13760159ce5 100644
--- a/devel/libelf/distinfo
+++ b/devel/libelf/distinfo
@@ -1,3 +1,3 @@
-MD5 (libelf-0.8.12.tar.gz) = e21f8273d9f5f6d43a59878dc274fec7
-SHA256 (libelf-0.8.12.tar.gz) = ec65a3922d718c32fd4e4836db980c76cc7a6e5a8a4b05303418366158a29495
-SIZE (libelf-0.8.12.tar.gz) = 148090
+MD5 (libelf-0.8.13.tar.gz) = 4136d7b4c04df68b686570afa26988ac
+SHA256 (libelf-0.8.13.tar.gz) = 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
+SIZE (libelf-0.8.13.tar.gz) = 148529
diff --git a/devel/libelf/files/patch-Makefile.in b/devel/libelf/files/patch-Makefile.in
index af1e8d161a27..44fa8044e57c 100644
--- a/devel/libelf/files/patch-Makefile.in
+++ b/devel/libelf/files/patch-Makefile.in
@@ -1,4 +1,7 @@
-Fix the pkgconfig data directory path.
+Description: Fix the pkgconfig data directory path.
+Forwarded: not-needed
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2009-11-20
--- Makefile.in.orig
+++ Makefile.in
diff --git a/devel/libelf/files/patch-configure b/devel/libelf/files/patch-configure
index 7ca3e6f67d4f..ed68624e1d72 100644
--- a/devel/libelf/files/patch-configure
+++ b/devel/libelf/files/patch-configure
@@ -1,8 +1,14 @@
-Adapt the configure script to FreeBSD:
-- use the elf.h header;
-- shorten the library .so file name;
-- honor LDFLAGS when linking;
-- do not link against or depend on libc.
+Description: Adapt the configure script to FreeBSD.
+ - use the elf.h header;
+ - shorten the library .so file name;
+ - honor LDFLAGS when linking;
+ - do not link against or depend on libc.
+Forwarded: not-needed
+Author: Kevin Van Maren <vanmaren@fast.cs.utah.edu>,
+ Maxim Sobolev <sobomax@FreeBSD.org>,
+ Peter Pentchev <roam@FreeBSD.org>
+ Ying-Chieh Liao <ijliao@FreeBSD.org>
+Last-Update: 2009-11-20
--- configure.orig
+++ configure
diff --git a/devel/libelf/files/patch-lib::sys_elf.h.in b/devel/libelf/files/patch-lib::sys_elf.h.in
index cb3a30c188c3..b96611c5a71d 100644
--- a/devel/libelf/files/patch-lib::sys_elf.h.in
+++ b/devel/libelf/files/patch-lib::sys_elf.h.in
@@ -1,4 +1,7 @@
-Provide the missing definitions for the ELF magic bytes.
+Description: Provide the missing definitions for the ELF magic bytes.
+Forwarded: no
+Author: Vasil Dimov <vd@datamax.bg>
+Last-Update: 2009-11-20
--- lib/sys_elf.h.in.orig
+++ lib/sys_elf.h.in