Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/binutils |
Commit | Credits | Log message |
2.32_1,1 15 Nov 2019 10:09:03
  |
bapt  |
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.
This is inspired by the same work on going on the xtoolchained gcc by jhb@
PR: 241756
Exp-run: antoine (portmgr)
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D22258 |
2.31.1,1 21 Jan 2019 10:11:57
  |
bapt  |
Update binutils to 2.31.1 |
2.30,1 06 Feb 2018 15:15:47
  |
bapt  |
Regenerate plist r461058
Add a PLIST_SUB entry to simplify plists |
2.30,1 05 Feb 2018 09:03:22
  |
bapt  |
Commit plist changes forgotten in previous update
Reported by: antoine, Mark Millard <markmi@dsl-only.net> |
2.28,1 20 May 2017 12:02:07
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.27_5,1 22 Mar 2017 21:10:39
  |
bapt  |
Update to binutils 2.28
Mark the NLS options and the STATIC options as conflicting
the binutils built system tries to statically link to the dynamic version of
libintl which obviously fails |
2.27_6,1 22 Feb 2017 23:33:44
  |
bdrewery  |
Build aarch64-binutils as static by default.
This is required to build Arm64 packages using QEMU. Poudriere copies
the native ld from the host into the jail and uses that during the build.
This only works if ld is static.
Reported by: krion
Approved by: bapt |
2.27_4,1 17 Nov 2016 04:50:59
  |
linimon  |
Remove the trailing slash from MASTERDIR to be in accordance with the
other -binutils ports. This fixes MASTER_PORT into not being an absolute
path. |
2.27,1 26 Aug 2016 14:18:50
  |
bapt  |
Update to 2.27
Remove aarch64 patches which are now upstream
Disable new x86 relocation to avoid incompatibilities with the old base binutils
Activate all targets on the default binutils (requested by royger@)
Add a RELRO option (default off) to be able to define the default behaviour of
ld(1) on passing or not -z relro |
2.25.1,1 27 Jan 2016 07:49:45
  |
bapt  |
Revert update to binutils 2.25.1 and bump portepoch to reflect that revert
binutils has build issues on 10.x i386 and is full of regressions on 9.x:
unexpected build failures on nss and others
Reported by: antoine
Pointyhat to: bapt |
2.26 26 Jan 2016 19:25:30
  |
bapt  |
Update binutils to 2.26 |
2.25 03 Apr 2015 12:53:06
  |
emaste  |
devel/aarch64-binutils: add size to pkg-plist
PR: 199116
Approved by: bapt |
2.25 13 Jan 2015 21:26:59
  |
emaste  |
Update aarch64 patch for binutils 2.25
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D1516 |
2.25 25 Dec 2014 22:48:43
  |
bapt  |
Update binutils to 2.25
This release incorporates most of the FreeBSD patches
Mark aach64 as broken as the patchset needs to be updated |
2.24_1 11 Nov 2014 22:41:58
  |
emaste  |
Add 64-bit ARM binutils port
This is a port version of Andrew Turner's AArch64-FreeBSD binutils git
branch, https://github.com/zxombie/aarch64-freebsd-binutils
Reviewed by: bapt
Approvied by: bapt
Differential Revision: https://reviews.freebsd.org/D912 |