Date: Tue, 24 Sep 2013 20:58:59 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328192 - in head/sysutils: . patchelf Message-ID: <201309242058.r8OKwxJG044345@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Sep 24 20:58:58 2013 New Revision: 328192 URL: http://svnweb.freebsd.org/changeset/ports/328192 Log: sysutils/patchelf: Utility to modify the dynamic linker PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. WWW: http://nixos.org/patchelf.html Added: head/sysutils/patchelf/ head/sysutils/patchelf/Makefile (contents, props changed) head/sysutils/patchelf/distinfo (contents, props changed) head/sysutils/patchelf/pkg-descr (contents, props changed) head/sysutils/patchelf/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 24 20:27:57 2013 (r328191) +++ head/sysutils/Makefile Tue Sep 24 20:58:58 2013 (r328192) @@ -644,6 +644,7 @@ SUBDIR += pam_mount SUBDIR += parallel SUBDIR += password-store + SUBDIR += patchelf SUBDIR += pax-utils SUBDIR += pbimaker SUBDIR += pbreg Added: head/sysutils/patchelf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/patchelf/Makefile Tue Sep 24 20:58:58 2013 (r328192) @@ -0,0 +1,15 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= patchelf +PORTVERSION= 0.6 +CATEGORIES= sysutils +MASTER_SITES= http://hydra.nixos.org/build/1524660/download/3/ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utility to modify the dynamic linker + +USES= gmake +GNU_CONFIGURE= yes + +.include <bsd.port.mk> Added: head/sysutils/patchelf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/patchelf/distinfo Tue Sep 24 20:58:58 2013 (r328192) @@ -0,0 +1,2 @@ +SHA256 (patchelf-0.6.tar.gz) = 44501923d902cbdb42fbae6f10b5a10217fb4ec84b7dd1a08d084b8f8d1cd24f +SIZE (patchelf-0.6.tar.gz) = 139481 Added: head/sysutils/patchelf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/patchelf/pkg-descr Tue Sep 24 20:58:58 2013 (r328192) @@ -0,0 +1,4 @@ +PatchELF is a small utility to modify the dynamic linker and RPATH of ELF +executables. + +WWW: http://nixos.org/patchelf.html Added: head/sysutils/patchelf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/patchelf/pkg-plist Tue Sep 24 20:58:58 2013 (r328192) @@ -0,0 +1,4 @@ +bin/patchelf +man/man1/patchelf.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309242058.r8OKwxJG044345>