Commit Graph

5893 Commits

Author SHA1 Message Date
Oleksii Samorukov ee80cc2dcd comms/meshcore-cli: upgrade to 1.5.7 2026-04-29 11:37:35 +02:00
Oleksii Samorukov 7a6aa91394 comms/py-meshcore: upgrade to 2.3.7 2026-04-29 11:34:25 +02:00
Chad Jacob Milios 23dfa3efd3 comms/gnuradio: Fix pkg-plist error when PYTHON_VER != 3.11
PR:		294766
Approved by:	blanket (fix build)
Sponsored by:	UNIS Labs
MFH:		2026Q2
2026-04-25 19:37:22 +03:00
Charlie Li 79ed0d64e1 comms/chirp: update to 20260417
Event: Boston Marathon 2026
2026-04-22 20:45:51 -04:00
Stephen Hurd 80a2e51ef7 comms/syncterm: Update to v1.8
This switches to the cleaner CMake build.
Changelog:
https://sf.net/projects/syncterm/files/syncterm/syncterm-1.8/
2026-04-18 19:46:34 -04:00
Diane Bruce 1422def197 comms/hamlib: Update hamlib to 4.7.1
The Hamlib Project is pleased to announce the release of Hamlib 4.7.1.

This release includes two new radio models, many fixes and improvements to
various radio models.

Here is a short changelog for this release:

Version 4.7.1
 * 2026-04-15
 * Fix unknown type compilation errors on Alpine Linux.  (TNX Bradfor Boyle)
 * Fix rig port timeout.  (TNX Matthias Moelller)
 * Update ReleaseNotes*.md.  (TNX George Baltz)
 * Fix various FTX-1 meter, level and CTCSS table.  (TNX KJ5HST)
 * Add power off capability to Flrig backend.  (TNX Philip Rose)
 * Replace strncpy with memcpy to quell GCC 16 warning.  (TNX George Baltz)
 * Add SWR to supported 'get levels' for K3/K4.  (TNX Tom Crayner (reporter))
 * Add get_split_vfo to TS-850 backend.  (TNX Elisamuel Resto)
 * New simplecat backend.  Supports Bunzee Labs DDX.  (TNX Dhiru Kholia)
 * Fix and generalize clock handling for Icom radios.  (TNX George Baltz)
 * Fix Yaesu attenuator levels and LVL_KEYSPD reinitialization.  (TNX George Baltz)
 * Add new rig model Harris PRC-138.  (TNX Antonio Regazzoni)
 * Various FT-710 fixes, especially handling SH format and RX bandwidth.
   Ensure FT-710 simulator rejects RF command.  (TNX George Baltz)
 * Fix low power calculation for K3/K3S.  (N0NB)
 * Fix FTX-1 SH bandwidth command in set/get_mode.  (TNX Terrell Deppe)
 * Quell initializer overrides prior initialzation clang warning in ftx1.c
   and fix compiler warning in hd1780.c.  (TNX George Baltz)

Source archive and MS Windows binaries may be downloaded from:

https://github.com/Hamlib/Hamlib/releases/tag/4.7.1
https://sourceforge.net/projects/hamlib/files/hamlib/4.7.1/

73, Nate
2026-04-17 20:50:06 -04:00
Michael Reifenberger 03627c83fe comms/klog: Fix build take two
Delete %%PORTDOCS%% prefix
Bump PORTREVISION
2026-04-13 18:14:08 +02:00
Michael Reifenberger 8aad53248b comms/klog: Fix build 2026-04-12 11:13:43 +02:00
Joseph Mingrone bc45b7ec88 Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:

1. Remove support for packaged byte-compiled elisp.

   The primary motivation is to remove a large number of flavor-specific
   packages and to simplify the ports tree.  As an example, supporting
   byte-compiled elisp for devel/tablist required six packages, one for
   each flavor of editors/emacs and editors/emacs-devel.  With over 100
   elisp ports and requests for new Emacs flavors, this was
   unmanageable.

