| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notified by: vvd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE to AGPLv3
PR: 276766
Tested by: Marko Cupać <marko.cupac at mimar dot rs>
Approved by: maintainer timeout
MFH: 2024Q2 (long due)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
PR: 278474
|
|
|
|
| |
PR: 278209
|
|
|
|
|
|
| |
Changelog: https://lalescu.ro/liviu/fet/news.html
Approved by: bofh (implicit), diizzy (implicit)
|
|
|
|
|
| |
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.11.0
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.282...v1.3.283
Reported by: Repology, portscout
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/compare/v1.3.282...v1.3.283
Reported by: Repology, portscout
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.282...v1.3.283
Reported by: Repology, portscout
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.282...v1.3.283
Reported by: Repology, portscout
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://nasm.us/doc/nasmdocc.html
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
changeLog:
https://github.com/rust-lang/rust-analyzer/releases/tag/2024-04-15
Approved by: rust (mikael, implicit)
|
|
|
|
| |
PR: 278473
|
|
|
|
| |
PR: 278472
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/40f39482e15...d097a60d576
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/40eda1b972...dff7352e2e
|
|
|
|
| |
Changes: https://github.com/pop-os/cosmic-comp/compare/895ea6a...8cee91c
|
|
|
|
| |
Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/385226bda...43f47e8e6
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Warning: you might not need LIB_DEPENDS on libhandy-1.so
|
| |
|