notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/rust-bindgen/Makefile

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Sunday, 22 Jan 2023
01:23 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen-cli: update to 0.63.0

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.60.2...v0.63.0
Reported by:	Repology
commit hash: 076ef4550feb1fb3f19d49d5f06ac1b202f9e574 commit hash: 076ef4550feb1fb3f19d49d5f06ac1b202f9e574 commit hash: 076ef4550feb1fb3f19d49d5f06ac1b202f9e574 commit hash: 076ef4550feb1fb3f19d49d5f06ac1b202f9e574 076ef45
01:23 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: move CARGO_CRATES to Makefile.crates
commit hash: 82536967957dba7aa3cbc179943be52305e293c3 commit hash: 82536967957dba7aa3cbc179943be52305e293c3 commit hash: 82536967957dba7aa3cbc179943be52305e293c3 commit hash: 82536967957dba7aa3cbc179943be52305e293c3 8253696
Saturday, 7 Jan 2023
19:24 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump rust (cargo) ports to reflect on WITH_LTO

Bump ports in tree so they get rebuilt with new default settings
for cargo ports
commit hash: 12f1c627d4a26e8098339900303640f7520b6673 commit hash: 12f1c627d4a26e8098339900303640f7520b6673 commit hash: 12f1c627d4a26e8098339900303640f7520b6673 commit hash: 12f1c627d4a26e8098339900303640f7520b6673 12f1c62
Saturday, 24 Dec 2022
16:56 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: switch to LLVM_CONFIG from USES=llvm
commit hash: 54cd4477478dc3e27157ad1635893542baa8c474 commit hash: 54cd4477478dc3e27157ad1635893542baa8c474 commit hash: 54cd4477478dc3e27157ad1635893542baa8c474 commit hash: 54cd4477478dc3e27157ad1635893542baa8c474 54cd447
16:35 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: convert to USES=llvm
commit hash: f4b51d984ae8d9af3e0a5cf7251fc81b9a4568d4 commit hash: f4b51d984ae8d9af3e0a5cf7251fc81b9a4568d4 commit hash: f4b51d984ae8d9af3e0a5cf7251fc81b9a4568d4 commit hash: f4b51d984ae8d9af3e0a5cf7251fc81b9a4568d4 f4b51d9
Tuesday, 20 Dec 2022
17:37 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.66.0

PR:		268415
commit hash: ba14e01a5249ee9d2f51183587dde36067be000f commit hash: ba14e01a5249ee9d2f51183587dde36067be000f commit hash: ba14e01a5249ee9d2f51183587dde36067be000f commit hash: ba14e01a5249ee9d2f51183587dde36067be000f ba14e01
Thursday, 17 Nov 2022
07:06 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.65.0

PR:		267622
commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 commit hash: 9bf6a9996323c016eb295bd6190b0e47ad76fdf4 9bf6a99
Sunday, 30 Oct 2022
12:07 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.64.0

PR:		267173
commit hash: afe651cf62deb08500a44cde90296a818effe5ae commit hash: afe651cf62deb08500a44cde90296a818effe5ae commit hash: afe651cf62deb08500a44cde90296a818effe5ae commit hash: afe651cf62deb08500a44cde90296a818effe5ae afe651c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 25 Aug 2022
14:49 Baptiste Daroussin (bapt) search for other commits by this committer
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
commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca b9b250f
10:49 Piotr Kubaj (pkubaj) search for other commits by this committer
Revert "lang/rust: Bump revisions after 1.63.0"

This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.

