diff options
author | roam <roam@FreeBSD.org> | 2006-07-13 14:54:31 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-07-13 14:54:31 +0000 |
commit | 6473f8edecdbbb2fe72319dc141ac02089151179 (patch) | |
tree | 78717c40ce908b3d87e8df3615e2ceba6ed90119 /devel/libelf | |
parent | 20d9aaddea64c4212722579990c8019d43652394 (diff) | |
download | FreeBSD-ports-6473f8edecdbbb2fe72319dc141ac02089151179.zip FreeBSD-ports-6473f8edecdbbb2fe72319dc141ac02089151179.tar.gz |
Update to libelf 0.8.8; besides what's in the PR, enable the extended
ELF format functionality.
PR: 100202
Submitted by: vd
Diffstat (limited to 'devel/libelf')
-rw-r--r-- | devel/libelf/Makefile | 5 | ||||
-rw-r--r-- | devel/libelf/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index c96c49d..8216d7d 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libelf -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.8 CATEGORIES= devel MASTER_SITES= http://www.mr511.de/software/ \ ${MASTER_SITE_SUNSITE} @@ -18,7 +18,8 @@ COMMENT= A public ELF file access library similar to libelf(3) in Solaris GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS+= --enable-shared --disable-compat +CONFIGURE_ARGS+= --enable-shared --disable-compat \ + --enable-extended-format INSTALLS_SHLIB= yes PLIST_SUB+= LIBVER=${PORTVERSION:R} USE_GETTEXT= yes diff --git a/devel/libelf/distinfo b/devel/libelf/distinfo index 9c38c93..fa4b361 100644 --- a/devel/libelf/distinfo +++ b/devel/libelf/distinfo @@ -1,3 +1,3 @@ -MD5 (libelf-0.8.6.tar.gz) = d444fb0068cdfed01bb1fd1e91d29270 -SHA256 (libelf-0.8.6.tar.gz) = 6ff7a5dbb5ccf14995f6bde7f1fca6be5f7f91f62b2680a00d32e82b172c9499 -SIZE (libelf-0.8.6.tar.gz) = 144198 +MD5 (libelf-0.8.8.tar.gz) = be84e553686dd50c8b6d520f86f46521 +SHA256 (libelf-0.8.8.tar.gz) = 3cba77187ea8ec59c10afecbbaecee2c1aaa12161843ad9f86f768342552d226 +SIZE (libelf-0.8.8.tar.gz) = 146485 |