non port: devel/mold/Makefile |
Number of commits found: 22 |
Tuesday, 16 Jul 2024
|
06:07 Ashish SHUKLA (ashish)
devel/mold: Update to 2.32.1
00ad793 |
06:07 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
630b03a |
Thursday, 4 Jul 2024
|
11:39 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
149e210 |
Saturday, 4 May 2024
|
12:41 Ashish SHUKLA (ashish)
devel/mold: Correct LICENSE
Reported by: upstream
MFH: 2024Q2 (correct mistake with LICENSE)
751037d |
Friday, 3 May 2024
|
16:06 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
a0f0071 |
Wednesday, 17 Apr 2024
|
11:28 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
96261a1 |
Saturday, 16 Mar 2024
|
12:07 Ashish SHUKLA (ashish)
devel/mold: Update to 2.30.0
67a669c |
Friday, 1 Mar 2024
|
21:18 Ashish SHUKLA (ashish)
devel/mold: Update to 2.4.1
af25983 |
Friday, 16 Feb 2024
|
16:15 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>
acf56fa |
Tuesday, 28 Nov 2023
|
11:35 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
cf5d9b8 |
Monday, 21 Aug 2023
|
10:09 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
22e222c |
Tuesday, 9 May 2023
|
10:25 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
8f947d9 |
Friday, 3 Mar 2023
|
15:01 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
1dc2569 |
Sunday, 22 Jan 2023
|
18:51 Ashish SHUKLA (ashish)
devel/mold: Mark as BROKEN
f3cad55 |
Thursday, 3 Nov 2022
|
11:32 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
e02e127 |
Wednesday, 28 Sep 2022
|
10:28 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
e3eba48 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 2 May 2022
|
03:12 Ashish SHUKLA (ashish)
devel/mold: Update to 1.2.1
- Update patch to avoid depending on python
2f9e480 |
Saturday, 16 Apr 2022
|
01:43 Ashish SHUKLA (ashish)
devel/mold: Update to 1.2
56b5b93 |
Friday, 11 Mar 2022
|
19:52 Ashish SHUKLA (ashish)
devel/mold: Update to 1.1.1
ddc19db |
Monday, 21 Feb 2022
|
23:48 Ashish SHUKLA (ashish)
devel/mold: Update to 1.1
cdebf17 |
Tuesday, 8 Feb 2022
|
19:19 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
169f8a4 |
Number of commits found: 22 |