aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* audio/libid3tag: Bump PORTREVISION of dependent ports for shlib changePo-Chuan Hsieh2024-04-2019-16/+19
| | | | Notified by: vvd
* textproc/py-segno: Add py-segno 1.6.1Po-Chuan Hsieh2024-04-204-0/+46
| | | | | | | | | | | | | | | | | Segno is a pure Python QR Code generator with no dependencies. This package implements ISO/IEC 18004:2015(E) "QR Code bar code symbology specification" and produces QR Codes and Micro QR Codes with nearly no effort. It supports the Structured Append mode which splits a message across several QR codes. Segno (Italian for "sign" / "symbol") provides several serialization formats like Scalable Vector Graphics (SVG), Encapsulated PostScript (EPS), Portable Network Graphics (PNG), Portable Document Format (PDF), Netpbm (PAM, PBM, PPM), LaTeX (PGF/TikZ), X PixMap (XBM), and X Bitmap (XPM) etc. None of these serializers require an external lib. Further, it provides several high level functions to create QR Codes which encode contact data (vCard, MeCard), EPC QR Codes, or WIFI QR Codes.
* sysutils/diffoci: Add diffoci 0.1.4Po-Chuan Hsieh2024-04-204-0/+31
| | | | | | | | diffoci compares Docker and OCI container images for helping reproducible builds. Note that mon-Linux users typically have to specify --platform explicitly. e.g., diffoci diff --platform=linux/amd64 IMAGE0 IMAGE1.
* emulators/mupen64plus-video-glide64mk2: fix build with clang 18Dimitry Andric2024-04-201-3/+5
| | | | | | | | | | | | | | | | | | I am unsure if clang 18 actually has anything to do with it, but whatever the case, emulators/mupen64plus-video-glide64mk2 does not build: CXX _obj/Glide64/rdp.o ../../src/Glide64/rdp.cpp:1863:11: error: use of undeclared identifier 'bswap32' 1863 | *v5 = bswap32(v12); | ^ And a bunch more of these. Fix it by including <sys/endian.h> in the __FreeBSD__ case in src/Glide64/Util.h. PR: 278001 Approved by: maintainer timeout (2 weeks) MFH: 2024Q2
* audio/csound: fix build with clang 18Dimitry Andric2024-04-201-0/+20
| | | | | | | | | | | | | | | | | | | | With clang 18, audio/csound fails to build: /wrkdirs/usr/ports/audio/csound/work/csound-6.15.0/Opcodes/OSC.c:784:47: error: incompatible function pointer types passing 'int32_t (const char *, const char *, lo_arg **, int32_t, void *, void *)' (aka 'int (const char *, const char *, lo_arg **, int, void *, void *)') to parameter of type 'lo_method_handler' (aka 'int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void *)') [-Wincompatible-function-pointer-types] 784 | OSC_handler, p->port); | ^~~~~~~~~~~ /usr/local/include/lo/lo_serverthread.h:151:72: note: passing argument to parameter 'h' here 151 | const char *typespec, lo_method_handler h, | ^ This is because the callback functions OSC_handler() and OSC_ahandler() have the wrong signature: liblo's headers use 'int' for the 'argc' argument, and 'lo_message' for the 'data' argument. Fix the parameter types of the functions to match the liblo declarations. PR: 277999 Approved by: maintainer timeout (2 weeks) MFH: 2024Q2
* net-im/py-matrix-synapse: Update to 1.105.0Ashish SHUKLA2024-04-205-67/+60
| | | | | | | | | - Update LICENSE to AGPLv3 PR: 276766 Tested by: Marko Cupać <marko.cupac at mimar dot rs> Approved by: maintainer timeout MFH: 2024Q2 (long due)
* net-mgmt/librenms: Update to 24.4.0Dan Langille2024-04-203-8/+15
| | | | | | | | | | | | | | | re: https://github.com/librenms/librenms/releases/tag/24.4.0 While here, add a missing dep: sysutils/py-psutil Also, note that the service is not starting up properly for me in a jail. This may also affect non-jail hosts; I don't know. This is not new to this release. Monitor /var/log/librenms/*.log and if you see 'Unable to launch a new process', then restart the service via: service librenms restart After that, all is well.
* deskutils/xdg-desktop-portal: Update to 1.18.4Andrey Korobkov2024-04-203-10/+9
| | | | PR: 278474
* net-p2p/cardano-node: Update to 8.9.2Gleb Popov2024-04-203-512/+515
| | | | PR: 278209
* deskutils/fet: update to 6.19.3Zsolt Udvari2024-04-202-4/+4
| | | | | | Changelog: https://lalescu.ro/liviu/fet/news.html Approved by: bofh (implicit), diizzy (implicit)
* x11/way-displays: update to 1.11.0Jan Beich2024-04-202-4/+4
| | | | | Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.11.0 Reported by: GitHub (watch releases)
* graphics/vulkan-validation-layers: update to 1.3.283Jan Beich2024-04-202-4/+4
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.282...v1.3.283 Reported by: Repology, portscout
* graphics/vulkan-utility-libraries: update to 1.3.283Jan Beich2024-04-202-4/+4
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/compare/v1.3.282...v1.3.283 Reported by: Repology, portscout
* graphics/vulkan-tools: update to 1.3.283Jan Beich2024-04-202-7/+7
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.282...v1.3.283 Reported by: Repology, portscout
* graphics/vulkan-loader: update to 1.3.283Jan Beich2024-04-203-6/+5
| | | | | Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.282...v1.3.283 Reported by: Repology, portscout
* graphics/vulkan-headers: update to 1.3.283Jan Beich2024-04-203-4/+5
| | | | | | | Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.282...v1.3.283 Reported by: Repology, portscout
* devel/nasm: Update to 2.16.03Lorenzo Salvadore2024-04-202-6/+6
| | | | Changes: https://nasm.us/doc/nasmdocc.html
* sysutils/zellij: Update to upstream release 0.40.0Thomas Zander2024-04-202-8/+13
| | | | | | | | Details - New feature release, see https://github.com/zellij-org/zellij/releases/tag/v0.40.0 - Updates to the plugins section of a custom config file might be necessary, see above link for details.
* science/shelxle: update 1.0.1634 → 1.0.1636Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* science/py-nglview: update 3.0.7 → 3.1.2Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* www/py-google-cloud-aiplatform: update 1.47.0 → 1.48.0Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* www/py-google-cloud-bigquery: update 3.20.1 → 3.21.0Yuri Victorovich2024-04-202-6/+5
| | | | Reported by: portscout
* devel/py-beartype: update 0.18.3 → 0.18.4Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* devel/py-apispec-webframeworks: update 1.0.0 → 1.1.0Yuri Victorovich2024-04-202-5/+6
| | | | Reported by: portscout
* ftp/filezilla: update 3.55.1 -> 3.67.0, includes security fixMatthias Andree2024-04-206-29/+42
| | | | | | | | | | - also update ftp/libfilezilla 0.31.1 -> 0.47.0 PR: 278463 Security: CVE-2024-31497 Author: Matthias Andree <mandree@FreeBSD.org> Changes: https://filezilla-project.org/versions.php MFH: 2024Q2
* devel/py-scikit-build-core: update 0.8.2 → 0.9.0Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* math/py-lmfit: update 1.3.0 → 1.3.1Yuri Victorovich2024-04-202-5/+5
| | | | Reported by: portscout
* devel/py-traitlets: update 5.14.2 → 5.14.3Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* misc/py-toil: update 5.6.0 → 6.1.0Yuri Victorovich2024-04-202-5/+4
| | | | Reported by: portscout
* misc/py-mmengine: update 0.10.2 → 0.10.3Yuri Victorovich2024-04-202-9/+9
| | | | Reported by: portscout
* misc/py-pytorch-lightning: update 2.2.1 → 2.2.2Yuri Victorovich2024-04-202-5/+5
| | | | Reported by: portscout
* misc/py-boost-histogram: update 1.3.2 → 1.4.1Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* databases/diesel: update 2.1.5 → 2.1.6Yuri Victorovich2024-04-202-123/+122
| | | | Reported by: portscout
* misc/llama-cpp: update 2694 → 2699Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* devel/py-prefixed: update 0.7.0 → 0.7.1Yuri Victorovich2024-04-202-4/+4
| | | | Reported by: portscout
* multimedia/snapcast: update 0.27.0 → 0.28.0Yuri Victorovich2024-04-203-19/+4
| | | | Reported by: portscout
* MOVED: Add missing recordYuri Victorovich2024-04-201-0/+1
|
* ports-mgmt/poudriere-devel: Update to 3.3.0-1744-g3f33775b09Bryan Drewery2024-04-203-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major Changes: - jail: Fix pkgbase jail creation Syntax is now: -m pkgbase=latest -U https://url... - image: Fix setting hostname when crossbuilding images - Support overlays by using PKGCATEGORY rather than CATEGORIES - testport/bulk -i: Fix for recent motd and root shell changes - testport/bulk -i: Support ${INTERACTIVE_SHELL} (sh or csh) - New test framework changes / 77 new tests (36 pkgbuild tests) - More shell builtins, a lot of framework updates, runtime asserts, some form of stack traces on errors - cpdup support for copy_file_range(2) - bulk: Add MUTUALLY_EXCLUSIVE_BUILD_PACKAGES (prevent rust+gcc+llvm building concurrently) - bulk build queue major rework - package fetch fixes for ABI - jail -l: Show __FreeBSD_version - bulk: Add FORCE_REBUILD_PACKAGES to allow rebuilding packges like pkg more easily - Web: Show git hash and overlays - Major process handling changes. No longer using pids for tracking; now using internal jobs identifiers - Blacklist/MOVED FLAVOR handling fixes - Subpackages - some fixes but incremental build remains broken - jail -c -m allbsd: removed - ports -d: -y added to not ask for confirmation - testport: don't delete /compat/linux - bulk/testport: -S removed - this was a hack. The functionality you actually want is coming in the next -devel update. See #822 on github - Allow PREFIX/poudriere.d/ports to be a symlink - QEMU error msg improvement - jail: use make.conf in jail creation
* devel/rust-analyzer: Update to 2024-04-15Gabriel M. Dutra2024-04-203-16/+16
| | | | | | | changeLog: https://github.com/rust-lang/rust-analyzer/releases/tag/2024-04-15 Approved by: rust (mikael, implicit)
* math/cadabra2: update 2.4.5.5 → 2.4.5.6Andrey Korobkov2024-04-202-4/+4
| | | | PR: 278473
* math/apron: update 0.9.13 → 0.9.14Andrey Korobkov2024-04-205-60/+51
| | | | PR: 278472
* misc/py-pyqir: update 0.8.2 → 0.10.0Yuri Victorovich2024-04-203-59/+6
| | | | Reported by: portscout
* misc/py-onnx: update 1.14.1 → 1.16.0Yuri Victorovich2024-04-205-25/+57
| | | | Reported by: portscout
* graphics/mesa-devel: update to 24.0.b.5051Jan Beich2024-04-202-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/40f39482e15...d097a60d576
* emulators/rpcs3: update to 0.0.31.16364Jan Beich2024-04-202-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/40eda1b972...dff7352e2e
* x11-wm/cosmic-comp: update to s20240419Jan Beich2024-04-203-9/+16
| | | | Changes: https://github.com/pop-os/cosmic-comp/compare/895ea6a...8cee91c
* x11-servers/xwayland-devel: update to 21.0.99.1.1020Jan Beich2024-04-202-5/+5
| | | | Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/385226bda...43f47e8e6
* audio/gnome-podcasts: update to 0.7.1Jan Beich2024-04-205-420/+587
| | | | | | Changes: https://gitlab.gnome.org/World/podcasts/-/releases/0.7.0 Changes: https://gitlab.gnome.org/World/podcasts/-/releases/0.7.1 Reported by: GitLab (notify releases)
* audio/gnome-podcasts: drop unused dependency after ba2d95924617Jan Beich2024-04-201-2/+1
| | | | Warning: you might not need LIB_DEPENDS on libhandy-1.so
* multimedia/emby-server(-devel): switch to openssl for ffmpeg buildDries Michiels2024-04-192-5/+4
|