Port details on branch 2024Q3 |
- binutils GNU binary tools
- 2.40_6,1 devel =0 2.40_6,1Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2024-07-25 22:57:05
- Last Update: 2024-08-02 07:59:04
- Commit Hash: 3c10c55
- 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.
- ¦ ¦ ¦ ¦
- 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:
-
- binutils>0:devel/binutils
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/binutils/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/binutils
- pkg install binutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: binutils
- Package flavors (<flavor>: <package>)
- native: binutils
- aarch64: aarch64-binutils
- aarch64_none_elf: aarch64-none-elf-binutils
- amd64: amd64-binutils
- arm_gnueabi: arm-gnueabi-binutils
- arm_none_eabi: arm-none-eabi-binutils
- avr: avr-binutils
- i386: i386-binutils
- mingw32: mingw32-binutils
- mips: mips-binutils
- mips64: mips64-binutils
- powerpc: powerpc-binutils
- powerpc64: powerpc64-binutils
- powerpc64le: powerpc64le-binutils
- riscv64: riscv64-binutils
- riscv64_none_elf: riscv64-none-elf-binutils
- s390x: s390x-binutils
- riscv32_unknown_elf: riscv32-unknown-elf-binutils
- distinfo:
- TIMESTAMP = 1673799644
SHA256 (binutils-2.40.tar.lz) = 48e65ecee1bbcf334d7efb4ea8487fe048dea522e5da3bdf7fa42b1ec779ea33
SIZE (binutils-2.40.tar.lz) = 24784952
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libzstd.so : archivers/zstd
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- devel/llvm11
- devel/llvm12
- devel/llvm13
- devel/llvm14
- devel/llvm15
- devel/llvm16
- devel/llvm17
Configuration Options:
- ===> The following configuration options are available for binutils-2.40_6,1:
INFO=on: Build and/or install GNU info pages
NLS=on: Native Language Support
RELRO=off: Enable relocation memory corruption mitigation (-z relro) by default
===> Use 'make config' to modify these settings
- Options name:
- devel_binutils
- USES:
- bison:alias compiler:env cpe gmake localbase libtool perl5 pkgconfig tar:lz localbase makeinfo gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.40_6,1 02 Aug 2024 07:59:04 |
Dimitry Andric (dim) |
devel/binutils: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/binutils to fail to compile with clang 19 and libc++
19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of
undefined template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
./stringpool.h:225:35: note: in instantiation of template class
'std::basic_string<unsigned short>' requested here
225 | { return this->add_with_length(s.data(), s.size(), copy, pkey); }
| ^ (Only the first 15 lines of the commit message are shown above ) |
2.40_6,1 25 Jul 2024 22:28:26 |
Brooks Davis (brooks) |
devel/binutils: add /usr/lib32 to search path
Merge upstream commit f026d7063ece:
Add /usr/lib32 to the native search paths for FreeBSD systems.
PR: 280447
Approved by: cy (maintainer)
Upstream PR: https://sourceware.org/bugzilla/show_bug.cgi?id=31395
MFH: 2024Q3
Sponsored by: DARPA, AFRL
(cherry picked from commit e85c5176a901d354a38a5bc77bd0dff280aa3bf1) |
Number of commits found: 2
|