Port details |
- mold Modern Linker
- 2.32.1 devel =2 2.31.0_1Version of this port present on the latest quarterly branch.
- Maintainer: ashish@FreeBSD.org
- Port Added: 2022-02-08 19:21:05
- Last Update: 2024-07-16 06:07:31
- Commit Hash: 00ad793
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/rui314/mold
- Description:
- mold is a faster drop-in replacement for existing Unix linkers. It
is several times faster than LLVM lld linker, the second-fastest
open-source linker which I originally created a few years ago.
mold is created for increasing developer productivity by reducing
build time especially in rapid debug-edit-rebuild cycles.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/mold/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mold
- pkg install mold
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mold
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armhf armv7 i386
- distinfo:
- TIMESTAMP = 1720971087
SHA256 (rui314-mold-v2.32.1_GH0.tar.gz) = f3c9a527d884c635834fe7d79b3de959b00783bf9446280ea274d996f0335825
SIZE (rui314-mold-v2.32.1_GH0.tar.gz) = 10010384
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- bash : shells/bash
- gcc13 : lang/gcc13
- ggrep : textproc/gnugrep
- readelf : devel/binutils
- Library dependencies:
-
- libmimalloc.so : devel/mimalloc
- libtbb.so : devel/onetbb
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mold-2.32.1:
ASAN=off: Enable Address Sanitizer
LTO=off: Use Link-Time Optimization
===> Use 'make config' to modify these settings
- Options name:
- devel_mold
- USES:
- cmake:testing compiler:c++20-lang localbase:ldflags shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.32.1 16 Jul 2024 06:07:31 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 2.32.1 |
2.32.0 16 Jul 2024 06:07:01 |
Ashish SHUKLA (ashish) Author: Daniel Engberg |
devel/mold: Update to 2.32.0
- Add test target
- Add option for LTO
PR: 279617
Approved by: maintainer |
2.31.0_2 04 Jul 2024 11:39:44 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.
Release
notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md |
2.31.0_1 04 May 2024 12:41:39 |
Ashish SHUKLA (ashish) |
devel/mold: Correct LICENSE
Reported by: upstream
MFH: 2024Q2 (correct mistake with LICENSE) |
2.31.0 03 May 2024 16:06:51 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 2.31.0
- Add a patch to fix building on FreeBSD, submitted upstream
at https://github.com/rui314/mold/pull/1251 |
2.30.0_1 17 Apr 2024 11:28:34 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0 |
2.30.0 16 Mar 2024 12:07:43 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 2.30.0 |
2.4.1 01 Mar 2024 21:18:31 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 2.4.1 |
2.4.0 21 Feb 2024 11:44:33 |
Ashish SHUKLA (ashish) |
devel/mold: Remove the patch which was missed
In the last commit to this port, I missed removing the patch which
was failing to apply, there by causing the build to be broken.
Sorry about this.
Reported by: pkg-fallout |
2.4.0 16 Feb 2024 16:15:40 |
Ashish SHUKLA (ashish) Author: Sheng-Yi Hong |
devel/mold: Update to 2.4.0
- Remove the BROKEN
- Import the fix from upstream
- Add ASAN option
- Add LIB_DEPENDS on zstd
Differential Revision: <https://reviews.freebsd.org/D43718> |
1.2.1_6 28 Nov 2023 11:35:02 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 |
1.2.1_5 21 Aug 2023 10:09:23 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0 |
1.2.1_4 09 May 2023 10:25:26 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0 |
1.2.1_3 03 Mar 2023 15:01:50 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.8.0
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0 |
1.2.1_2 22 Jan 2023 18:51:40 |
Ashish SHUKLA (ashish) |
devel/mold: Mark as BROKEN |
1.2.1_2 03 Nov 2022 11:32:41 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md |
1.2.1_1 28 Sep 2022 10:28:09 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md |
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) |
1.2.1 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 ) |
1.2.1 02 May 2022 03:12:05 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 1.2.1
- Update patch to avoid depending on python |
1.2 16 Apr 2022 01:43:06 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 1.2 |
1.1.1 11 Mar 2022 19:52:20 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 1.1.1 |
1.1 21 Feb 2022 23:48:02 |
Ashish SHUKLA (ashish) |
devel/mold: Update to 1.1 |
1.0.3 08 Feb 2022 19:19:34 |
Ashish SHUKLA (ashish) |
devel/mold: New port: A Modern Linker
mold is a faster drop-in replacement for existing Unix linkers. It
is several times faster than LLVM lld linker, the second-fastest
open-source linker which I originally created a few years ago.
mold is created for increasing developer productivity by reducing
build time especially in rapid debug-edit-rebuild cycles.
WWW: https://github.com/rui314/mold |