summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* comms/gtkmmorse: Update 0.9.27 => 0.9.28, undeprecateÄlven2025-09-283-16/+16
| | | | | | | | | | * Switch MASTER_SITES to Savannah git source tree snapshot packages + Add LICENSE Approved by: hamradio@ (alven@, yuri@) Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52656
* net/v2ray: Update 5.38.0 => 5.39.0Älven2025-09-282-12/+9
| | | | | | | | | | Changelogs: * https://github.com/v2fly/v2ray-core/releases/tag/v5.39.0 * https://github.com/v2fly/v2ray-core/compare/v5.38.0...v5.39.0 Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52756
* cad/netgen-lvs: Update 1.5.290 => 1.5.300Älven2025-09-282-9/+12
| | | | | | | | | | | | | | Changelogs: * https://github.com/RTimothyEdwards/netgen/compare/1.5.290...1.5.300 * Remove tar:tgz from USES as it's a default value * Remove tcl from USES as tk already implies tcl * Use predefined ${TCL_LIBDIR} and ${TK_LIBDIR} from Mk/Uses/tcl.mk * Pet portclippy(1) and portfmt(1) Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52671
* filesystems/ufs: update to 0.6.0Robert Clausecker2025-09-283-194/+181
| | | | | | Changelog: https://github.com/realchonk/fuse-ufs/blob/main/ChangeLog.md Event: EuroBSDcon 2025
* graphics/tumble: deprecate, expire at end of yearRobert Clausecker2025-09-281-1/+4
| | | | Event: EuroBSDcon 2025
* graphics/stamp: deprecate, expire at end of yearRobert Clausecker2025-09-281-1/+4
| | | | Event: EuroBSDcon 2025
* graphics/jpgtn: deprecate to end of yearRobert Clausecker2025-09-281-1/+4
| | | | Event: EuroBSDcon 2025
* print/ghostscript10: fix build on armv7Robert Clausecker2025-09-281-2/+20
| | | | | | | | | Patch out -Werror=declaration-after-statement which is triggered by the bundled copy of brotli on armv7. I tried unbundling brotli, but it seems to be really messy to do. Approved by: portmgr (build fix blanket) Event: EuroBSDcon 2025
* editors/texmacs: enable on armv7Robert Clausecker2025-09-282-2/+2
| | | | | | | | | | | | Builds fine. Also add an @comment to silence a warning about an icon cache file that may or may not be generated, but that we definitely do not want to install. Port is broken on FreeBSD 13 (tested on FreeBSD 13.5) for some C++ reason I am unable to understand unfortunately. Event: EuroBSDcon 2025
* multimedia/mkclean: enable everywhereRobert Clausecker2025-09-281-7/+0
| | | | | | Build failures no longer reproduce after port was switched to cmake. Event: EuroBSDcon 2025
* benchmarks/libcpucycles: update to 20250925Robert Clausecker2025-09-282-5/+4
| | | | | | Changelog: https://cpucycles.cr.yp.to/download.html Event: EuroBSDcon 2025
* audio/surge-synthesizer-lv2: fix build on aarch64Robert Clausecker2025-09-281-3/+5
| | | | | | | | armv7 should work, but the compiler crashes. Approved by: portmgr (build fix blanket) MFH: 2025Q3 Event: EuroBSDcon Devsummit 2025
* audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386Robert Clausecker2025-09-281-3/+1
| | | | | | | Builds fine. Approved by: portmgr (build fix blanket) Event: EuroBSDcon Devsummit 2025
* audio/qtractor: enable on armv7Robert Clausecker2025-09-281-2/+0
| | | | | | | Seems to build fine. Approved by: portmgr (build fix blanket) Event: EuroBSDcon Devsummit 2025
* devel/raylib: enable on armv7Robert Clausecker2025-09-281-3/+0
| | | | | | | | Builds fine. Approved by: portmgr (build fix blanket) PR: 279369 Event: EuroBSDcon Devsummit 2025
* devel/goreleaser: update to 2.12.3Robert Clausecker2025-09-282-6/+6
| | | | | | Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.12.3 Event: EuroBSDcon Devsummit 2025
* audio/py-soxr: fix build on armv7Robert Clausecker2025-09-282-1/+33
| | | | | | | | Add getauxval() polyfill. Approved by: portmgr (build fix blanket) MFH: 2025Q3 Event: EuroBSDcon Devsummit 2025
* graphics/pgplot: fix build on armv7Robert Clausecker2025-09-281-2/+4
| | | | | | | | | Same fix as for math/slatec. Approved by: portmgr (build fix blanket) MFH: 2025Q3 Event: EuroBSDcon Devsummit 2025 See also: f56f31e07cb64c0b183127733bc6cd6af61efea1
* www/osrm-backend: update to 6.0.0.g20250916Peter Laursen2025-09-284-10/+23
| | | | | | | | | | | | | | | | | | | | - fixes the build with Boost 1.87 and later from upstream - port has also been updated to the latest commit Other changes: - upstream has decided to remove their header files and libraries from their packages, leaving them as an implementation detail. - various fixes to speed limits. - various fixes to unit tests. - remove a Linux-only tool from the CMakeLists.txt file; it was never installed and would fail on run-time due to it not being implemented for FreeBSD. Changelog: https://github.com/Project-OSRM/osrm-backend/releases/tag/v6.0.0 PR: 285105 Event: EuroBSDcon Devsummit 2025
* security/p5-openxpki-clca: Toolkit for root CASergei Vyshenski2025-09-285-0/+165
| | | | | | | | | | | | | Command Line Certificate Authority (clca) is a collection of tools (written in Bash and Perl atop of OpenSSL or LibreSSL) that allow for basic PKI operations such as Sub CA certificate issuance (signing certificate requests), certificate revocation and CRL issuance. Originally designed to be used for a Root CA, it may also be used for lower level CAs or even end entity certificates as well. https://github.com/openxpki/clca PR: 272312 Event: EuroBSDcon 2025
* devel/simdjson: update to 4.0.6Robert Clausecker2025-09-282-4/+4
| | | | Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.0.6
* sysutils/geomman: update to 1.0.2Robert Clausecker2025-09-282-4/+4
| | | | Changelog: https://gitlab.com/brauliorivas/geomman/-/releases/1.0.2
* emulators/fceux: add qt5/qt6 flavoursRobert Clausecker2025-09-281-6/+23
| | | | | PR: 289724 Reported by: diizzy
* devel/corrade: fix build on armv7Robert Clausecker2025-09-281-4/+3
| | | | | | | | No ifunc support on armv7. With thanks to jrtc27@ for pointing this out. Approved by: portmgr (build fix blanket) MFH: 2025Q3
* devel/cpu_features: port to aarch64 and armv7Robert Clausecker2025-09-284-2/+90
| | | | | | | | These platforms works largely the same way as Linux, so adapt the existing Linux code path. Approved by: portmgr (build fix blanket) MFH: 2025Q3
* devel/libffcall: fix build on armv7Robert Clausecker2025-09-282-3/+12
| | | | | | | | The port gets confused when compiling for ARM with no eabi to be found in the target string. Add a FreeBSD special case to keep it happy. Approved by: portmgr (build fix blanket) MFH: 2025Q3
* devel/py-construct-classes: Update to 0.2.2Emanuel Haupt2025-09-283-6/+38
|
* multimedia/streamlink: Allow greater versions of (py-)lxml than 6Daniel Engberg2025-09-282-1/+12
| | | | | | | This broke at runtime due to a6233e5a2fdfc3f67a89a90ac005521f25395355 and appears to work fine on my end Approved by: blanket, just fix it
* net-p2p/cardano-db-sync: Fix distinfo after an upstream rerollGleb Popov2025-09-282-7/+7
| | | | Reported by: pkg-fallout
* security/py-python-nmap: Add new portYusuf Yaman2025-09-284-0/+29
| | | | | PR: 289288 Event: EuroBSDCon 2025
* irc/eggdrop: Update to 1.10.1 and update maintainerek2025-09-285-35/+29
| | | | | | PR: 289280 Approved by: Chris Petrik <cpetrik@proton.me> (maintainer) Event: EuroBSDCon 2025
* sysutils/zelta: Install all ZELTA_SHARE files as executableSiva Mahadevan2025-09-281-1/+2
| | | | | | PR: 284490 Reported by: Miroslav Lachman Approved by: Daniel Bell (maintainer)
* lang/dotnet: Restore arm part of distinfo lost in previous commitGleb Popov2025-09-281-0/+4
| | | | | Fixes: f9539b0030813c89012aa59bbc152686b6e9ea24 Pointy hat to: arrowd
* textproc/expat2: Update to 2.7.3Daniel Engberg2025-09-283-5/+5
| | | | | | | | | | | | | Fix alignment of internal allocations for some non-amd64 - CVE-2025-59375 Fix regression from CVE-2024-8176 Changelog: https://github.com/libexpat/libexpat/blob/R_2_7_3/expat/Changes PR: 289827 Reviewed by: desktop (arrowd) Exp-run by: antoine
* cad/iverilog: Use upstream release archiveDaniel Engberg2025-09-282-15/+8
| | | | | | | | | * Use upstream release archive as recommended by Porters Handbook This also cleans up the port Makefile a bit and reduces build dependencies PR: 289579 Approved by: maintainer timeout 2+ weeks
* math/kfr: Update to 6.3.1Daniel Engberg2025-09-282-4/+12
| | | | | | | | | | | | | | Backport upstream patches eb615703f5f15eb7794d6ec3f20d83130d9f5274 and 6056e7d24723531e10484d63f6a9a5c58f976daa Changelog: https://github.com/kfrlib/kfr/releases/tag/6.3.1 References: https://github.com/kfrlib/kfr/commit/eb615703f5f15eb7794d6ec3f20d83130d9f5274 https://github.com/kfrlib/kfr/commit/6056e7d24723531e10484d63f6a9a5c58f976daa PR: 289574 Approved by: maintainer timeout, 2+ weeks
* devel/bstring: Update to 1.0.2Daniel Engberg2025-09-282-9/+4
| | | | Changelog: https://github.com/msteinert/bstring/releases/tag/v1.0.2
* audio/fooyin: Update to 0.9.2Daniel Engberg2025-09-282-16/+4
| | | | Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.9.2
* multimedia/mediamtx: Update to 1.15.1Daniel Engberg2025-09-282-9/+9
| | | | Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.15.1
* multimedia/ffmpegthumbnailer: Fix build with FFmpeg 8.0Daniel Engberg2025-09-282-2/+7
| | | | | | | | | | Backport upstream commitd f789ec326ae0f2c619f91c8f2fc8b5e45b50a70 ...and while it convert THUMBNAILER menu option to CMAKE_BOOL Reference: https://github.com/dirkvdb/ffmpegthumbnailer/commit/df789ec326ae0f2c619f91c8f2fc8b5e45b50a70 PR: 289507
* graphics/pqiv: Fix build with FFmpeg 8.0Daniel Engberg2025-09-282-2/+10
| | | | | | | | | | | | Backport upstream commits a36571549a32d2ec41d6f523d443de74e0fb1276 and fc4f1767ee72e3f9cc7c0f7945da6a05b56db458 References: https://github.com/phillipberndt/pqiv/commit/a36571549a32d2ec41d6f523d443de74e0fb1276 https://github.com/phillipberndt/pqiv/commit/fc4f1767ee72e3f9cc7c0f7945da6a05b56db458 PR: 289506 Approved by: blanket, build fix
* devel/pysvn: Mark BROKEN and set expiration date to 2025-10-31Daniel Engberg2025-09-281-0/+3
| | | | | | Outdated and broken for months Reported by: pkg-fallout
* archivers/gnome-autoar: Remove gmake dependencyDaniel Engberg2025-09-281-1/+1
| | | | | | Remove stray gmake dependency Approved by: blanket, build fix
* graphics/shaderc: update SPIRV-Headers version and take maintainershipHiroki Tagato2025-09-282-8/+24
| | | | | | | While here: - add LICENSE_FILE - add DOCS option - reorder variables to make portclippy happy
* www/librewolf: Update 143.0-1 => 143.0.1-1Martin Filla2025-09-283-5/+5
| | | | | | | | Changelog: https://www.firefox.com/en-US/firefox/143.0.1/releasenotes/ PR: 289866 MFH: 2025Q3
* misc/py-langchain: update 0.3.26 → 0.3.27Yuri Victorovich2025-09-272-6/+6
|
* misc/py-langchain-text-splitters: update 0.3.8 → 0.3.11Yuri Victorovich2025-09-272-5/+5
|
* misc/py-langchain-tests: update 0.3.20 → 0.3.21Yuri Victorovich2025-09-272-7/+7
|
* misc/py-langchain-google-genai: update 2.1.8 → 2.1.12Yuri Victorovich2025-09-272-8/+7
|
* misc/py-langchain-openai: update 0.3.28 → 0.3.33Yuri Victorovich2025-09-272-6/+6
|