<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/dose-response, branch 2020Q4</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2020Q4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2020Q4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-08-30T18:36:07Z</updated>
<entry>
<title>lang/rust: Update to 1.46.0</title>
<updated>2020-08-30T18:36:07Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-08-30T18:36:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c9a06251c54ac3f7aeadfb50d52ea9d89eaf5b40'/>
<id>urn:sha1:c9a06251c54ac3f7aeadfb50d52ea9d89eaf5b40</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.45.2</title>
<updated>2020-08-03T15:18:49Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-08-03T15:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8b057d47a99aa5f2bbf7f3bea4b9f6299d8ff01d'/>
<id>urn:sha1:8b057d47a99aa5f2bbf7f3bea4b9f6299d8ff01d</id>
<content type='text'>
Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.45.1</title>
<updated>2020-07-30T18:26:53Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-07-30T18:26:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9137d53fe23834d513ecef7d7af6401722f20e96'/>
<id>urn:sha1:9137d53fe23834d513ecef7d7af6401722f20e96</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.45.0</title>
<updated>2020-07-17T06:44:04Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-07-17T06:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b0f1d6430efe60a7d9a3aa11e8ed28a80842469b'/>
<id>urn:sha1:b0f1d6430efe60a7d9a3aa11e8ed28a80842469b</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.44.0</title>
<updated>2020-06-04T18:08:00Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-06-04T18:08:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a48473296fd3a4eb1254580675e395de5e3a8c96'/>
<id>urn:sha1:a48473296fd3a4eb1254580675e395de5e3a8c96</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.43.0</title>
<updated>2020-04-23T15:32:29Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-04-23T15:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5abe8902a53b7bfd7ab482ec3f59229cdc2e812d'/>
<id>urn:sha1:5abe8902a53b7bfd7ab482ec3f59229cdc2e812d</id>
<content type='text'>
- 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 &lt;guru@unixarea.de&gt; [1], Greg V &lt;greg@unrelenting.technology&gt; [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.42.0</title>
<updated>2020-03-12T19:39:24Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-03-12T19:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=25b7de7213eea407d171f3e65f8d682a8482847b'/>
<id>urn:sha1:25b7de7213eea407d171f3e65f8d682a8482847b</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.41.1</title>
<updated>2020-02-27T15:22:28Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-02-27T15:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=daf2ea4a452e810a347539a8dc01b4c4870a1d53'/>
<id>urn:sha1:daf2ea4a452e810a347539a8dc01b4c4870a1d53</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/rust: Update to 1.41.0</title>
<updated>2020-01-30T20:00:06Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-01-30T20:00:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83209114b829704b4d3c22ef757562bf4dccb87f'/>
<id>urn:sha1:83209114b829704b4d3c22ef757562bf4dccb87f</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>games/dose-response: create port</title>
<updated>2020-01-06T13:04:35Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2020-01-06T13:04:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e869b2cd358da28ebe469cb57a04b8304b0b1c61'/>
<id>urn:sha1:e869b2cd358da28ebe469cb57a04b8304b0b1c61</id>
<content type='text'>
Dose Response is a roguelike game where you play an addict. Avoid the
dangers threatening your mind and body while desperately looking for the
next fix.

WWW: https://tryjumping.com/dose-response-roguelike/

PR:		234269
Submitted by:	Greg V &lt;greg@unrelenting.technology&gt;
</content>
</entry>
</feed>
