aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* databases/speedtables: update to 1.13.11Pietro Cerutti2021-04-232-5/+5
| | | | | Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.13.11
* graphics/py-ueberzug: Fix packaging with Python 3.8+Kai Knoblich2021-04-231-1/+1
| | | | | | | | | | | * Apply the same fix as in 9cb5898561b302d952fec8e2fac66a945a2c4915 by stripping libraries by wildcard paths. * Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the port PREFIX safe while I'm here. PR: 253815 Approved by: python (with hat)
* devel/py-bitarray: Fix packaging with Python 3.8+Kai Knoblich2021-04-231-2/+2
| | | | | | | | * Apply the same fix as in 9cb5898561b302d952fec8e2fac66a945a2c4915 by stripping libraries by wildcard paths. PR: 253815 Approved by: python (with hat)
* lang/gcc11-devel: Update to the 20210411 snapshot of GCC 11.0.1Gerald Pfeifer2021-04-232-4/+4
|
* net/gitup: update to 0.91Nuno Teixeira2021-04-233-31/+4
| | | | | | | ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.91 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D29915
* www/nginx: Remove needless patchesJochen Neumeister2021-04-231-2/+0
| | | | | Reported by: osa Sponsored by: Netzkommune GmbH
* www/nginx: Remove needless patchesJochen Neumeister2021-04-231-253/+0
| | | | | Reported by: osa Sponsored by: Netzkommune GmbH
* audio/virtual_oss: Update to 1.2.9Hans Petter Selasky2021-04-232-5/+4
| | | | | | Catch up with sndstat(4) API overhaul. Approved by: pi (implicit)
* Handle os-release more smartlyMikael Urankar2021-04-222-7/+4
| | | | | | | | | | | | | | The Qt ports, and GNOME control center, can read /etc/os-release, and have patches to read /usr/local/etc/os-release -- however, the two files update differently, and /etc/os-release is preferred. Tighten up the .if to select when to depend on the extra port for /usr/local/etc/os-release (basically: pre 11.4 and 12.1) - Bumps PORTREVISION because dependencies may change. - Note that I used the --author command-line option to set that mikael@ wrote this patch. PR: 251073
* science/mbdyn: Unbreak build by properly implementing get_nprocs() for FreeBSD.Yuri Victorovich2021-04-227-4/+89
| | | | | | | | It looks like it was only built for one CPU before and didn't fail. Some change in the underlying libraries triggered the build to become multi-CPU and it began failing because get_nprocs() wasn't available for FreeBSD and also was't properly linked to the surrounding code. Reported by: fallout
* www/py-boto3: Update 1.17.54 -> 1.17.55Bradley T. Hughes2021-04-222-5/+5
| | | | | Approved by: koobs (maintainer, implicit) Sponsored by: Miles AS
* devel/awscli: Update 1.19.54 -> 1.19.55Bradley T. Hughes2021-04-222-5/+5
| | | | Sponsored by: Miles AS
* devel/py-botocore: Update 1.20.54 -> 1.20.55Bradley T. Hughes2021-04-222-4/+4
| | | | Sponsored by: Miles AS
* net/py-s3transfer: Update 0.4.0 -> 0.4.1Bradley T. Hughes2021-04-222-4/+4
| | | | Sponsored by: Miles AS
* Update KDE Plasma to 5.21.4Adriaan de Groot2021-04-2240-118/+118
| | | | | | | | The april bugfix release for KDE Plasma is here. This wasn't done immediately for the 5.21.3 ports commit that I landed yesterday because I wasn't paying attention to latest releases. Release notes are at https://kde.org/announcements/plasma/5/5.21.4/
* devel/upnp: Update to 1.14.6Carlo Strub2021-04-223-5/+5
| | | | | PR: 255333 Reported by: driesm.michiels@gmail.com (maintainer)
* net/wireshark: Update to 3.4.5Joe Marcus Clarke2021-04-225-33/+6
| | | | | See https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.html for a list of what has changed in this release.
* www/oauth2-proxy: Update to v7.1.2Carlo Strub2021-04-222-4/+4
| | | | | PR: 255322 Reported by: freebsd@rheinwolf.de (maintainer)
* devel/py-construct: Update to 2.10.67Emanuel Haupt2021-04-222-4/+4
|
* devel/kms-cmake-utils: chase CMake updateAdriaan de Groot2021-04-221-1/+1
| | | | | This port substitutes the CMake version number into filenames so its PLIST_SUB needs updating with each CMake update.
* devel/cmake: Update to 3.20.1Adriaan de Groot2021-04-2211-100/+88
| | | | | | | | | | | | This new version of CMake is much more picky with the language than previous versions, so there was a fair bit of fallout -- patched before this push with plenty of "fix in advance of CMake 3.20" commits. Release notes are at https://cmake.org/cmake/help/v3.20/release/3.20.html Thanks to antoine@ for multiple exp-runs.
* databases/evolution-data-server: fix build for CMake 3.20Adriaan de Groot2021-04-222-0/+54
| | | | | | | This is basically upstream commit c95a70bfeae25ba11fbe50fe759a6cdb29388e44 but re-done independently by me because I fixed first and then looked in source control.
* databases/mysql-connector-c: fix configure against CMake 3.20Adriaan de Groot2021-04-222-0/+14
| | | | | The CMake module code swapped an endif() and an endforeach(), which was never an error before.
* net/nncp: Update to 6.4.0Rainer Hurling2021-04-222-4/+4
| | | | | | | | | Fixed possible race in online protocol, that lead to panic. Changelog: https://www.nncpgo.org/Release-6_002e4_002e0.html PR: 255331 Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
* deskutils/nextcloudclient: Update to 3.2.0Michael Reifenberger2021-04-224-9/+29
|
* multimedia/plexmediaserver{-plexpass}: Update to 1.22.3.4392Mark Felder2021-04-224-10/+10
| | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/422
* biology/abyss: Update 2.3.0-3 -> 2.3.1Yuri Victorovich2021-04-222-5/+4
| | | | Reported by: portscout
* audio/surge-synthesizer-lv2: Update 1.8.1 -> 1.9.0Yuri Victorovich2021-04-224-106/+340
| | | | Reported by: portscout
* x11/slim: Add dbus runtime dependencyFernando Apesteguía2021-04-222-0/+6
| | | | | | | | | It needs a DBus session bus to connect to. Add instructions in pkg-message.in PR: 254766 Reported by: fernape@FreeBSD.org Approved by: jsm@FreeBSD.org (maintainer, timeout > 2 weeks)
* graphics/mandelbulber: update to 2.25Dmitry Marakasov2021-04-222-4/+4
|
* devel/py-oci: Fix files/patch-setup.pyRainer Hurling2021-04-221-2/+1
| | | | | | | py-oci 2.37.0 setup.py was recently updated upstream. PR: 255321 Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
* Update KDE Gear to 21.04Tobias C. Berner2021-04-22313-989/+939
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KDE Gear 21.04 Thursday, 22 April 2021 Welcome to KDE Gear ⚙️ 21.04! KDE produces literally dozens of apps for work, play, education, and creativity. Kontact, for example, gives you control over all your email, contact, and agenda; Itinerary keeps you up to date with everything you need regarding your trips; the KAlgebra graphing calculator works equally well on your desktop and your phone; Cantor provides you with an intuitive way of analyzing data and graphing the results; and Kdenlive makes cutting and building sophisticated-looking videos not only easy, but fun as well. These are but a few of the apps releasing new updates today. When combined with the KDE’s powerful Plasma desktop, they provide you with most, if not all, the tools you need to be productive in a versatile and flexible Linux^WFreeBSD environment. But you don’t even need to run Linux! Many of the apps in this announcement work on Windows, macOS, and Android as well. This is what convergent means for KDE: use your favorite apps anywhere, on any system, on your work computer, mobile or even on your TV! And, remember: KDE’s apps, the Plasma desktop, Plasma Mobile, Plasma BigScreen and all the rest of KDE’s software are free and open source. No licensing, no hidden costs, no spying. Share them with your friends, install them at work, or use them in your school lab. It is your software to enjoy where and how you want. Full announcement and changelogs: https://kde.org/announcements/gear/21.04/
* audio/visp-go: Hookup to buildLewis Cook2021-04-221-0/+1
|
* New port: audio/visp-go: Vi-like Spotify client for terminal usersLewis Cook2021-04-224-0/+207
|
* textproc/py-docutils: upgrade to 0.17.1.Thierry Thomas2021-04-222-4/+4
| | | | | | | Changelog at <https://sourceforge.net/projects/docutils/files/docutils/0.17.1/README.txt>. Approved by: dbaio@
* databases/casstcl: fix ldconfig, bump PORTREVISIONPietro Cerutti2021-04-221-2/+2
|
* lang/clover: enable on powerpc64Piotr Kubaj2021-04-221-1/+1
|
* lang/seed7: update to 05_20210322Pietro Cerutti2021-04-223-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 20210322: - Some missleading tests have been removed from chkflt.sd7. Many thanks go to Zachary Menzies for pointing out problems with the tests for trunc() and round(). - The new library gif.s7i has been added. This library supports the GIF image file format. - The new library bmp.s7i has been added. This library supports the BMP image file format. The functions readBmp() and str(BMP) have been moved from draw.s7i to the new library bmp.s7i. The performance and functionality of readBmp() has been improved. The deprecated function read_bmp() has been removed (the function readBmp() can be used instead). - In bitdata.s7i the performance of getBitsLsb() and getBitsMsb() has been improved. - The functions peekBitsLsb(), skipBitsLsb(), peekBitsMsb() and skipBitsMsb() have been added to bitdata.s7i. - The functions lzwCompressLsb(), lzwDecompressLsb(), lzwCompressMsb(), lzwDecompressMsb(), lzwCompressMsbEarlyChange() and lzwDecompressMsbEarlyChange() have been added to lzw.s7i. The functions lzwEncodeMsb() and lzwDecodeMsb() have been deprecated (use lzwCompressMsbEarlyChange() respectively lzwDecompressMsbEarlyChange() instead). - Tests for INDEX_ERROR have been added to chkarr.sd7. - Tests for peekBitsLsb() and peekBitsMsb() have been added to chkbitdata.sd7. - Tests for << (shift left) have been added to chkint.sd7. - Tests for string concatenations where the second parameter is a string of length 1 (created by str(aChar)) have been added to chkstr.sd7. - The function getStriUpToChar() has been added to bytedata.s7i. - The experimental function seekable() has been added to file.s7i, null_file.s7i, clib_file.s7i, external_file.s7i, strifile.s7i, subfile.s7i, utf16.s7i, iobuffer.s7i, gzip.s7i, lzma.s7i, xz.s7i and zstd.s7i. - Several optimizations have been done in the compiler (s7c.sd7): - In comp/arr_act.s7i the index check for the action ARR_IDX has been improved. - In comp/int_act.s7i the overflow check for the actions INT_ADD_ASSIGN and INT_SBTR_ASSIGN has been improved. - In comp/intrange.s7i the function getIntRange() has been improved to get a range for the action INT_LSHIFT and to get a better range for the action INT_MOD. - In comp/str_act.s7i the function optimize_str_cat has been improved to generate a call of strConcatChar() or strConcatCharTemp(), if applicable. - In comp/chr_act.s7i the generation of the macro chrStrMacro() has been improved to avoid #line directives in macro parameters. - In drw_win.c the performance of the function drwImage() has been improved. Instead of calling SetPixel() for every pixel it now does one call of CreateBitmap(). - In runerr.c in the function write_curr_position() the check for the current action object has been improved. - The functions strConcatChar() and strConcatCharTemp() have been added str_rtl.c. - The function filSeekable() has been added to fil_rtl.c. - The function determineLseekFunction() has been added to chkccomp.c. 20210223: - Spelling corrections have been done in several files. Many thanks go to Jens Schleusener, for sending a source code misspelling report from Fossies. - The new library png.s7i has been added. This library supports the PNG image file format. - Seed7 has been improved to compile under Android with termux. This is described in src/read_me.txt. - A chapter about Unicode characters has been added to the manual. - The make7.sd7 example program has been improved. The processing of makefiles in make.s7i has been improved to process every rule just once. The handling of the option -n (don't execute commands) has been improved to work in the same way as in other make tools. - The test program chkbin.sd7 has been improved to to allow two possible NaN values as result of 0.0 / 0.0. - The test program chkflt.sd7 has been improved to allow that for some test cases trunc() and round() either return the correct value (integer.last) or raise RANGE_ERROR. - Tests for array bitset have been added to chkarr.sd7. - Tests for conversion and cardinality have been added to chkset.sd7. - The functions XChangeProperty() and XMapWindow() have been added to fwd_x11.c and x11_x.h. - The makefile mk_clang.mak has been improved to allow the replacement of system headers (x11_x.h and fwd_term.h). This way compilation works also without the original headers. - The warning box created by warn.c had too much width to be readable in termux. So this width has been reduced. - In drw_win.c the functions drwXPos() and drwYPos() have been fixed to return coordinates relative to the parent window. - The checks for the C compiler option -ftrapv in chkccomp.c have been improved. Now it is recognized, if integer overflow raises the signal SIGTRAP. Clang at the ARM processor uses SIGTRAP. - Changes have been done in sigutl.c to handle SIGTRAP and to raise OVERFLOW_ERROR in the signal handler (if chkccomp.c has recognized that an integer overflow raises SIGTRAP). - Changes have been done in chkccomp.c to support PostgreSQL version 13. Additionally the logic to search for PostgreSQL dlls has been improved. Now it searches also for the libraries libcrypto and libssl. Now POSTGRESQL_DLL can be specified, with an absolute path of libpq.dll, in the makefile (which should echo it to chkccomp.h). - In the compiler (s7c.sd7) the handling of actual parameters for formal inout parameters has been improved. Now a struct element can be used as actual parameter for a formal inout parameter. - The compiler has been improved to reduce range checks for the expressions char(number), chr(number) and card(bitset(number)). - Interpreter and compiler have been improved to support the action REF_ISTEMP. The function isTemp() has been added to progs.s7i. - In comp/intrange.s7i the function getIntRange() has been improved to determine result ranges for INT_ADD and integer constants. - The compiler has been improved to assure that sigsetjmp() is not called with a value other than 0 or 1 for the second parameter (savesigs). According to the specification of sigsetjmp() all integer values are allowed for the second parameter (savesigs) and a non-zero value triggers a save of the current signal mask. ARM / Android / termux decided that just 0 and 1 are valid values and that any other value triggers a termination of the program (with SIGABRT). - The function drwCapture() in drw_win.c has been improved to work correct, if the screen has been scaled. - In drw_win.c the functions drwPut() and drwSetTransparentColor() have been improved such that images with a transparent color work. - The runtime of drwRgbColor() in drw_x11.c has been reduced by 31% (measured with gcc and valgrind, when reading a PNG image). This takes effect if a true color display is used. - The runtime of drwRtlImage in drw_rtl.c has been reduced by 63% (measured with gcc and valgrind, when reading a PNG image). The function memcpy_pixel() uses loop unrolling inspired by Duff's device. - The program chkccomp.c has been improved to determing the macro rgbToPixel() (if X11 graphics is used). - In exec.c the function exec_expr() has been improved to clear the TEMP flag for all results. - The makefiles have been improved to write the name of the make utility and the name of the makefile to version.h. 20210130: - The parser (used by interpreter and compiler to read a program) has been improved to work correct, if seed7_05.s7i is not included. Many thanks go to Domingo Alvarez Duarte for pointing out that a missing seed7_05.s7i include statement causes a parser error. - The example program mirror.sd7 has been added. This program mirrors a rectangular screen area in a window. - The function capturePixmap has been added to graph.s7i. This function can be used to capture rectangular areas from the screen. - In the library graph.s7i the function openSubWindow() has been improved to allow top level windows without window decorations. This can be done by using the empty window as parent window. - Chapters about pragmas and compilation errors have been added to the manual. - The parser has been improved to work reliable in out of memory situations. Now the fatal parser error "Out of heap space" does not terminate the program. - The minor versions of interpreter and compiler have been increased. Now interpreter and compiler share the same revision level. Every compilation of the Seed7 interpreter increases the revision level. - A definition of VERSION_REVISION_LEVEL has been added to cc_conf.s7i. This is used in confval.sd7 and s7c.sd7. - Interpreter and compiler have been improved to support the new action DRW_CAPTURE. - In analyze.c the function analyzeProg() has been improved to catch the "Out of heap space" error and to clean up memory in out of memory situations. Now the old values of the global variables prog, interpreter_exception curr_exec_object, curr_argument_list and trace are restored, when the function is left. - In analyze.c the functions analyzeFile() and analyzeString() have been improved to work without setting interpreter_exception. Now these functions work the same in interpreted and compiled programs. - In atom.c the function read_atom() has been improved to keep the data structure consistent in out of memory situations. - The functions pop_owner() and close_current_stack() have been added to name.c. - In name.c the functions free_params(), get_object() and push_name() have been improved to have an additional 'currentProg' parameter. - In name.c the function get_object() has been improved to reverse its changes in case of an error. - In name.c the handling of errors has been improved in push_name(), eval_name_list(), inst_list(), inst_object_expr(), find_name(), search_name(), dollar_parameter() and dollar_inst_list(). In error situations changes are reversed, memory is freed and stack growing and shrinking is now done in a consistent way. - In entutl.c the function copy_params() has been improved to allocate the parameters first in a list and to assign them later. - The new functions pop_name_list() and get_entity_node() have been added to entutl.c. - In entutl.c the function get_entity() has been improved to handle error situations (out of memory). - In entutl.c in the function init_entity() dereferencing NULL is avoided now, if the memory allocation fails. - In blnlib.c the function bln_ternary() has been improved to work correct, if evaluate() returns NULL. This happens if an exception is triggered inside evaluate(). - Implementations of drwBorder() and drwSetPos() have been added to drw_emc.c. The functions drwXPos() and drwYPos() have been improved. - The function drwCapture() has been added to drw_x11.c and drw_win.c. - The function drwOpenSubWindow() has been improved in drw_x11.c and drw_win.c to support the creation of unmanaged top level windows without window decorations (if the parent window is empty). - The function omitWindowDecorationsAndTaskbarEntry() has been added to drw_x11.c. - In flt_rtl.c the function setMantissaAndExponent has been improved to work without division by DOUBLE_MANTISSA_FACTOR. - The program chkccomp.c has been improved to write an error message, if executing a test program fails. - In error.c the functions read_ustri8_line(), read_and_print_line() and ustri8_buffer_to_stri() have been improved to work reliable in out of memory situations. - In fatal.c the function no_memory() has been improved to do a long jump to analyzeProg(). - In listutl.c the function append_element_to_list() has been improved to keep the list_insert_place unchanged in out of memory situations. - In sctlib.c in the function sct_cat() the code to handle an error has been improved, to avoid using a pointer that might be invalid because of a previous realloc(). The function sct_elem() has been improved to consider that grow_stack() might fail. - In typeutl.c the function get_varfunc_type() has been improved to work correct, if new_type() returns NULL. This can happen in out of memory situations. - In findid.c the functions clean_idents() and write_idents() have been refactored to use a progType parameter and to allow NULL values in the ident tables. - In flistutl.c the function heap_chunk() has been improved to never do a realloc() on a memory chunk and to explain why this is done. - In flistutl.h the macros HEAP_OBJ(), HEAP_L_E(), HEAP_NODE() and HEAP_FILE() have been fixed to return FALSE in out of memory situations. - In hshlib.c the macro isit_not_null() has been added to several functions to assert that function references and compare results are not NULL. - In prclib.c the functions prc_begin(), prc_local(), prc_res_begin(), prc_res_local(), prc_return(), prc_return2(), prc_varfunc() and prc_varfunc2() have been improved to handle error situations (out of memory). - In prclib.c the macro isit_not_null() has been added to prc_case(), prc_case_def(), prc_case_hashset() and prc_case_hashset_def(). This macro checks that the sets after the keyword 'when' are not NULL. - In identutl.c the function init_idents() has been changed to leave a failed initialisation as is (this is cleaned up later). - In prg_comp.c the function prgDestr() has been improved to allow NULL for elements of the program structure. The function interpret() has been improved to restore the global variable interpreter_exception. - In exec.c the functions getErrInfoFromFailValue() and do_exec_call() have been added. The function exec_expr() has been improved to restore the global variable interpreter_exception. - In executl.c the functions do_destroy(), create_return_object(), create_local_object(), destroy_local_object() and destroy_local_init_value() have been improved to handle error situations (out of memory). - In match.c the function match_subexpr() has been improved to handle out of memory situations. - In runerr.c the functions write_position_info() and write_call_stack_element() have been improved to recognize valid data better. - In runerr.c the functions run_error(), empty_value() and var_required() have been improved to write the error message only, if exception tracing is switched on. Now these functions raise ACTION_ERROR instead of RANGE_ERROR. - The function freeOptions() has been added to s7.c. The function raise_error2() has been improved to handle an out of memory situation. - In symbol.c the function close_symbol() has been improved to allow NULL for symbol.name and symbol.striValue. - In syvarutl.c the function init_sysvar() has been improved to define a dummy value for SYS_EXPR_TYPE (EXPR_TYPE). This avoids an error, if the source has no include directive. - The function printLocObj() has been added to traceutl.c. The functions prot_list_limited() and trace1() have been improved to recognize corrupt category fields. - In cmd_rtl.c code has been moved from cmdReadlink(), cmdFileTypeSL() and cmdGetcwd() to the new functions doReadLink(), getFileTypeSL() and doGetCwd() respectively. The new functions use err_info to report errors instead of raising an exception. The old functions have been refactored to call the new functions. - In cmd_rtl.c the function followLink() has been refactored to call getFileTypeSL() and doReadLink(). - The program levelup.c has been added. This program is called by the makefile to increase the revision level of interpreter and compiler. - In comp/expr_utl.s7i the function prepare_win_result() has been fixed to use drwDestr() instead of winDestr(). - The system declaration for "type" hase been removed from syntax.s7i. - The makefiles have been adjusted to increase the revision level (stored in level.h) before the interpreter is compiled. This way interpreter and compiler get the same revision level. - Documentation comments have been improved in array.s7i, graph.s7i, leb128.s7i, analyze.c, cmd_rtl.c, drw_emc.c, drw_win.c, drw_x11.c, entutl.c, error.c and exec.c.
* x11-toolkits/qt5-gui: unbreak on FreeBSD >= 13.0 armv[67]Jan Beich2021-04-221-1/+4
| | | | | | | | /usr/bin/cc ... -fno-integrated-as ... ../3rdparty/pixman/pixman-arm-neon-asm.S -o .obj/pixman-arm-neon-asm.o cc: error: unable to execute command: Executable "as" doesn't exist! cc: error: assembler command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout
* x11-wm/river: update to s20210422Jan Beich2021-04-222-8/+8
| | | | Changes: https://github.com/ifreund/river/compare/891eb38...84f5283
* graphics/shaderc: update to 2021.0Jan Beich2021-04-222-7/+7
| | | | | Changes: https://github.com/google/shaderc/compare/v2020.5...v2021.0 Reported by: portscout
* graphics/spirv-tools: update to 2021.1Jan Beich2021-04-222-7/+7
| | | | | Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2020.7...v2021.1 Reported by: portscout
* lang/clover: enable on powerpc64lePiotr Kubaj2021-04-221-1/+1
|
* devel/py-aiologger: Update to 0.6.1Kirill Ponomarev2021-04-222-4/+4
|
* www/lagrange: Make SSE4.1 support optionalLewis Cook2021-04-222-0/+38
| | | | | | | | | | | Older class AMD64 and i386 CPUs do not support SSE4.1, so make it opt-in instead. This is a problem since a build host may support the feature-set whilst a package consumer does not, causing an unexpected crash upon starting the application. MFH: 2021Q2
* irc/bitlbee-facebook: update to 1.2.2Pietro Cerutti2021-04-223-31/+5
| | | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.2
* devel/include-what-you-use: update to 0.15Rene Ladan2021-04-223-8/+8
| | | | | | PR: 255189 Approved by: koobs (maintainer) MFH: 2021Q2 (several bugfix releases)
* net/yate: enable on powerpc64lePiotr Kubaj2021-04-221-1/+1
|
* net/yate: enable on powerpc, powerpc64Piotr Kubaj2021-04-221-1/+1
|
* devel/ode: fix and optionize building demos, other minor improvementsDmitry Marakasov2021-04-224-11/+43
| | | | | | | | | | | | - Optionize building demos - Fix depends (only depend on GL for demos, fix configure dependency detection by using USES=localbase and pkgconfig) - Fix build of demo code (use older compatible C++ standard and patch some bits) - Use native OPTIONS feature to make options mutually exclusive PR: 254898 Approved by: acm (maintainer)