svn commit: r328192 - in head/sysutils: . patchelf

William Grzybowski wg at FreeBSD.org
Tue Sep 24 20:59:00 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	patchelf
+PORTVERSION=	0.6
+CATEGORIES=	sysutils
+MASTER_SITES=	http://hydra.nixos.org/build/1524660/download/3/
+
+MAINTAINER=	wg at 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%%


More information about the svn-ports-all mailing list