- 26 Mar, 2021 19 commits
-
-
yuri authored
-
brnrd authored
PR: 254551 Submitted by: Pascal Christen <pascal christen hostpoint ch> MFH: 2021Q1 Security: 5a668ab3-8d86-11eb-b8d6-d4c9ef517024
-
brnrd authored
* While here, fix incorrect year in ec04f3d0-8cd9-11eb-bb9f-206a8a720317
-
tobik authored
Something goes wrong when it is built with LLVM > 9. Build it with llvm90 for the time being. rustc -Cllvm-args="..." with: Unknown command line argument '-generate-arange-section'. Try: 'rustc -Cllvm-args="..." with --help' rustc -Cllvm-args="..." with: Unknown command line argument '-mergefunc-use-aliases'. Try: 'rustc -Cllvm-args="..." with --help' rustc -Cllvm-args="..." with: Unknown command line argument '-preserve-alignment-assumptions-during-inlining=false'. Try: 'rustc -Cllvm-args="..." with --help' or when built with llvm.assertions=true: Assertion failed: (hasOptions() && "No options specified!"), function ParseCommandLineOptions, file src/llvm-project/llvm/lib/Support/CommandLine.cpp, line 1344.
-
gerald authored
-
jbeich authored
Changes: https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.6 Changes: https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3.5...v0.3.6
-
fox authored
Changes since 0.31: Controller Improvements & Rumble Support This release focuses on Controller Support & Improvements. Please replace your old config.xml file when upgrading to this release. * [Controllers] Basic rumble support can now be enabled from the CONTROLS menu. The strength can be adjusted. The code that controls the rumble is identical to that of the upright arcade machine motor shaker. The option will only show in the menu if your controller is supported. * [Controllers] Auto-detection and assignment of controller buttons and axis should be much improved. I will update the manual to call out the default controls in due course. (Right trigger = accelerate, Left trigger = brake, Start = Start, Back = Menu, A = Gear Change, X = Change View, Y = Coin). These can be redefined as desired. * [Controllers] D-Pad can be used in menus. * [Menus] Gamepad/Joystick settings has its own menu. * [Menus] Ensure that 'A' button on controllers can be used to select items. Analog accelerate is now only used when run via original arcade cabs as it's not optimal. * [Rom Loader] Sped up CRC32 based loading by using a Hashmap. It was reportedly slow when used over a network. * [Rom Loader] It is possible to switch back to the old filename loading system via a setting in config.xml * [Config] It is now possible to change and configure the location of the 'res' directory.
-
vanilla authored
PR: 254403 Submitted by: maintainer
-
pkubaj authored
pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.a:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cma:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmi:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmx:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxa:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxs:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.mli:No such file or directory
-
meta authored
While here, - Update WWW - Install manpage which is added 3 years ago Relnotes: https://github.com/dehydrated-io/dehydrated/releases/tag/v0.7.0 Sponsored by: HAW International
-
meta authored
Relnotes: https://github.com/mackerelio/mackerel-agent/releases/tag/v0.71.1 Sponsored by: HAW International
-
meta authored
Relnotes: https://github.com/barnybug/cli53/releases/tag/0.8.18 Sponsored by: HAW International
-
yuri authored
2.0.2 is not stable, causes huge memory footprint and looks like WIP.
-
meta authored
-
dbaio authored
This is the best approach for ports building its documentation with Sphinx in html and will save time on future Sphinx updates. Approved by: portmgr blanket
-
jrm authored
This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700
-
yuri authored
-
yuri authored
-
yuri authored
2.0.2 is not stable, causes huge memory footprint and looks like WIP. PR: 254119 Reported by: 84918960@qq.com et al.
-
- 25 Mar, 2021 21 commits
-
-
yuri authored
-
gerald authored
This brings a fix how man pages are generated, a back port for the i386 back end, three for aarch64, one for powerpc, and 13 for the middle end and tree optimizers, and twelve for the C++ front end, two for libstdc++, four for the C front end, and three for Fortran.
-
leres authored
Add PORTEPOCH. Changes since 199.1: - Added ability to delete nodes, messages, signals within tree. - Add tracking of DBC editing in order to warn when exiting without saving, add sorting to DBC routines, add a new screen that allows one to compare two DBC files for changes/differences. - Now the DBC Message editor can change the parent node of a message and you can create new nodes simply by typing something new into the sender field. - Changes to MQTT interface to make it work properly with current python - Fix UDS interpretation of read by ID, Fix up display issues with interpreted messages on main screen. - Use integer formatting where possible when interpreting signal. - Add CARBUS Analyzer file load. - Fix timestamp loading for CARBusAnalyzer files - Save CARBUS Analyzer format - Changes to hopefully handle error frames better over the socketcan - Modify the parsing of the 'id' trigger to match help - Fix PCAN loading issues - Support for Tx when logging via QCanBus - Fixed several seg faults and other errors in DBC code - Added many additional graphing modes. They are loaded/saved in graph definitions as well. - Add support for detecting and reading CLX000 files. - CLX000: Allow for shorter IDs, flip direction - Feature/connection reordering - Feature/busfilter - Feature/continuous logging - Feature/socketcand - fixing opengl32 lib for g++ and msvc in windows - Bugfix/bigoulours1 - GraphWindow: support rescaling the view or each axis to the data Reported by: portscout, pkg-fallout
-
rhurlin authored
Changelog: https://metacpan.org/changes/distribution/Text-CSV_XS PR: 254555 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
-
pizzamig authored
-
rhurlin authored
PR: 254525 Submitted by: Emil Engler <emilstud2015@gmail.com> (new maintainer)
-
pkubaj authored
1. fexcept_t is available on FreeBSD via fenv.h. 2. new_g and new_rad in core_commands6.cc actually need signed char. 3. Add FreeBSD's names for ARM and POWER to build-intel-lib.sh. PR: 254556 Approved by: yuri (maintainer)
-
jbeich authored
Nowadays, kde5 depends on both xorg-server and xwayland-devel. Once upstream of both switches to libxcvt and xwayland-devel is updated it'd make kde5 uninstallable. Backporting to xorg-server is complicated by numerious patch conflicts and autotools. Stop installing cvt(1) as Xwayland doesn't use xorg.conf(5).
-
demon authored
-
jbeich authored
libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator. libxcvt also provides a standalone version of the command line tool cvt copied from the Xorg implementation and is meant to be a direct replacement to the version provided by the Xorg server. https://gitlab.freedesktop.org/ofourdan/libxcvt
-
jbeich authored
Changes: https://github.com/xkbcommon/libxkbcommon/compare/xkbcommon-1.0.3...xkbcommon-1.1.0 Reported by: portscout Approved by: manu Differential Revision: https://reviews.freebsd.org/D29422
-
osa authored
<ChangeLog> *) Feature: support for multiple certificate bundles on a listener via the Server Name Indication (SNI) TLS extension. *) Feature: "--mandir" ./configure option to specify the directory for man page installation. *) Bugfix: the router process could crash on premature TLS connection close; the bug had appeared in 1.17.0. *) Bugfix: a connection leak occurred on premature TLS connection close; the bug had appeared in 1.6. *) Bugfix: a descriptor and memory leak occurred in the router process when processing small WebSocket frames from a client; the bug had appeared in 1.19.0. *) Bugfix: a descriptor leak occurred in the router process when removing or reconfiguring an application; the bug had appeared in 1.19.0. *) Bugfix: persistent storage of certificates might've not worked with some filesystems in Linux, and all uploaded certificate bundles were forgotten after restart. *) Bugfix: the controller process could crash while requesting information about a certificate with a non-DNS SAN entry. *) Bugfix: the controller process could crash on manipulations with a certificate containing a SAN and no standard name attributes in subject or issuer. *) Bugfix: the Ruby module didn't respect the user locale for defaults in the Encoding class. *) Bugfix: the PHP 5 module failed to build with thread safety enabled; the bug had appeared in 1.22.0. </ChangeLog>
-
nc authored
PR: 254544 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
-
brnrd authored
-
hselasky authored
- Improve RX jitter buffer. - Some minor fixes. - Added support for multiple profiles. Approved by: pi (implicit)
-
jbeich authored
-
bapt authored
-
bapt authored
-
jbeich authored
Even if qt5-webengine is removed it may re-appear at a later date. Keep web applet until the last minute but don't sacrifice yuzu-qt5.
-