| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Changes: https://github.com/bstansell/conserver/releases/tag/v8.3.0
While here: add an option to enable IPv6 support (default: on).
|
| |
|
|
| |
Changes: https://github.com/apmorton/pyhidapi/commits/master
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- Default is FESTIVAL and GPSMAN so removed FESTIVAL and GPSMAN options
- Removed python from SHEBANG since no longer any python
- patch-Makefile.am no longer needed (fixed upstream)
- Run through portlint
This version adds a number of new maps NaturalEarth, new NWS subdirectory,
a number of obsolete files removed, and docs updated.,
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Summary: * Pet portclippy(1) and portfmt(1)
Approved by: hamradio@ (alven@, yuri@)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D55478
|
| |
|
|
| |
PR: 272855
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
PR: 292181
Reported by: takefu@airport.fm
Approved by: hamradio@ (alven@)
Differential Revision: https://reviews.freebsd.org/D54299
|
| |
|
|
|
|
|
| |
- remove patches no longer needed due to FreeBSD changes in upstream
- Add manual page for rigtestmcast and rigtestmcastrx
- Add manual page for rigtestlibusb
- Add rigctltcp manual page
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/greatscottgadgets/hackrf/releases/tag/v2026.01.1
* https://github.com/greatscottgadgets/hackrf/compare/v2024.02.1...v2026.01.1
* Use release tarball
* Clarify LICENSE
+ Specify LICENSE_FILE
+ Supply documentation via DOCS option
* Pet portclippy(1) and portfmt(1)
Reviewed by: Tomasz "CeDeROM" Cedro (SQ7MHZ) <tomek@cedro.info>
Tested by: Tomasz "CeDeROM" Cedro (SQ7MHZ) <tomek@cedro.info>
Approved by: db@ (Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54589
|
| |
|
|
| |
Changelog: https://github.com/stephane/libmodbus/releases/tag/v3.1.12
|
| |
|
|
| |
Approved by: Just fix it
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
It fixes the build with ruby34.
Changes: https://github.com/larskanis/ruby-serialport/blob/master/CHANGELOG
PR: 292489
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
performance
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
January 29, 2026 by Jani Heikkinen
Qt 6.10.2 is now available for download. As a patch release, Qt 6.10.2
doesn’t introduce new features, but it delivers around 300 bug fix,
security improvements, and quality enhancements on top of Qt 6.10.1.
For a full overview of the most notable changes, take a look at the Qt
6.10.2 release notes.
Announcement:
https://www.qt.io/blog/qt-6.10.2-released
Release notes:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.10.2/release-note.md
FreeBSD ports changes:
devel/qt6-base:
- Disable the reduced_relocations feature. Prior to Qt 6.10.0, this was
only enabled if the compiler was GCC, but we are seeing crashes in
certain ports such as misc/bibletime, multimedia/obs-studio, and
net-p2p/qbittorrent. [1]
- Rebase patches
graphics/qt6-wayland:
- Add a pre-configure check to test if devel/qt6-base was built with
the WAYLAND option. This module cannot be built if the WAYLAND
option is disabled in devel/qt6-base. [2]
www/qt6-webengine:
- Patched with security patches up to Chromium version: 144.0.7559.109
- Define NODEJS_EXECUTEABLE in the configure environment after [3]. This
is forward porting for the post-release security rollup and not part of
the official release. Future releases [3][4] will likely require this.
- Remove upstreamed patches
[3] https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=134-based&id=cf510ebd4e870eb24fb5bc1d1ddcc5442247672d
[4] https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=140-based&id=aab0f6f0928e7e4f73832abba9a00b7946b7e459
x11-toolkits/qt6-declarative
- Remove upsteamed patches
The Qt python bindings have also been updated along with their
respective tools.
PySide6: Update to 6.10.2
PyQt6: Update to 6.10.2
PR: 292376 [1], 292273 [2]
Reported by: yuri [1], jbo [2]
MFH: 2026Q1
Security: 73ff246b-04b2-11f1-84fc-4ccc6adda413
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From git repo:
This is another point release of Xastir.
It is largely a cleanup release, but a small number of improvements have been made since release 2.2.0:
A bug in the formatting of "altitude in comment" packets when PHG is specified was fixed.
the "get-NWSdata" script has been updated to download the most recent NWS shapefiles.
Xastir can now be built against Berkeley DB version 18.1. Previously it was limited to versions in the 5.x range, which are all long past end of life.
A higher quality PNG and SVG icon for Xastir has been added.
Deprecated autoconf macros have been removed so that autoreconf or bootstrap don't complain so loudly.
Local changes:
- Complete removal of ImageMagick on advice of xastir developer Tom Russo <russo@bogodyn.org>
- Addition of db18 support
Reviewed by: Tom Russo <russo@bogodyn.org>
|
| | |
|
| |
|
|
|
| |
PR: 292881
Reported by: Petr Lampa <lampa@fit.vutbr.cz>
|
| |
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/abcminiuser/python-elgato-streamdeck/blob/0.9.8/CHANGELOG
Approved by: eduardo (mentor, implicit)
MFH: 2026Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Somehow this got missed 10 years ago :-(
From SRS0+5203f6e19c1a21a6=EU=stagecraft.cx=carl@mx25.net Tue Apr 7 00:15:53 2015
...
Return-Path: <SRS0+5203f6e19c1a21a6=EU=stagecraft.cx=carl@mx25.net>
(envelope-from carl@stagecraft.cx)
X-Authentication-Warning: brain.stagecraft.cx: www set sender to carl@stagecraft.cx using -f
To: portmgr@freebsd.org
...
Date: Tue, 07 Apr 2015 14:09:14 +1000
From: Carl <carl@stagecraft.cx>
Cc: Diane Bruce <db@db.net>
Message-ID: <e207d0c19a3a7eec852b568412df4a28@www.stagecraft.cx>
X-Sender: carl@stagecraft.cx
...
Hi,
I'm currently the maintainer (that I know of) of 3 ports;
comms/xastir
comms/hamfax
comms/gmfsk
Could you please reassign the maintainer to "hamradio@freebsd.org".
This will allow a group of us to manage these ports rather than relying
on me.
Thanks!
Carl.
|
| |
|
|
|
|
|
| |
- Use complete arguments/options
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/gabime/spdlog/releases
|
| |
|
|
| |
PR: 292499
|
| |
|
|
|
|
|
|
|
|
| |
- use nightly tarball
- LOCAL secondary as old nightlies are deleted from upstream immediately
- restore USE_PYTHON=pep517 as setuptools is assumed
- expose test suite
Event: Winter Field Day 2026
Event: Snowstorm Special January 2026
|
| |
|
|
| |
Event: Winter Field Day 2026
|
| |
|
|
|
| |
- Fixed install to work on FreeBSD current
- Fixed hardcoded path names which should be set via REINPLACE
|
| |
|
|
|
|
|
| |
- Add description update submitted by Bram <bram@cbbg.nl>.
- Fix warnings from portclippy.
PR: 292693
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Java 8 had a jre/lib/ext directory which does not exist anymore.
Put the jssc-2.8.0.jar in JAVALIBDIR and embed it in arduino18 so we
are sure it is properly on the classpath.
NB: the patch is modified a little bit over the attachment in the
issue. It now uses less local patches than the original patch.
PR: 292242
Approved-by: maintainer timeout
|
| |
|
|
|
|
|
|
|
| |
Changelogs:
* https://www.xnec2c.org/#Version
Approved by: hamradio@ (alven@, yuri@)
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D54351
|
| |
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/wb2osz/direwolf/releases/tag/1.8.1
* https://github.com/wb2osz/direwolf/compare/1.8...1.8.1
Approved by: hamradio@ (alven@, yuri@)
Approved by: yuri@ (maintainer, Mentor)
Differential Revision: https://reviews.freebsd.org/D54299
|
| |
|
|
|
|
|
|
|
| |
Changelogs:
* https://www.w1hkj.org/files/fldigi/readme.txt
Approved by: hamradio@ (alven@, yuri@)
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D54316
|
| |
|
|
|
|
|
|
| |
jdk11: javah: not found
jdk17+: error: invalid use of a restricted identifier 'yield'
PR: 292216
Approved-by: maintainer timeout
|
| |
|
|
|
|
|
| |
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change
PR: 291778
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.0
https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.1
https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.9.0
https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.0.0
https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.1.0
- Upstream migrated to GitHub.
- Replace PORTVERSION with DISTVERSION.
- Add option BASH_COMPLETIONS.
PR: 292229
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
| |
|
|
|
|
|
|
|
| |
The API remains compatible but bumping all dependent ports as SHLIB
has changed.
Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
|
| |
|
|
|
|
|
|
| |
It takes days to compile lang/rust on the armv7, aarch64 and riscv64
devices just to test a Python flasher script, I would prefer to spend
the time improving my own limited C implementation.
PR: 292052
|