aboutsummaryrefslogtreecommitdiff
path: root/sysutils/patchelf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/patchelf: Update to 0.12Mikael Urankar2020-11-292-7/+7
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=556595
* - Update to version 0.11Alexey Dokuchaev2020-08-103-6/+6
| | | | | | | - Hook the tests to our framework Notes: svn path=/head/; revision=544592
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* sysutils/patchelf: fix build on GCC architecturesPiotr Kubaj2019-07-121-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506440
* sysutils/patchelf: Update to 0.10Kai Knoblich2019-07-053-8/+7
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=505881
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-7/+7
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* sysutils/patchelf: update to 0.9William Grzybowski2017-07-032-6/+13
| | | | | | | | | | | - Use github - add LICENSE PR: 220409 Submitted by: Iblis Lin Notes: svn path=/head/; revision=444978
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* sysutils/patchelf: Utility to modify the dynamic linkerWilliam Grzybowski2013-09-244-0/+25
PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. WWW: http://nixos.org/patchelf.html Notes: svn path=/head/; revision=328192