notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
amd64-binutils GNU binutils for amd64 cross-development
2.32_1,1 devel Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.32_1,1Version of this port present on the latest quarterly branch.
Maintainer: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-11-29 14:46:41
Last Update: 2019-11-15 10:09:03
SVN Revision: 517642
People watching this port, also watch:: llvm, openjdk8, glib
License: GPLv3 LGPL3
WWW:
https://www.gnu.org/software/binutils/
Description:
The GNU Binutils are a collection of binary tools. The main ones are: * ld - the GNU linker. * as - the GNU assembler. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions. This port may be used as a replacement for the system binutils and support features from the latest versions of GCC. For cross-compilation, see the devel/cross-binutils port. WWW: https://www.gnu.org/software/binutils/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • amd64-binutils>0:devel/amd64-binutils
No installation instructions:
This port has been deleted.
PKGNAME: amd64-binutils
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1549441338 SHA256 (binutils-2.32.tar.bz2) = de38b15c902eb2725eac6af21183a5f34ea4634cb0bcef19612b50e5ed31072d SIZE (binutils-2.32.tar.bz2) = 30782392

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: devel/binutils
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for amd64-binutils-2.32_1,1: RELRO=off: enable -z relro in ELF linker by default STATIC=off: Build static executables and/or libraries ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
bison:alias cpe gmake libtool tar:bzip2 compiler:env
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.funet.fi/pub/mirrors/sourceware.org/pub/binutils/releases/
  2. https://mirrors.kernel.org/sourceware/binutils/releases/
Collapse this list.

Number of commits found: 13

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
CommitCreditsLog message
2.32_1,1
15 Nov 2019 10:09:03
Revision:517642Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
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
Revision:490848Original commit files touched by this commit
bapt search for other commits by this committer
Update binutils to 2.31.1
2.30_3,1
11 Jul 2018 16:22:54
Revision:474460Original commit files touched by this commit
jhb search for other commits by this committer
Remove an unused variable.

Reviewed by:	bdrewery
Differential Revision:	https://reviews.freebsd.org/D16213
2.30_2,1
10 Apr 2018 01:00:30
Revision:466933Original commit files touched by this commit
kan search for other commits by this committer
Catch up with changed binutils prefix

Reported by:	Mark Millard
Reviewed by:	swills
Differential Revision:	https://reviews.freebsd.org/D15009
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder
email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or
description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Empty fields above will be automatically removed.

M    amd64-binutils/Makefile
2.30,1
06 Feb 2018 15:15:47
Revision:461061Original commit files touched by this commit
bapt search for other commits by this committer
Regenerate plist r461058

Add a PLIST_SUB entry to simplify plists
2.30,1
05 Feb 2018 09:03:22
Revision:460968Original commit files touched by this commit
bapt search for other commits by this committer
Commit plist changes forgotten in previous update

Reported by:	antoine, Mark Millard <markmi@dsl-only.net>
2.27,1
26 Aug 2016 14:18:50
Revision:420922Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:407342Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:407295Original commit files touched by this commit
bapt search for other commits by this committer
Update binutils to 2.26
2.25.1
31 Oct 2015 00:11:38
Revision:400561Original commit files touched by this commit
bapt search for other commits by this committer
Resurrect amd64 xtoolchain needed for build FreeBSD with gcc as an external
toolchain
2.25.1
25 Jul 2015 11:13:19
Revision:392873Original commit files touched by this commit
bapt search for other commits by this committer
amd64 cross toolchain was somewhere broken and not really useful, let's focus
on gcc cross toolchain for arches not supporting clang for now
2.25
25 Dec 2014 22:48:43
Revision:375610Original commit files touched by this commit
bapt search for other commits by this committer
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_3
29 Nov 2014 14:46:31
Revision:373620Original commit files touched by this commit
bapt search for other commits by this committer
Add an external toolchain suitable for amd64 target

Number of commits found: 13