2. Install configuration to integrate with Emacs's native compilation
   machinery, allowing elisp from ports to be compiled into the standard
   cache under the user's home directory.

   This matches the behavior of GNU ELPA packages and generally results
   in a faster experience.  Speedups vary depending on the
   characteristics of the elisp code, but are often reported to be 2.5
   to 5 times faster than byte-compiled code.

3. Perform byte compilation on the target host, but only when native
   compilation is unavailable.  Compilation is initiated when Emacs
   starts, and the resulting .elc files are cached under the user's
   home directory.

4. Load all autoload files installed by FreeBSD elisp ports.  This
   mirrors what package.el does for ELPA packages, ensuring that
   autoloaded functions are available without requiring users to
   explicitly load each package.

Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.

Reviewed by:	ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
		mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
		rhurlin
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56001
2026-04-11 13:03:58 -03:00
Oleksii Samorukov 2b5202d75c comms/meshcore-cli: upgrade to 1.5.6 2026-04-11 12:46:11 +02:00
Oleksii Samorukov 0a4c8c633f comms/py-meshcore: upgrade to 2.3.6 2026-04-11 12:44:11 +02:00
Michael Reifenberger 531c303268 comms/klog: Update to 2.5 2026-04-09 20:57:18 +02:00
Charlie Li d04d23ae37 python.mk: retire ${PYNUMPY}
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
2026-04-03 16:52:43 -04:00
Charlie Li 1912d150ac math/py-numpy1: bump more RUN_DEPENDS consumers
These specify numpy indirectly using a different variable.

PR: 281470
2026-04-03 16:01:01 -04:00
Charlie Li d4bd5ba72e math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS

