- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 23 2020
Jan 22 2020
Jan 20 2020
This still has the same issues that led to removal of it in the first place. Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234508 for the previous attempt. Ability to build it with newer GCC versions is sort of a prerequisite to readd it to the tree. gcc7 is EOL and has been DEPRECATED now.
Closing since the port was added in rP517881
Closing since the port was added in rP517881
- exp-run is probably not needed for this update, but should maybe happen when 1.14 is released
- This looks like lang/go-devel now. Maybe it could be made a slave of lang/go later.
- Ever considered creating a golang@FreeBSD.org maintainer group?
The project has been declared unmaintained. See https://github.com/PandorasFox/i3lock-color#this-project-is-not-maintained. Adding an unmaintained project might not be the best idea in the long run.
Jan 19 2020
Jan 18 2020
- Rebase
- aarch64: Target 11.3-RELEASE (bootstrap already updated but give it an hour to appear on mirrors)
- Add COMPAT_FREEBSD11 canary to lang/rust-bootstrap too
Jan 16 2020
- Extend to all archs that lang/rust supports
Jan 13 2020
In D23100#507282, @jbeich wrote:Looks ugly and doesn't cover runtime (see below) but I won't block landing.
$ pkg install rust ripgrep $ truss rustc test.rs 2>&1 | tail -5 compat11.stat("(null)",0x0) ERR#78 'Function not implemented' SIGNAL 12 (SIGSYS) code=SI_KERNEL _umtx_op(0x8011f3500,UMTX_OP_WAIT,0x188aa,0x0,0x0) ERR#4 'Interrupted system call' <thread 100951 exited> process killed, signal = 12 $ truss rg test 2>&1 | tail -3 compat11.stat("(null)",0x0) ERR#78 'Function not implemented' SIGNAL 12 (SIGSYS) code=SI_KERNEL process killed, signal = 12
- Externalize check
Jan 12 2020
Jan 11 2020
@jbeich Are you fine with the changes to bsd.gecko.mk ?
- Rebase
- Drop unused compiler-rt from distinfo
- Remove empty dir...
- Add check to cargo.mk and bsd.gecko.mk too
Jan 10 2020
Jan 9 2020
In D23100#506250, @mikael.urankar_gmail.com wrote:It seems some sysctl are not present if COMPAT_FREEBSD11 is missing: https://github.com/libstatgrab/libstatgrab/issues/103, why not checking if sysctl vm.stats.vm.v_cache_count suceeds (I haven't tried if it works to be honest)?
Anyway, the issue is not limited to rust. People can have the problem doing the following:
pkg add rust make -C /usr/ports/www/firefoxThe check should probably be duplicated in every consumers (cargo.mk, bsd.gecko.mk...)
- Switch to better C based solution instead
Jan 7 2020
Jan 6 2020
- Rebase
Jan 5 2020
Jan 4 2020
- Remove some newlines before LDFLAGS_i386
- Revert unrelated rpcs3 changes
Jan 3 2020
Jan 2 2020
Jan 1 2020
Dec 31 2019
Dec 30 2019
Dec 29 2019
Dec 27 2019
In D22781#502523, @jbeich wrote:@tobik, is it related to the update in question or can be backported to firefox 71 and esr68?
Dec 26 2019
Can you include this patch to fix random tab crashes when playing videos using sndio? Thanks.