* GenIdea: Use new content element for each source path
* Respect `skipIdea` in more places
* Fix generator for ivy.xml when using extra publish artifacts
* Fix Sonatype requests retrying too fast
* Made scoverage more robust and better configurable
* Added .mill-version file
* Scala 2.13.2
* Disable client daemon mode in WSL
* Avoid duplicate target with __ and fix resolve __
* try to avoid weird 'Cleaner terminated abnormally' error
* Upgrade coursier
* fix the lineCount task to use correct os methods
* Align JNA API/platform version
* fix broken cmds and outputs
* add doc for visualizePlan of two modules
* make -w/--watch work with T.source targets
* Swap out custom scheduler for Futures
* Improve logging for parallel builds
* add missing flush() forward to CallbackStream
* Use double-checked locking around scala compiler bridge compilation
* Stripe locking around compiler bridge initialization
* fix coloring and make them support the command-line flag
* Rename .test with .testUncached to avoid duplicate resolution
* Ability to pass GPG arguments to publish
PR: 246523
Submitted by: freebsd-ports@jan0sch.de (maintainer)
The automated package builds for net/dpdk are failing on 13-CURRENT
because of changes to the FreeBSD code in the 13 tree. This update
provides minor tweaks to the code to fix compatibility with BSD 13.
Two issues were observed:
* rename of CPU_NAND to CPU_ANDNOT
* change in vm_page_replace parameters and behaviour
Both issues only required small changes to a single file, and both
fixes are in the diff attached.
PR: 243058
Submitted by: Bruce Richardson <bruce.richardson@intel.com> (maintainer)
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine
- add patch to fix kerberos_ldap_group helper work with heimdal
- regenerate two patches to follow upstreamed versions
- fix pinger in plist and bump portrevision
PR: 246355
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
From ChangeLog (https://github.com/nifty-site-manager/nsm/releases/tag/v2.3.9):
* added exprtk_disable_caseinsensitivity for ExprTk
* merged PR from Mamadou fixing support for compiling with Lua 5.2
and 5.1
* added !mf option to definitions
* added in types std::vector<double> and std::vector<string>
* added in std::vector. fns at, erase, pop_back, push_back, set, size
(also member fns)
* added in stream. fns close, open (also member fns)
* added in exprtk.compile, exprtk.eval, exprtk.load and exprtk.str fns
for f++/n++
* added in exprtk_compile, exprtk_eval, exprtk_load and exprtk_str fns
for Lua
* added in to_string fn for ExprTk
* fixed so that fn name/options/params are parsed with f++ always
* fixed various bugs
* made various improvements
PR: 246489
Submitted by: info@babaei.net (maintainer)
From ChangeLog (https://ammonite.io/#2.1.4):
* Handle SIGINT When Reading User Input
* rebootstrap mill
* Ensure -Ymacro-annotations works fine
* Fix 2.12.1 compilation
* several fixes and support for Coursier and BSP
* switch to Scala 2.13 ammonite version for the port
PR: 246522
Submitted by: reebsd-ports@jan0sch.de (maintainer)
- No longer uses libcurl or libjson-c
- Add basic completions for Bash/Fish/Zsh
- Retrieve CPU temperature on FreeBSD
- All privileged access moved to `cpu-x-daemon'
- Remove "CPU-X (root)" desktop launcher
Reported by: portscout
written in Rust. It uses lower half blocks (\u2584) to fit 2 pixels
into a single cell by adjusting foreground and background colours
accordingly.
When run, viu will check the value of $COLORTERM. If it contains
either truecolor or 24bit, truecolor (16 million colors) will be
used. If not, it will fallback to using only ansi256.
WWW: https://github.com/atanunq/viu
PR: 246370
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: ehaupt (mentor)
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1179, in do_install
self.copy_fun(src, tgt)
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1083, in copy_fun
shutil.copy2(src, tgt)
File "/usr/local/lib/python3.7/shutil.py", line 267, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
File "/usr/local/lib/python3.7/shutil.py", line 206, in copystat
follow_symlinks=follow)
FileNotFoundError: [Errno 2] No such file or directory
Approved by: portmgr (tier-2 blanket)
/usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:47:18: error: atomic: No such file or directory
Approved by: portmgr (tier-2 blanket)
gmake[4]: *** [backend.mk:47: .deps/node.stub.stub] Error 246
This error has persisted for some time, and I have no idea where to
even start.
Approved by: portmgr (tier-2 blanket)
include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
This is even after adding the fix for 12-STABLE of compiler:c11 to USES,
which at least allows the build to get that far.
I took a look at this one time, thinking it would be easy, but I was not
able to come up with a quick answer.
Approved by: portmgr (tier-2 blanket)
/usr/local/include/dmlc/./serializer.h:63:11: error: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>'
Approved by: portmgr (tier-2 blanket)