PR: 281470
2026-04-03 14:52:22 -04:00
Ronald Klop 86813e9ccf */*: bump portrevision after java_default=25 update
Included all ports that have USES=java.

PR:	293559
2026-04-02 23:06:57 +02:00
Oleksii Samorukov 068e7fcda8 comms/meshcore-cli: upgrade to 1.5.5 2026-04-01 09:39:46 +02:00
Oleksii Samorukov 3da7d325c9 comms/py-meshcore: upgrade to 2.3.5 2026-04-01 09:36:57 +02:00
Oleksii Samorukov 89c58bd76d comms/meshcore-cli: upgrade to 1.5.4 2026-03-28 06:37:53 +01:00
Oleksii Samorukov 77ff6611d5 comms/py-meshcore: upgrade to 2.3.3 2026-03-28 06:33:37 +01:00
Oleksii Samorukov 54fc756479 comms/meshcore-cli: upgrade to 1.5.0 2026-03-20 22:16:19 +01:00
Oleksii Samorukov b3be6bd506 comms/py-meshcore: upgrade to 2.3.1 2026-03-20 22:14:54 +01:00
Dimitry Andric 1d3ebc8948 comms/bladerf: fix build with clang 21
With clang 21 comms/bladerf fails to build, with errors similar to:

    /wrkdirs/usr/ports/comms/bladerf/work/bladeRF-2025.10/host/utilities/bladeRF-cli/src/cmd/flash_image.c:71:35: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
       71 |                 if (val[i] >= 'a' || val[i] <= 'f') {
          |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~

This is a logic error: the logical operator should be `&&` here. It has
been proposed as an upstream pull request:
https://github.com/Nuand/bladeRF/pull/1045, but it is not yet merged.

PR:		293393
Approved by:	maintainer timeout (2 weeks)
MFH:		2026Q1
2026-03-13 09:32:26 +01:00
Philip Paeps 41efe83670 comms/conserver-com: update to 8.3.0
Changes: https://github.com/bstansell/conserver/releases/tag/v8.3.0

While here: add an option to enable IPv6 support (default: on).
2026-03-12 09:12:07 +08:00
Po-Chuan Hsieh 3362243e65 comms/py-hid: Update to 1.0.9
Changes:	https://github.com/apmorton/pyhidapi/commits/master
2026-03-10 02:18:33 +08:00
Oleksii Samorukov 7a6f08d445 comms/meshcore-cli: ugprade to 1.4.11 2026-03-08 21:10:22 +01:00
Oleksii Samorukov b77d61ca1f comms/py-meshcore: ugprade to 2.2.30 2026-03-08 21:10:21 +01:00
Oleksii Samorukov a2a8965258 comms/meshcore-cli: upgrade to 1.4.9 2026-03-07 22:15:11 +01:00
Oleksii Samorukov 3d69cf4f07 comms/py-meshcore: upgrade to 2.2.25 2026-03-07 22:15:10 +01:00
Diane Bruce fcd3b8bfae comms/xastir: update to 2.2.4
- 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.,
2026-03-02 13:57:52 -05:00
Oleksii Samorukov a075c6c7b2 comms/meshcore-cli: upgrade to 1.4.5 2026-02-28 19:07:13 +01:00
Oleksii Samorukov 8709ea7dfb comms/py-meshcore: ugprade to 2.2.15 2026-02-28 19:07:13 +01:00
Älven 677a867c58 comms/trustedqsl: Update 2.8.1 => 2.8.4
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
2026-02-28 19:00:30 +04:00
Ronald Klop 2baaf16375 */*: bump portrevision after java_default=21 update
PR:	272855
2026-02-26 09:10:21 +01:00
Jose Alonso Cardenas Marquez 44ca884917 */*: Bump PORTREVISION. editors/lazarus was updated to 4.6 2026-02-25 17:16:53 -08:00
Oleksii Samorukov c7a20810da comms/py-meshcore: update to 2.2.14 2026-02-22 11:05:22 +01:00
Älven 4022d4b1a9 comms/direwolf: re-generate patches
PR:			292181
Reported by:		takefu@airport.fm
Approved by:		hamradio@ (alven@)
Differential Revision:	https://reviews.freebsd.org/D54299
2026-02-17 09:58:07 +04:00
Diane Bruce ba6927007a comms/hamlib: Update to 4.7.0
- 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
2026-02-16 21:40:51 -05:00
Oleksii Samorukov fdeece80d0 comms/meshcore-cli: update to 1.4.2 2026-02-16 22:29:46 +01:00
Oleksii Samorukov ac495481bc comms/py-meshcore: update to 2.2.11 2026-02-16 22:26:24 +01:00
Älven e8d1b646ca comms/hackrf: Update 2024.02.1 => 2026.01.1
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
2026-02-16 21:35:54 +04:00
Muhammad Moinur Rahman e7b985c5f3 comms/libmodbus: Update version 3.1.11=>3.1.12
Changelog: https://github.com/stephane/libmodbus/releases/tag/v3.1.12
2026-02-14 12:32:24 +01:00
Lars Engels 4ceab829a3 comms/meshcore-cli: Fix typo in COMMENT and bump PORTREVISION
Approved by:	Just fix it
2026-02-14 10:39:23 +01:00
Oleksii Samorukov 1868b37de6 comms/ebusd: update to 26.1 2026-02-13 11:15:04 +01:00
Oleksii Samorukov 7ff6e08e82 comms/py-meshcore: update to 2.2.9 2026-02-13 11:15:04 +01:00
Oleksii Samorukov 8bfe247927 comms/meshcore-cli: update to 1.4.1 2026-02-10 23:49:14 +01:00
Po-Chuan Hsieh 50f20d629c comms/rubygem-serialport: Update to 1.4.0
It fixes the build with ruby34.

Changes:	https://github.com/larskanis/ruby-serialport/blob/master/CHANGELOG
PR:		292489
2026-02-11 03:35:23 +08:00
Po-Chuan Hsieh 1762dc03b0 */Makefile: Sort SUBDIRs 2026-02-11 03:29:23 +08:00
Oleksii Samorukov c802989b60 comms/meshcore-cli: new port, CLI to manage MeshCore devices 2026-02-10 17:30:28 +01:00
Oleksii Samorukov dac657e81e comms/py-meshcore: new port, library for MeshCore companion radio nodes 2026-02-10 16:57:50 +01:00