PR:	265915
commit hash: 783c056d7d681d66e2c5c59251c275d65274028e commit hash: 783c056d7d681d66e2c5c59251c275d65274028e commit hash: 783c056d7d681d66e2c5c59251c275d65274028e commit hash: 783c056d7d681d66e2c5c59251c275d65274028e 783c056
08:51 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.63.0
commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d commit hash: c7912d97754bb7aa9a18eb33df53f91cba4cd82d c7912d9
Saturday, 2 Jul 2022
13:47 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.62.0
commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 commit hash: a50372b91f2b327f3bc400d088e21f4b18c2a112 a50372b
Monday, 13 Jun 2022
11:01 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.60.2

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.59.2...v0.60.2
Reported by:	Repology
commit hash: 19d9ffb97e309bbb67fac550c4d5ab8a06e575c2 commit hash: 19d9ffb97e309bbb67fac550c4d5ab8a06e575c2 commit hash: 19d9ffb97e309bbb67fac550c4d5ab8a06e575c2 commit hash: 19d9ffb97e309bbb67fac550c4d5ab8a06e575c2 19d9ffb
Tuesday, 31 May 2022
13:06 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.61.0
commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be commit hash: e9a35a1c5016dde2e50c722753b048dfeb7093be e9a35a1c
Tuesday, 3 May 2022
08:00 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink ports after the Rust 1.60.0 update
commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 commit hash: 57c3caaa6c71fac422a82aa252be380179d3c042 57c3caa
Tuesday, 15 Mar 2022
09:51 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.59.0
commit hash: e255ac5487b4968237729e953a156c2be8914617 commit hash: e255ac5487b4968237729e953a156c2be8914617 commit hash: e255ac5487b4968237729e953a156c2be8914617 commit hash: e255ac5487b4968237729e953a156c2be8914617 e255ac5
Thursday, 3 Feb 2022
14:02 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Relink consumers

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 commit hash: d64a2a380f88ceec8264db6bbc94805f58112ee7 d64a2a3
Monday, 17 Jan 2022
11:57 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Bump revisions after 1.58.0
commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 commit hash: 835bd573300a74e379d8f37fefec3a0e9d24e391 835bd57
Sunday, 5 Dec 2021
12:35 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for Rust 1.57.0
commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 commit hash: 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 5a7f23c
Sunday, 28 Nov 2021
00:31 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.59.2

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.59.1...v0.59.2
Reported by:	Repology
commit hash: cdb118bb8f8a31cbe27b88bca8ed65f886efd030 commit hash: cdb118bb8f8a31cbe27b88bca8ed65f886efd030 commit hash: cdb118bb8f8a31cbe27b88bca8ed65f886efd030 commit hash: cdb118bb8f8a31cbe27b88bca8ed65f886efd030 cdb118b
Monday, 25 Oct 2021
08:55 Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild for Rust 1.56.0
commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 commit hash: ad90fc634b9923b6fb3b5072b30bc104175a0061 ad90fc6
Sunday, 19 Sep 2021
09:03 Tobias Kortkamp (tobik) search for other commits by this committer
*: Rebuild lang/rust consumers after the 1.55.0 update
commit hash: 7059b437276adb3724a01c87aa54da081f71c94b commit hash: 7059b437276adb3724a01c87aa54da081f71c94b commit hash: 7059b437276adb3724a01c87aa54da081f71c94b commit hash: 7059b437276adb3724a01c87aa54da081f71c94b 7059b43
Saturday, 28 Aug 2021
13:42 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Rebuild consumers for 1.54.0
commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 commit hash: 70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 70f1b06
Sunday, 1 Aug 2021
02:56 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.59.1

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.59.0...v0.59.1
Reported by:	Repology
commit hash: 1a68933532c8ace7cddc72ef725850d945810fc6 commit hash: 1a68933532c8ace7cddc72ef725850d945810fc6 commit hash: 1a68933532c8ace7cddc72ef725850d945810fc6 commit hash: 1a68933532c8ace7cddc72ef725850d945810fc6 1a68933
Tuesday, 20 Jul 2021
21:34 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.59.0

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.58.1...v0.59.0
Reported by:	Repology
commit hash: 8244be0b58ff2638f78fb1a3ae7ca551023354eb commit hash: 8244be0b58ff2638f78fb1a3ae7ca551023354eb commit hash: 8244be0b58ff2638f78fb1a3ae7ca551023354eb commit hash: 8244be0b58ff2638f78fb1a3ae7ca551023354eb 8244be0
Sunday, 27 Jun 2021
05:39 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Rebuild consumers for 1.53.0
commit hash: 06dbc12f96527e421161f573b6f983c8cfb0391c commit hash: 06dbc12f96527e421161f573b6f983c8cfb0391c commit hash: 06dbc12f96527e421161f573b6f983c8cfb0391c commit hash: 06dbc12f96527e421161f573b6f983c8cfb0391c 06dbc12
Tuesday, 11 May 2021
18:33 Tobias Kortkamp (tobik) search for other commits by this committer
Rebuild lang/rust consumers after d8837418ea743776
commit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1e commit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1e commit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1e commit hash: 28e7a9334a30b9ace65539f22940d2d7831bad1e 28e7a93
Wednesday, 28 Apr 2021
04:47 Tobias Kortkamp (tobik) search for other commits by this committer
Fix ports that pull main distfile from CRATESIO (D29760)

