aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* x11/xdg-desktop-portal-hyprland: update to s20230201Jan Beich2023-02-034-10/+10
| | | | Changes: https://github.com/hyprwm/xdg-desktop-portal-hyprland/compare/b03b1c2...13db7db
* x11/hyprpicker: drop GCC dependencyJan Beich2023-02-031-3/+5
|
* x11/hyprpicker: update to s20230204Jan Beich2023-02-032-5/+5
| | | | Changes: https://github.com/hyprwm/hyprpicker/compare/fe4535a...e4c2672
* x11/hyprpaper: drop GCC dependency via bundled libc++Jan Beich2023-02-032-4/+28
|
* framework: expose devel/llvm16 in USES=llvm after b6755d590ed2Jan Beich2023-02-031-1/+1
| | | | | | | | | | | | $ sed -i '' 's/min=14/min=16/' emulators/yuzu/Makefile $ make clean all -C emulators/yuzu [...] CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message): Could not find compiler set in environment variable CC: clang16. Call Stack (most recent call first): CMakeLists.txt
* games/py-mnemosyne: Adopt/Update to 2.10Nuno Teixeira2023-02-032-17/+16
| | | | ChangeLog: https://mnemosyne-proj.org/whats-new
* emulators/yuzu: unbreak "make test" after 5ee146a41ec7Jan Beich2023-02-031-1/+1
| | | | | | | | | | | | CMake Error at CMakeLists.txt:248 (find_package): Could not find a configuration file for package "Catch2" that is compatible with requested version "3.0.1". The following configuration files were considered but not accepted: /usr/local/lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9 https://github.com/yuzu-emu/yuzu/commit/d0fe27708edf
* www/py-google-api-python-client: Update to 2.76.0Nicola Vitale2023-02-032-4/+4
| | | | Changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.76.0
* sysutils/beats7: Update to 7.17.9Juraj Lutter2023-02-032-33/+29
| | | | | Release notes: https://www.elastic.co/guide/en/beats/libbeat/7.17/release-notes-7.17.9.html
* sysutils/logstash7: Update to 7.17.9Juraj Lutter2023-02-032-4/+4
| | | | | Release notes: https://www.elastic.co/guide/en/logstash/7.17/logstash-7-17-9.html
* textproc/kibana7: Update to 7.17.9Juraj Lutter2023-02-032-4/+4
| | | | | Release notes: https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.9.html
* textproc/elasticsearch7: Update to 7.17.9Juraj Lutter2023-02-032-4/+4
| | | | | Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.9.html
* x11-wm/hyprland: unbreak build with GCC after 33b9f9f8c931Jan Beich2023-02-031-0/+2
| | | | | | | | | | | FAILED: src/Hyprland /usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::overflow(int)': ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE8overflowEi[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE8overflowEi]+0x2e4): undefined reference to `std::bad_cast::bad_cast()' /usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::sync()': ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4syncEv[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4syncEv]+0x306): undefined reference to `std::bad_cast::bad_cast()' /usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::seekoff(long long, std::__1::ios_base::seekdir, unsigned int)': ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj]+0x166): undefined reference to `std::bad_cast::bad_cast()' [...]
* mail/mlmmj-archive-mid: update to 0.2Baptiste Daroussin2023-02-032-4/+4
|
* graphics/graphviz: fix WITHOUT_X11Dirk Meyer2023-02-031-2/+2
|
* www/redmine50: Fix Gemfile after rubygem-mail updateMikael Urankar2023-02-031-4/+7
| | | | PR: 269299
* www/redmine50: Add USES=rubyMikael Urankar2023-02-031-1/+1
| | | | Fixes: 18c6e18276691edf5274406bf82a3b06792ff9ae
* www/rubygem-rack: Update to 3.0.4.1Yasuhiro Kimura2023-02-032-4/+5
| | | | | | | ChangeLog: https://github.com/rack/rack/blob/v3.0.4/CHANGELOG.md PR: 268999 MFH: 2023Q1 Security: 95176ba5-9796-11ed-bfbf-080027f5fec9
* misc/fq: update the port to version 0.3.0 (bug fix release)Alexey Dokuchaev2023-02-032-29/+28
| | | | | | | | | No new features mostly due to holidays and other things, but: - TCP reassembly is now less strict about invalid TCP options - REPL now handles the del[ete] key properly Notified by: upstream author
* devel/electron21: update to 21.4.0Hiroki Tagato2023-02-0379-329/+684
| | | | | | | | | | | | | Changelog: - https://github.com/electron/electron/releases/tag/v21.2.1 - https://github.com/electron/electron/releases/tag/v21.2.2 - https://github.com/electron/electron/releases/tag/v21.2.3 - https://github.com/electron/electron/releases/tag/v21.3.0 - https://github.com/electron/electron/releases/tag/v21.3.1 - https://github.com/electron/electron/releases/tag/v21.3.3 - https://github.com/electron/electron/releases/tag/v21.3.4 - https://github.com/electron/electron/releases/tag/v21.3.5 - https://github.com/electron/electron/releases/tag/v21.4.0
* sysutils/e2fsprogs: bugfix update to 1.46.6Matthias Andree2023-02-029-92/+21
| | | | | | | | | | | | | | | | | | | ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6 Add patch to make m_offset reliable. Due to some race conditions on the pipeline between FreeBSD's yes a, which emits 8190-long writes on 13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can sometimes receive short reads occasionally, and because the count= normally is the number of read(2) calls dispatched, this then leads to a shorter reference "file system" that we crcsum, and that causes false negative test results. gdd warns that iflag=fullblock would avoid effects of short reads, but this warning is discarded in the test script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock, which causes (g)dd to call read(2) again until the block is full for each nominal block, so we definitely read the desired output size 512 kB no matter what shorter blocks might travel through the pipeline. MFH: 2023Q1
* databases/mysql-connector-odbc-80: New portMuhammad Moinur Rahman2023-02-027-0/+313
| | | | | MySQL Connector ODBC is an ODBC driver for interfacing to MySQL databases. This is specific to mysql version 8.0.X branch.
* www/gitlab-pages: Fix bulk build warningMuhammad Moinur Rahman2023-02-021-2/+3
| | | | | | | | | | In the previous commit a duplicate USE_FETCH target was added similar to the one in Mk/Uses/go.mk. However this is possible using a different number and target name compared to what is already predefined as it conflicts. Reported by: bulk build Approved by: portmgr (just-fix-it)
* security/arti: Update to 1.1.1Carlo Strub2023-02-022-342/+332
|
* security/boringssl: update to the recent commitSergey A. Osokin2023-02-022-5/+5
|
* security/vuxml: Belatedly record vulnerabilities fixed in asterisk 18.15.1Florian Smeets2023-02-021-0/+33
|
* net/asterisk18: Update to 18.16.0Florian Smeets2023-02-023-9/+9
|
* deskutils/xfce4-notifyd: Update to 0.7.3Guido Falsi2023-02-022-4/+4
|
* databases/mysql-connector-odbc: Update version 5.3.13=>5.3.14Muhammad Moinur Rahman2023-02-022-13/+13
| | | | | | | | | | - Add USES=ssl - Mark to IGNORE_WITH_MYSQL=80 101m 102m 103m 57p 57w - Mark DEPRECATED as requires EOLed mysql version 5.6 or 5.7 - Set EXPIRATION_DATE to 2023-12-31 Changes: https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-5-3-14.html
* dns/powerdns-recursor: Update to PowerDNS Recursor 4.8.2Ralf van der Enden2023-02-024-26/+4
| | | | | PR: 269282 Changelog: https://doc.powerdns.com/recursor/changelog/4.8.html#change-4.8.2
* games/pentobi: update 22.0 → 22.1Dmitry Marakasov2023-02-022-4/+4
|
* graphics/py-pyglet: update 2.0.3 → 2.0.4Dmitry Marakasov2023-02-022-4/+4
|
* devel/py-types-Pillow: update 9.4.0.5 → 9.4.0.6Dmitry Marakasov2023-02-022-4/+4
|
* security/p5-IO-Socket-SSL: Update to 2.081Tilman Keskinoz2023-02-022-4/+4
| | | | | | | Changes: https://metacpan.org/dist/IO-Socket-SSL/changes PR: 269056 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* sysutils/py-ansible-lint: update to 6.12.0Matthew Seaman2023-02-022-9/+6
| | | | Changes: https://github.com/ansible/ansible-lint/releases/tag/v6.12.0
* net-mgmt/p5-Net-IP-XS: Update to version 0.22Tilman Keskinoz2023-02-022-5/+4
| | | | | PR: 269276 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* net-mgmt/py-prometheus-client: Update to 0.16.0Luca Pizzamiglio2023-02-022-4/+4
|
* mail/roundcube-thunderbird_labels: Update to 1.6.1Tilman Keskinoz2023-02-022-4/+4
| | | | | PR: 269290 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* textproc/py-ebcdic: Fix distfile name after USE_GITHUB changesTilman Keskinoz2023-02-021-3/+3
| | | | | PR: 269269 Submitted by: Jesús Daniel Colmenares Oviedo (maintainer)
* databases/mysql-connector-c: Mark DEPRECATEDMuhammad Moinur Rahman2023-02-021-5/+5
| | | | | | | | | Since mysql 5.6 the C Connector is distributed as part of the mysql-client packages and is no longer distributed as a different package. The requirement of this package is no longer valid as mysql55-{client|server} packages are in the tree. gcc 4.2 and related codes have been removed.
* databases/mysql-connector-c++: Update version 1.1.13=>8.0.32Muhammad Moinur Rahman2023-02-024-78/+66
| | | | | | | | | | - Update LICENSE_FILE - Unbreak for mysql 8.0 - OPTIONIZE DOCS - Remove tests as those are no longer provided in distfile Changes: https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
* devel/pecl-xdebug: Update to 3.2.0Luca Pizzamiglio2023-02-022-5/+4
| | | | Implemented support for PHP 8.2
* graphics/graphviz: update to 7.1.0Dirk Meyer2023-02-0212-188/+134
|
* benchmarks/stress-ng: Update to 0.15.03Luca Pizzamiglio2023-02-022-4/+4
|
* net-mgmt/zabbix5-server: Update to 5.0.31Juraj Lutter2023-02-022-5/+5
| | | | | | | | - Update to 5.0.31 - Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for VMware monitoring. Release notes: https://www.zabbix.com/rn/rn5.0.31
* net-mgmt/zabbix62-server: Update to 6.2.7Juraj Lutter2023-02-023-5/+4
| | | | | | | | - Update to 6.2.7 - Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for VMware monitoring. Release notes: https://www.zabbix.com/rn/rn6.2.7
* net-mgmt/zabbix6-server: Update to 6.0.13Juraj Lutter2023-02-023-6/+5
| | | | | | | | - Update to 6.0.13 - Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for VMware monitoring. Release notes: https://www.zabbix.com/rn/rn6.0.13
* devel/py-libzfs: Update to fix buildRyan Moeller2023-02-022-5/+5
| | | | | | | Update to fix the build after recent changes in ZFS. Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc.
* sysutils/openzfs*: Update to latest masterRyan Moeller2023-02-026-31/+44
| | | | | Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc.
* mail/mlmml-archive-mid: new portBaptiste Daroussin2023-02-024-0/+29
| | | | | CGI and cli program which will lookip all databases gerenated by mlmmj-archiver and map a given message-id to its "public" archive file.