Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.0 21 Jan 2025 04:42:48
    |
Yuri Victorovich (yuri)  |
sysutils/patchelf: update 0.14.3 → 0.18.0 |
0.14.3_1 27 Jan 2024 16:27:08
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/patchelf: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.14.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.14.3 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.14.3 07 Feb 2022 19:51:28
    |
Yuri Victorovich (yuri)  |
sysutils/patchelf: Update 0.12 -> 0.14.3
Take maintainership as wg@ suggested.
PR: 261782
Approved by: wg@ (maintainer) |
0.12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.12 29 Nov 2020 18:12:23
  |
mikael  |
sysutils/patchelf: Update to 0.12
Changes: https://github.com/NixOS/patchelf/compare/0.11...0.12
PR: 250042
Submitted by: daniel.engberg.lists@pyret.net
Approved by: wg (maintainer timeout) |
0.11 10 Aug 2020 06:50:58
  |
danfe  |
- Update to version 0.11
- Hook the tests to our framework |
0.10_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.10 12 Jul 2019 07:35:32
  |
pkubaj  |
sysutils/patchelf: fix build on GCC architectures
Add USES=compiler:c++11-lang to fix:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval) |
0.10 05 Jul 2019 06:10:19
  |
kai  |
sysutils/patchelf: Update to 0.10
While I'm here:
* Pet portlint/portclippy by moving USE_ variables to USES block.
* Remove superflous GH_PROJECT as it's already derived from PORTNAME.
* Update the WWW field to spare users from redirects.
Changelog:
https://github.com/NixOS/patchelf/compare/0.9...0.10
PR: 237680
Submitted by: Felix Palmen <felix@palmen-it.de>
Approved by: maintainer timeout (2+ months) |
0.9 02 Nov 2017 21:41:47
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
0.9 03 Jul 2017 18:39:50
  |
wg  |
sysutils/patchelf: update to 0.9
- Use github
- add LICENSE
PR: 220409
Submitted by: Iblis Lin |
0.6 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
0.6 16 Jul 2014 03:18:26
  |
adamw  |
Add DOCS option where PORTDOCS is in plist. |
0.6 24 Sep 2013 20:58:59
  |
wg  |
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 |