Update to libelf-0.8.13.
Don't install compat headers, they are useless and can actually create issues with other ports.
This commit is contained in:
parent
5a52acdff1
commit
075a4d61e1
@ -1,19 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/10/13 00:00:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/04/08 15:07:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= read, modify, create ELF files on any arch
|
||||
|
||||
DISTNAME= libelf-0.8.13
|
||||
|
||||
SHARED_LIBS= elf 1.1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# The actual homepage is in german, this points to it.
|
||||
HOMEPAGE= http://directory.fsf.org/all/libelf.html
|
||||
MASTER_SITES= http://www.mr511.de/software/
|
||||
DISTNAME= libelf-0.8.12
|
||||
SHARED_LIBS= elf 1.0
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
MAKE_FLAGS= SHLIB_SFX=.so.$(LIBelf_VERSION)
|
||||
DESTDIRNAME= instroot
|
||||
|
||||
# LGPL
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
@ -21,4 +18,15 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
# disable compat mode to prevent clash with /usr/include/nlist.h
|
||||
CONFIGURE_ARGS= --disable-nls \
|
||||
--disable-compat
|
||||
|
||||
MAKE_FLAGS= SHLIB_SFX=.so.$(LIBelf_VERSION)
|
||||
DESTDIRNAME= instroot
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libelf-0.8.12.tar.gz) = 4h+Cc9n19tQ6WYeNwnT+xw==
|
||||
RMD160 (libelf-0.8.12.tar.gz) = KcoxB0E0oryZsgetrd0Qkk5G2Jk=
|
||||
SHA1 (libelf-0.8.12.tar.gz) = tv9cAmJBj7yozigfn5J+JRgfQjc=
|
||||
SHA256 (libelf-0.8.12.tar.gz) = 7GWjki1xjDL9Tkg225gMdsx6blqKSwUwNBg2YViilJU=
|
||||
SIZE (libelf-0.8.12.tar.gz) = 148090
|
||||
MD5 (libelf-0.8.13.tar.gz) = QTbXtMBN9otoZXCvommIrA==
|
||||
RMD160 (libelf-0.8.13.tar.gz) = BpYvu82R2iXwK5ZK2VE7lTb2e6o=
|
||||
SHA1 (libelf-0.8.13.tar.gz) = wdasXxgtGd1oXE39dO7b/jmSQl0=
|
||||
SHA256 (libelf-0.8.13.tar.gz) = WRqbTsgcHyBCqXqmBWTgy3nQQcUvqnQWrLOLyVvSx20=
|
||||
SIZE (libelf-0.8.13.tar.gz) = 148529
|
||||
|
@ -1,14 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/12 08:45:58 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/04/08 15:07:51 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/gelf.h
|
||||
include/libelf/
|
||||
include/libelf.h
|
||||
include/libelf/elf_repl.h
|
||||
include/libelf/gelf.h
|
||||
include/libelf/libelf.h
|
||||
include/libelf/nlist.h
|
||||
include/libelf/sys_elf.h
|
||||
include/nlist.h
|
||||
lib/libelf.a
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libelf.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user