From owner-svn-ports-all@freebsd.org Mon Feb 29 00:01:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E9EEAB7DF6; Mon, 29 Feb 2016 00:01:29 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E5601115; Mon, 29 Feb 2016 00:01:29 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1T01S62021753; Mon, 29 Feb 2016 00:01:28 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1T01RjS021748; Mon, 29 Feb 2016 00:01:27 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602290001.u1T01RjS021748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 29 Feb 2016 00:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409789 - in head/devel/chrpath: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 00:01:29 -0000 Author: rakuco Date: Mon Feb 29 00:01:27 2016 New Revision: 409789 URL: https://svnweb.freebsd.org/changeset/ports/409789 Log: Update to 0.16. This version has quite a number of fixes, but the most important new feature is that it can handle both 32-bit and 64-bit ELF files now. PR: 206931 Submitted by: dim Added: head/devel/chrpath/files/patch-protos.h (contents, props changed) Deleted: head/devel/chrpath/files/patch-elf.c Modified: head/devel/chrpath/Makefile head/devel/chrpath/distinfo head/devel/chrpath/files/patch-Makefile.in head/devel/chrpath/files/patch-testsuite__Makefile.in Modified: head/devel/chrpath/Makefile ============================================================================== --- head/devel/chrpath/Makefile Sun Feb 28 23:54:47 2016 (r409788) +++ head/devel/chrpath/Makefile Mon Feb 29 00:01:27 2016 (r409789) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= chrpath -PORTVERSION= 0.13 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= devel sysutils -MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ +MASTER_SITES= DEBIAN_POOL +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Tool to modify DT_RPATH in existing ELF binaries +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/chrpath/distinfo ============================================================================== --- head/devel/chrpath/distinfo Sun Feb 28 23:54:47 2016 (r409788) +++ head/devel/chrpath/distinfo Mon Feb 29 00:01:27 2016 (r409789) @@ -1,2 +1,2 @@ -SHA256 (chrpath-0.13.tar.gz) = c1aa5342eac0daad81b8da05aa282ae1ccd6f68bc75ca94064304f541eed071b -SIZE (chrpath-0.13.tar.gz) = 125129 +SHA256 (chrpath_0.16.orig.tar.gz) = bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b +SIZE (chrpath_0.16.orig.tar.gz) = 134506 Modified: head/devel/chrpath/files/patch-Makefile.in ============================================================================== --- head/devel/chrpath/files/patch-Makefile.in Sun Feb 28 23:54:47 2016 (r409788) +++ head/devel/chrpath/files/patch-Makefile.in Mon Feb 29 00:01:27 2016 (r409789) @@ -1,27 +1,30 @@ ---- Makefile.in.orig 2004-09-19 12:42:53.000000000 +0400 -+++ Makefile.in 2010-06-20 12:55:59.000000000 +0400 -@@ -66,7 +66,7 @@ - - SUBDIRS = testsuite deb - +--- Makefile.in.orig 2014-01-12 09:03:45.000000000 +0100 ++++ Makefile.in 2016-02-03 19:32:36.764942000 +0100 +@@ -243,7 +243,7 @@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) +docdir = $(prefix)/share/doc/$(PACKAGE) - - doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README - -@@ -263,16 +263,6 @@ - + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ +@@ -457,19 +457,6 @@ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(docdir) -- @list='$(doc_DATA)'; for p in $$list; do \ -- if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ -- else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ -- fi; fi; \ +- @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- echo "$$d$$p"; \ +- done | $(am__base_list) | \ +- while read files; do \ +- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ - done uninstall-docDATA: Added: head/devel/chrpath/files/patch-protos.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/chrpath/files/patch-protos.h Mon Feb 29 00:01:27 2016 (r409789) @@ -0,0 +1,30 @@ +--- protos.h.orig 2013-11-24 08:30:01.000000000 +0100 ++++ protos.h 2016-02-03 19:47:21.946096000 +0100 +@@ -1,7 +1,14 @@ + #ifndef PROTOS_H + #define PROTOS_H + ++#ifdef __FreeBSD__ ++#include ++#define bswap_16 bswap16 ++#define bswap_32 bswap32 ++#define bswap_64 bswap64 ++#else + #include ++#endif + #include + #include "config.h" + +@@ -14,6 +21,12 @@ + #error "Unknown word size (SIZEOF_VOID_P)!" + #endif + ++#ifdef __FreeBSD__ ++#define Elf_Ehdr Elf__Ehdr ++#define Elf_Shdr Elf__Shdr ++#define Elf_Phdr Elf__Phdr ++#endif ++ + typedef union { + unsigned char e_ident[EI_NIDENT]; + Elf32_Ehdr e32; Modified: head/devel/chrpath/files/patch-testsuite__Makefile.in ============================================================================== --- head/devel/chrpath/files/patch-testsuite__Makefile.in Sun Feb 28 23:54:47 2016 (r409788) +++ head/devel/chrpath/files/patch-testsuite__Makefile.in Mon Feb 29 00:01:27 2016 (r409789) @@ -1,6 +1,6 @@ ---- ./testsuite/Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200 -+++ ./testsuite/Makefile.in 2014-04-04 15:32:16.000000000 +0200 -@@ -259,7 +259,7 @@ +--- testsuite/Makefile.in.orig 2014-01-12 09:03:45.000000000 +0100 ++++ testsuite/Makefile.in 2016-02-03 19:34:07.381487000 +0100 +@@ -457,7 +457,7 @@ prog: prog.c