- Put distfiles into CARGO_DIST_SUBDIR where they were not
- Use correct crate file extension

MFH:		2021Q2 (to ease future cherry picks)
commit hash: 89c1633d112b9cd8562ba37665ca958e89dbf075 commit hash: 89c1633d112b9cd8562ba37665ca958e89dbf075 commit hash: 89c1633d112b9cd8562ba37665ca958e89dbf075 commit hash: 89c1633d112b9cd8562ba37665ca958e89dbf075 89c1633
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
21:14 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.58.1

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.58.0...v0.58.1
Reported by:	Repology
commit hash: 9181af5556702810347b6ee817cac8926d247ea0 commit hash: 9181af5556702810347b6ee817cac8926d247ea0 commit hash: 9181af5556702810347b6ee817cac8926d247ea0 commit hash: 9181af5556702810347b6ee817cac8926d247ea0 9181af5
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
08:11 Jan Beich (jbeich) search for other commits by this committer
devel/rust-bindgen: update to 0.58.0

Changes:	https://github.com/rust-lang/rust-bindgen/compare/v0.56.0...v0.58.0
Reported by:	Repology
commit hash: 0751da285384cce72d19a3e2e2beaffc45afc5a0 commit hash: 0751da285384cce72d19a3e2e2beaffc45afc5a0 commit hash: 0751da285384cce72d19a3e2e2beaffc45afc5a0 commit hash: 0751da285384cce72d19a3e2e2beaffc45afc5a0 0751da2
Monday, 29 Mar 2021
18:10 tobik search for other commits by this committer
Rebuild lang/rust consumers after r569489
Original commitRevision:569491 
Sunday, 14 Feb 2021
15:45 mikael search for other commits by this committer
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
Original commitRevision:565245 
Wednesday, 6 Jan 2021
10:13 mikael search for other commits by this committer
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
Original commitRevision:560492 
Tuesday, 15 Dec 2020
21:23 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.56.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.54.1...v0.56.0
Reported by:	Repology
Original commitRevision:558183 
Tuesday, 24 Nov 2020
12:48 mikael search for other commits by this committer
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
Original commitRevision:556157 
Tuesday, 13 Oct 2020
08:36 mikael search for other commits by this committer
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
Original commitRevision:552221 
Sunday, 30 Aug 2020
18:36 tobik search for other commits by this committer
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
Original commitRevision:547071 
Monday, 3 Aug 2020
15:18 tobik search for other commits by this committer
lang/rust: Update to 1.45.2

Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Original commitRevision:544073 
Thursday, 30 Jul 2020
18:26 tobik search for other commits by this committer
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
Original commitRevision:543815 
Friday, 17 Jul 2020
06:44 tobik search for other commits by this committer
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
Original commitRevision:542412 
Tuesday, 7 Jul 2020
01:03 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.54.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.54.0...v0.54.1
Reported by:	Repology
Original commitRevision:541381 
Thursday, 4 Jun 2020
18:08 tobik search for other commits by this committer
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
Original commitRevision:537917 
Monday, 25 May 2020
23:05 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.54.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.53.2...v0.54.0
Reported by:	Repology
Original commitRevision:536537 
Thursday, 23 Apr 2020
15:32 tobik search for other commits by this committer
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
Original commitRevision:532685 
Saturday, 14 Mar 2020
00:48 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.53.2

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.53.1...v0.53.2
Reported by:	Repology
Original commitRevision:528396 
Thursday, 12 Mar 2020
19:39 tobik search for other commits by this committer
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
Original commitRevision:528318 
Thursday, 27 Feb 2020
15:22 tobik search for other commits by this committer
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
Original commitRevision:527260 
Tuesday, 4 Feb 2020
00:47 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.53.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.53.0...v0.53.1
Original commitRevision:525109 
00:39 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.53.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.52.0...v0.53.0
Reported by:	Repology
Original commitRevision:525106 
Thursday, 30 Jan 2020
20:00 tobik search for other commits by this committer
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
Original commitRevision:524658 
Thursday, 23 Jan 2020
09:50 tobik search for other commits by this committer
devel/rust-bindgen: Unbreak with rust-nightly

