Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.74_28 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.2.74_27 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.2.74_27 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.2.74_26 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.2.74_25 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.2.74_24 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.2.74_23 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.2.74_22 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.2.74_21 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.2.74_20 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.2.74_19 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.2.74_18 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.2.74_17 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.2.74_17 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.2.74_17 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.2.74_16 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.2.74_15 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.2.74_14 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.2.74_13 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.74_12 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.2.74_11 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.2.74_10 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.74_9 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.74_9 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.74_8 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.74_9 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.2.74_8 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.2.74_7 30 Jun 2022 16:06:33 |
Mateusz Piotrowski (0mp) |
www/ffsend: Return to pool |
0.2.74_7 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.2.74_6 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.2.74_5 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.2.74_4 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.2.74_3 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
0.2.74_2 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.2.74_1 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
0.2.74 10 Oct 2021 19:30:17 |
Mateusz Piotrowski (0mp) |
www/ffsend: Update to 0.2.74 |
0.2.73 04 Oct 2021 19:41:42 |
Mateusz Piotrowski (0mp) |
www/ffsend: Update to 0.2.73 |
0.2.72_3 24 Sep 2021 14:13:04 |
Mikael Urankar (mikael) |
www/ffsend: Fix build on aarch64.
Approved by: portmgr (build fix blanket) |
0.2.72_3 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
0.2.72_2 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
0.2.72_1 27 Jun 2021 05:39:51 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for 1.53.0 |
0.2.72 13 May 2021 15:16:33 |
Mateusz Piotrowski (0mp) |
www/ffsend: Update to 0.2.72 |
0.2.71_1 11 May 2021 18:33:12 |
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776 |
0.2.71 15 Apr 2021 14:24:32 |
Mateusz Piotrowski (0mp) |
www/ffsend: Update to 0.2.71 |
0.2.68_4 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.2.68_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.68_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.68_4 29 Mar 2021 18:10:46 |
tobik |
Rebuild lang/rust consumers after r569489 |
0.2.68_3 14 Feb 2021 15:45:11 |
mikael |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
0.2.68_2 06 Jan 2021 10:13:59 |
mikael |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
0.2.68_1 24 Nov 2020 12:48:54 |
mikael |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
0.2.68 02 Nov 2020 12:35:53 |
0mp |
Update to 0.2.68 |
0.2.67_1 13 Oct 2020 08:36:35 |
mikael |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
0.2.67 29 Sep 2020 11:19:24 |
0mp |
Bump to 0.2.67
This release is mostly a dependency update. |
0.2.66 21 Sep 2020 20:18:19 |
0mp |
Update to 0.2.66 |
0.2.65_1 30 Aug 2020 18:36:08 |
tobik |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
0.2.65 03 Aug 2020 21:16:37 |
0mp |
Update to 0.2.65 |
0.2.64_3 03 Aug 2020 15:18:49 |
tobik |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
0.2.64_2 30 Jul 2020 18:26:54 |
tobik |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
0.2.64_1 17 Jul 2020 06:44:04 |
tobik |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
0.2.64 09 Jun 2020 13:56:21 |
0mp |
Update to 0.2.64 |
0.2.59_2 04 Jun 2020 18:08:01 |
tobik |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
0.2.59_1 23 Apr 2020 15:32:30 |
tobik |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
0.2.59 31 Mar 2020 22:32:48 |
0mp |
Update to 0.2.59
Also, lint the makefile. |
0.2.55_4 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
0.2.55_3 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
0.2.55_2 11 Feb 2020 12:24:07 |
0mp |
Fix indentation of CARGO_CRATES |
0.2.55_2 30 Jan 2020 20:00:07 |
tobik |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385 |
0.2.55_1 19 Dec 2019 16:14:49 |
tobik |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843 |
0.2.55 25 Nov 2019 18:25:58 |
0mp |
Update to v0.2.55
Reported by: Repology |
0.2.46_4 07 Nov 2019 18:07:20 |
tobik |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR: 241411 [1]
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22240 |
0.2.46_3 07 Nov 2019 17:20:59 |
zeising |
Add USES=xorg USES=gl, ports categories w
Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.2.46_3 27 Sep 2019 09:35:21 |
tobik |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778 |
0.2.46_2 15 Aug 2019 14:30:16 |
tobik |
lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21247 |
0.2.46_1 04 Jul 2019 14:41:57 |
tobik |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
0.2.46 01 Jun 2019 21:00:12 |
0mp |
Update distinfo after 503169
Reported by: tobik |
0.2.46 31 May 2019 12:13:42 |
0mp |
Update to 0.2.46 |
0.2.45_2 24 May 2019 03:25:12 |
tobik |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
0.2.45_1 15 May 2019 03:12:15 |
tobik |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
0.2.45 02 May 2019 16:06:35 |
0mp |
New port: www/ffsend: Easily and securely share files from the command line via
Firefox Send
Easily and securely share files and directories from the command line
through a safe, private and encrypted link using a single simple command.
Files are shared using the Send service and may be up to 2GB. Others are
able to download these files with this tool, or through their web browser.
WWW: https://gitlab.com/timvisee/ffsend
Reviewed by: rust (tobik), mat
Differential Revision: https://reviews.freebsd.org/D20077 |