Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.15_20 08 Sep 2023 09:06:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.2.15_19 17 Jul 2023 15:58:38
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.2.15_18 09 Jun 2023 11:38:16
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.2.15_17 23 Apr 2023 13:14:05
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.2.15_16 16 Mar 2023 11:11:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.2.15_15 13 Feb 2023 14:52:59
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.2.15_14 07 Jan 2023 19:24:18
    |
Daniel Engberg (diizzy)  |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.2.15_13 20 Dec 2022 17:37:15
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.2.15_12 17 Nov 2022 07:06:14
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.2.15_11 30 Oct 2022 12:07:09
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
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) |
0.2.15_10 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 ) |
0.2.15_10 25 Aug 2022 14:49:50
    |
Baptiste Daroussin (bapt)  |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.2.15_9 25 Aug 2022 10:49:39
    |
Piotr Kubaj (pkubaj)  |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.2.15_10 25 Aug 2022 08:51:32
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.63.0 |
0.2.15_9 02 Jul 2022 13:47:05
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.62.0 |
0.2.15_8 31 May 2022 13:06:17
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.61.0 |
0.2.15_7 03 May 2022 08:00:34
    |
Tobias Kortkamp (tobik)  |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.2.15_6 15 Apr 2022 08:34:22
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Unbreak on CURRENT
ldd -f '%p\n' .../sccache | /usr/bin/xargs -J% install -s -m 0644 % ...
install: [preloaded]: No such file or directory
http://beefy17.nyi.freebsd.org/data/main-i386-default/p152bbb33232b_sbf13db086b/logs/sccache-overlay-0.2.15_6.log |
0.2.15_6 15 Mar 2022 09:51:58
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.59.0 |
0.2.15_5 09 Feb 2022 12:52:30
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Disable idle timeout by default
It seems like it is too easy to hit during Firefox builds and
then the server is gone and builds fail with:
sccache: error: Connection to server timed out
Since Firefox disables it itself do the same here.
Tested by: jrm |
0.2.15_4 07 Feb 2022 18:39:59
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Use Unix sockets and fix Poudriere builds
Poudriere builder jails seem to share one network namespace which
is problematic when building packages in parallel since sccache
binds to localhost:4226. This then leads to jails reusing the
sccache instance from other jails which is problematic and can
cause failures like
1/ missing files due to the filesystem separation:
sccache: caused by: No such file or directory (os error 2)
2/ the sccache instance suddenly going away when a parallel build
finishes and Poudriere shuts down the jail and kills all of its
processes: (Only the first 15 lines of the commit message are shown above ) |
0.2.15_3 03 Feb 2022 14:02:32
    |
Tobias Kortkamp (tobik)  |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.2.15_2 03 Feb 2022 14:02:31
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Assign to rust@ |
0.2.15_2 17 Jan 2022 11:57:45
    |
Tobias Kortkamp (tobik)  |
lang/rust: Bump revisions after 1.58.0 |
0.2.15_1 05 Dec 2021 12:35:42
    |
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.2.15 01 Dec 2021 18:02:41
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Drop bogus ONLY_FOR_ARCHS
It was inherited from devel/sccache which enables additional
features that need the ring crate. The sccache version here comes
with only local storage enabled and should build fine on other
archs too. This is untested but the ring crate is never compiled
according to the logs. |
0.2.15 25 Nov 2021 20:09:31
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Avoid build issues when building with the overlay on |
0.2.15 25 Nov 2021 20:01:04
    |
Tobias Kortkamp (tobik)  |
ports-mgmt/sccache-overlay: Add ports overlay for sccache
Sccache is a compiler cache but unlike ccache it comes with Rust
support. This package provides a standalone version of sccache
that can work in Poudriere jails with glue for hooking it up to
the ports framework by simply activating an overlay.
Based on tcberner's https://reviews.freebsd.org/D31243 |