error: use of deprecated item 'std::error::Error::description': use the Display
impl or to_string()
  --> src/codegen/error.rs:18:25
   |
18 |         write!(f, "{}", error::Error::description(self))
   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
note: lint level defined here
  --> src/lib.rs:11:9
   |
11 | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`

error: aborting due to previous error
Original commitRevision:523916 
Thursday, 19 Dec 2019
16:14 tobik search for other commits by this committer
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
Original commitRevision:520446 
Saturday, 23 Nov 2019
00:59 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.52.0

crates.io now supplies Cargo.lock, so dependencies got downgraded.

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.51.1...v0.52.0
Original commitRevision:518178 
Thursday, 7 Nov 2019
18:07 tobik search for other commits by this committer
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
Original commitRevision:516995 
Sunday, 29 Sep 2019
00:59 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.51.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.51.0...v0.51.1
Reported by:	Repology
Original commitRevision:513185 
Friday, 27 Sep 2019
09:35 tobik search for other commits by this committer
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
Original commitRevision:513013 
Friday, 20 Sep 2019
19:58 jbeich search for other commits by this committer
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Original commitRevision:512440 
Thursday, 15 Aug 2019
14:30 tobik search for other commits by this committer
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
Original commitRevision:508994 
Sunday, 28 Jul 2019
00:48 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.51.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.50.0...v0.51.0
Reported by:	Repology
Original commitRevision:507481 
Thursday, 4 Jul 2019
14:41 tobik search for other commits by this committer
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
Original commitRevision:505837 
Wednesday, 3 Jul 2019
12:27 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.50.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.49.3...v0.50.0
Reported by:	Repology
Original commitRevision:505747 
Thursday, 27 Jun 2019
00:50 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.49.3

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.49.2...v0.49.3
Reported by:	Repology
Original commitRevision:505192 
Friday, 24 May 2019
03:25 tobik search for other commits by this committer
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
Original commitRevision:502416 
Wednesday, 22 May 2019
23:01 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.49.2

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.49.1...v0.49.2
Reported by:	Repology
Original commitRevision:502299 
Sunday, 19 May 2019
00:50 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.49.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.49.0...v0.49.1
Reported by:	Repology
Original commitRevision:501996 
Wednesday, 15 May 2019
03:12 tobik search for other commits by this committer
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
Original commitRevision:501679 
Thursday, 11 Apr 2019
19:39 tobik search for other commits by this committer
lang/rust: Update to 1.34.0

- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- 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/04/11/Rust-1.34.0.html
Reviewed by:	jbeich
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D19850
Original commitRevision:498677 
Friday, 5 Apr 2019
03:06 jbeich search for other commits by this committer
devel/rust-bindgen: update bundled crates

crates.io releases don't have Cargo.lock, so dependencies
can be freely updated within version constraints in Cargo.toml.
Original commitRevision:497904 
03:06 jbeich search for other commits by this committer
devel/rust-*bindgen: switch PLIST_FILES to PORTNAME to make diff smaller
Original commitRevision:497902 
03:06 jbeich search for other commits by this committer
devel/rust-*bindgen: switch to crates.io for main distfile

Upstream is sloppy when tagging releases. Git revision can still be
found in WRKSRC/.cargo_vcs_info.json.
Original commitRevision:497901 
Thursday, 28 Mar 2019
00:28 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.49.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.48.1...v0.49.0
Reported by:	portscout
Original commitRevision:496992 
Wednesday, 20 Mar 2019
12:23 jbeich search for other commits by this committer
Switch to devel/llvm80 for DEFAULT_VERSIONS

PR:		235215
Original commitRevision:496337 
Thursday, 7 Mar 2019
12:20 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.48.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.48.0...v0.48.1
Reported by:	portscout
Original commitRevision:494927 
Monday, 4 Mar 2019
11:07 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.48.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.47.3...v0.48.0
Original commitRevision:494584 
Thursday, 28 Feb 2019
18:51 jbeich search for other commits by this committer
lang/rust: update to 1.33.0

- www/firefox temporarily loses SIMD in charset conversion, see
  https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by:	Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D19354
Original commitRevision:494176 
18:47 jbeich search for other commits by this committer
USES=cargo to update libc to 0.2.49 for Tier2

PR:		235063
Differential Revision:	https://reviews.freebsd.org/D19309
Original commitRevision:494175 
Tuesday, 26 Feb 2019
00:38 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.47.3

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.47.2...v0.47.3
Original commitRevision:493923 
Monday, 25 Feb 2019
00:14 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.47.2

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.47.1...v0.47.2
Reported by:	portscout
Original commitRevision:493825 
Saturday, 2 Feb 2019
19:34 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.47.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.47.0...v0.47.1
Original commitRevision:491978 
Sunday, 20 Jan 2019
17:20 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.47.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.46.0...v0.47.0
Original commitRevision:490802 
Thursday, 17 Jan 2019
19:50 jbeich search for other commits by this committer
lang/rust: update to 1.32.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
Original commitRevision:490600 
Monday, 31 Dec 2018
13:25 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.46.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.45.0...v0.46.0
Original commitRevision:488783 
Saturday, 15 Dec 2018
10:34 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.45.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.44.0...v0.45.0
Original commitRevision:487503 
Thursday, 6 Dec 2018
17:11 jbeich search for other commits by this committer
lang/rust: update to 1.31.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18427
Original commitRevision:486770 
Saturday, 1 Dec 2018
00:42 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.44.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.43.2...v0.44.0
Original commitRevision:486312 
Monday, 26 Nov 2018
06:44 jbeich search for other commits by this committer
devel/rust-bindgen: chase HTTP redirect
Original commitRevision:485921 
06:44 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.43.2

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.43.1...v0.43.2
Reported by:	portscout
Original commitRevision:485920 
Tuesday, 20 Nov 2018
20:31 jbeich search for other commits by this committer
gecko: inherit LLVM_DEFAULT after r485466
Original commitRevision:485482 
Tuesday, 6 Nov 2018
11:44 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.43.1

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.43.0...v0.43.1
Reported by:	portscout
Original commitRevision:484287 
Thursday, 25 Oct 2018
21:59 jbeich search for other commits by this committer
lang/rust: update to 1.30.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by:	rust (tobik)
MFH:		2018Q4 (less rust versions to support)
Differential Revision:	https://reviews.freebsd.org/D17695
Original commitRevision:482993 
Tuesday, 23 Oct 2018
00:57 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.43.0

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.42.3...v0.43.0
Original commitRevision:482808 
Sunday, 21 Oct 2018
13:34 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.42.3

- Fix libclang selection after r481974

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.42.2...v0.42.3
Reported by:	portscout
Original commitRevision:482674 
Saturday, 13 Oct 2018
10:33 jbeich search for other commits by this committer
devel/rust-bindgen: update to 0.42.2

Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.40.0...v0.42.2
Original commitRevision:481974 
Friday, 12 Oct 2018
19:01 jbeich search for other commits by this committer
lang/rust: update to 1.29.2

- Force rebuild all consumers in case some are affected by miscompilation

Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR:		229826 (follow up)
Approved by:	rust (tobik)
MFH:		2018Q4
Differential Revision:	https://reviews.freebsd.org/D17477
Original commitRevision:481921 
Monday, 1 Oct 2018
21:36 jbeich search for other commits by this committer
gecko: switch to llvm70
Original commitRevision:481070 
21:36 jbeich search for other commits by this committer
gecko: docouple llvm version from mesa
Original commitRevision:481069 
Friday, 28 Sep 2018
17:59 jbeich search for other commits by this committer
lang/rust: update to 1.29.1

- Force rebuild all consumers as standard library is statically linked

Changes:	https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR:		229826 (follow up)
Approved by:	dumbbell
Differential Revision:	https://reviews.freebsd.org/D17337
Original commitRevision:480871 

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »