patchelf: Import as wip/patchelf, update to 0.10.

No upstream ChangeLog.
This commit is contained in:
ng0 2019-04-09 22:00:13 +00:00
parent 35a7a31b22
commit 1ffc6fa030
5 changed files with 39 additions and 0 deletions

View File

@ -2765,6 +2765,7 @@ SUBDIR+= parted
SUBDIR+= partonevolution
SUBDIR+= pasmo
SUBDIR+= passepartout
SUBDIR+= patchelf
SUBDIR+= paxmirabilis
SUBDIR+= paxtest
SUBDIR+= payara41

13
patchelf/DESCR Normal file
View File

@ -0,0 +1,13 @@
PatchELF is a small utility to modify the dynamic linker and RPATH
of ELF executables.
In particular, it can do the following:
* Change the dynamic loader ("ELF interpreter") of executables.
* Change the RPATH of executables and libraries.
* Shrink the RPATH of executables and libraries.
* Remove declared dependencies on dynamic libraries
(DT_NEEDED entries).
* Add a declared dependency on a dynamic library (DT_NEEDED).
* Replace a declared dependency on a dynamic library with
another one (DT_NEEDED).
* Change SONAME of a dynamic library.
It is used by the Nix Packages collection (nixpkgs).

15
patchelf/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.2 2016/10/10 00:05:31 mef Exp $
DISTNAME= patchelf-0.10
CATEGORIES= devel
MASTER_SITES= https://nixos.org/releases/patchelf/${PKGNAME_NOREV}/
MAINTAINER= ng0@n0.is
HOMEPAGE= https://nixos.org/patchelf.html
COMMENT= Modify the dynamic linker and RPATH of ELF binaries
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"

4
patchelf/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/07/22 07:52:49 manu Exp $
bin/patchelf
man/man1/patchelf.1
share/doc/patchelf/README

6
patchelf/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2016/10/10 00:05:31 mef Exp $
SHA1 (patchelf-0.10.tar.gz) = e951ef509955c056ad70b863b51e2ee1f20ca3e1
RMD160 (patchelf-0.10.tar.gz) = 618f90fc0aabce31b199b501960a43984c84afc8
SHA512 (patchelf-0.10.tar.gz) = 39745662651cf0a9915685b2767a611ceab4286f8fa57eace342b3f44248431616e8563d4ac6709c97d8534229c73c05470239e462b7e74b36bf629a876dfbad
Size (patchelf-0.10.tar.gz) = 188702 bytes