Commit graph

5035 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
0bc7dd9e63 comms/wsjtz: update to 2.5.0-1.10
ChangeLog at:	https://sourceforge.net/projects/wsjt-z/files/
2021-12-04 17:23:20 -05:00
Jan Beich
325ba0c274 comms/tlf: unbreak build after 8e39e791b0
sendqrg.c:103:6: error: use of undeclared identifier 'FILPATHLEN'
            FILPATHLEN - 1);
            ^
sendqrg.c:120:52: error: use of undeclared identifier 'FILPATHLEN'
        strncpy(my_rig->state.pttport.pathname, ptt_file, FILPATHLEN);
                                                          ^
sendqrg.c:122:52: error: use of undeclared identifier 'FILPATHLEN'
        strncpy(my_rig->state.dcdport.pathname, dcd_file, FILPATHLEN);
                                                          ^

Reported by:	pkg-fallout
2021-12-04 14:19:37 +00:00
Diane Bruce
d49a357a88 comms/hamlib: Bad pkg-plist
Missed some old pkg-plist items that I did not see reported
somehow during poudriere runs.
Mea culpa but fixed now.
2021-12-02 20:41:22 -05:00
Diane Bruce
8e39e791b0 comms/hamlib: Major updates needed for other programs
"it is necessary to update

https://github.com/Hamlib/Hamlib/releases/tag/4.3.1

for the functioning of new programs like wsjtz / wsjtx / cqrlog / fldigi

tks lu9dce"

From Hamlib NEWS
Hamlib -- History of visible changes.

Copyright (C) 2000-2003  Frank Singleton
Copyright (C) 2000-2021  Stephane Fillod, and others
Copyright (C) 2000-2021  Michael Black W9MDB, and others

Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net

Version 4.3.1
        * 2021-09-14
        * Bug fix release
            - Do not do vfo_fixup on satmode rigs
            - Fix compilation of misc.c with gmtime_r replacement function for
              mingw
            - Fix python build.  For some reason casting tp vfo_t in the
              RIG_VFO_N macro broke the swig parsing
            - Append the missing information to build hamlib v4.3 for Android
              NDK
            - Change set_icom_set_mode_with_data to not change mode unless
              necessary
            - Since Icom rigs default to filter 2 if a filter is not selected
              we will do the same when turning on data mode
            - Fix segfault in kenwood_set_vfo
            - scripts: Update example in readme, since 4.0 817 is 1020
            - Make testlibusb.c compatible with libusb < 1.0.23
              Note: On systems with libusb < 1.0.23 a warning will be emmitted
              but compliation should proceed without error.
            - Update testlibusb.c warning to "may be" instead of "will be"
            - Change kenwood to only set VFOA default on 1st rig_open call

Version 4.3
        * 2021-09-01
        * libusb-1.0.23 or greater is now required or use --without-libusb
        * Generating documentation now requires GNU source-highlighter.
        * Added IC-575
        * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX
        * Dual rotator control in rotctl -R option
        * Started work on simulators -- very crude right now but usable to debug some things
        * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it
          Starting VFO does not matter -- rig will end up on RX VFO
          S VFOA 1 VFOB
          S VFOB 1 VFOA
          S Main 1 Sub
          S Sub 1 Main

Version 4.2
        * 2021-05-17
        * New rig_get_mode_bandwidths -- returns token set for bandwidths for given mode
              Rig command: \get_mode_bandwidths CW
              Mode=CW
              Normal=500Hz
              Narrow=50Hz
              Wide=2400Hz
        * New rig_get_info  -- returns token set for all vfos where order does not matter
          This is a string return to allow for easy future expansion without changing the API
          New tokens may be introduced and can be skipped if not used by clients
              Rig command: \get_rig_info
              VFO=Main Freq=145000000 Mode=None Width=0 RX=1 TX=1
              VFO=VFOB Freq=145000000 Mode=FM Width=15000 RX=0 TX=0
              Split=0 SatMode=0
              Rig=Dummy
              App=Hamlib
              Version=20210429
              CRC=0xf49f4708
        * New rig_get_vfo_info
              Rig command: \get_vfo_info VFOA
              Freq: 145000000
              Mode: None
              Width: 0
              Split: 0
              SatMode: 0

        * FILPATHLEN has changed to HAMLIB_FILPATHLEN

        * USRP lib and gnuradio are deprecated and will be removed in 5.0
        * Added Radan rotator
        * Added Malachite SDR
        * Major rework for PRM80
        * Add twiddle_timeout and twiddle_rit --set-conf options
              rigctld --set-conf=twiddle_timeout=5,twiddle_rit=1
              This will set the twiddle timeout to 5 seconds and turn on twiddle_rit
              For twiddle timeout VFOB will not be polled for 5 seconds after VFO twiddling
	      is detected
        * rigctld --twiddle is deprecated and will be removed in 5.0 along with
          get_twiddle and set_twiddle
        * Rework Doxygen manual including default layout for Doxygen 1.9.1.  So far
          the amplifier, rotator, and utilities API sections have been updated.  The
          rig (radio) section remains to be updated.

Version 4.1
        2021-01-31
        * rigctld and rigs should be more robust for disconnect problems
        * Several fixes for Icom and Yaesu rigs
        * Nobody should need to use rig->caps or rig->state anymore
             If you need a variable added please contact us.
             Note that rig->state abstraction is not implemented yet...no need known
        * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
        * New rig_get_function to replace using caps-> function pointers
        * Fix shared library problem with WSJTX, JTDX, and JS8Call
        * New model Barrett 950

Version 4.0
        2020-11-29
        * API/ABI changes, advance ABI to 4 0 0.
        * Add GPIO and GPION options for DCD.  Jeroen Vreeken
        * New backend: ELAD FDM DUO.  Giovanni, HB9EIK.
        * New RIG_LEVEL_RFPOWER_METER_WATTS level
        * All channel functions now take a vfo argument
	* New rotator backend: iOptron. Bob, KD8CGH
	* New model: Icom IC-R8600.  Ekki, DF4OR
	* New utility: rigctlcom.  Mike, W9MDB
	* New model: FT847UNI for unidirectional early serial numbers.  Mike, W9MDB
	* Remove GNU Texinfo files and build system dependency.
        * Rig model numbers have changed to allow future growth
	* Fix a lot of static code analysis errors and warnings.  Mike, W9MDB
	* Rearrange directory structure to put rigs and rotators sources
	  under their own subdirectories.  Mike, W9MDB
        * rig_get_channel changed to add read_only flag.
        * rigctl(d) f command also returns VFO now.
        * caching of vfo, frequency, mode, and ptt speeds up rigctld for all.
        * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX.
        * rig_get_channel now has read_only flag but it still needs to be
          implemented based on rig behavior, so if you use rig_get_channel you
          may get a RIG_ENIMPL error to contact us for fixing it.
        * New rig backend for Elecraft K4.
        * New rig backend for PowerSDR (Flex and Apache users).
        * Many fixes and enhancements.  Mike, W9MDB and many contributors
        * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
PR:		ports/260065
Reported by:	castilloeduardo@outlook.com.ar
2021-12-02 19:53:00 -05:00
Hiroki Tagato
4caa381794 comms/scrcpy: update to 1.21
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21
2021-12-02 14:23:03 +09:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00
Oleksii Samorukov
36eaab838a comms/ebusd: Update to 21.3 version
Changelog: https://github.com/john30/ebusd/releases/tag/v21.3
2021-11-24 19:19:47 +00:00
Hiroki Tagato
fc6a3122a3 comms/scrcpy: update to 1.20
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.20
2021-11-24 21:53:17 +09:00
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00
Fukang Chen
66c9da4eb6 comms/py-esptool: Update to 3.2
Changelog:

    https://github.com/espressif/esptool/releases/tag/v3.2

MFH:		No (feature release)
2021-11-20 16:02:56 +00:00
Michael Büker
0a7cac4f6e
comms/py-fritzconnection: Update to 1.7.2
Upstream changes since last port version:

- Tests extended for Python 3.10
- bugfix: logger disabled by default
- documentation updated

PR:		259895
2021-11-17 22:36:10 +08:00
Fernando Apesteguía
a55c182ab0 comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.

PR:	258999
Reported by:	jailbird@fdf.net (maintainer)
Reviewed by:	madpilot@
2021-11-10 07:20:12 +01:00
Hiroki Tagato
6a080dbb0f comms/scrcpy: update to 1.19
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v1.18
- https://github.com/Genymobile/scrcpy/releases/tag/v1.19
2021-11-08 15:58:43 +09:00
Thibault Jouan
1e999eb5b6 comms/rubygem-serialport: Update to 1.3.2
This version supports Ruby 3.0.

While here,

* Switch to DISTVERSION
* Pet portlint

Changes:	https://github.com/hparra/ruby-serialport/commits/v1.3.2
PR:		259396
2021-11-08 08:44:36 +09:00
Michael Reifenberger
9d0ff00e97 comms/klog: Update to 1.8.5
Fix translations path as well.
2021-10-30 20:22:05 +02:00
Rodrigo Osorio
b8cea2c417 comms/rtl-433: Fix maintainer email address 2021-10-29 18:24:50 +02:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Emanuel Haupt
01f82dc73f comms/py-hidapi: Update to 0.11.0.p2 2021-10-22 20:14:45 +02:00
Piotr Kubaj
97bd7b9963 comms/fldigi: don't enable -march=native
Breaks compilation on non-x86 and causes runtime issues for package users on x86.
2021-10-22 11:42:27 +00:00
Tobias Kortkamp
5290fb1d92
comms/aprsd: Spell SUB_LIST correctly and unbreak rc script
Reported by:	portscan (unreferenced variable)
2021-10-19 10:37:53 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Fukang Chen
304a720bf8 comms/py-esptool: Update to 3.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v3.1

PR:		259235
Submitted by:	Tomasz "CeDeROM" CEDRO <tomek@cedro.info> (based on)
MFH:		No (feature release)
2021-10-19 02:56:14 +00:00
Alexey Dokuchaev
994cdbddbc comms/kermit: the port had been updated and cleaned up (+)
- Update C-Kermit to version 9.0.305 Alpha.04 which integrates both
  modern and legacy OpenSSL support (thus drop our local patch)
- Do not install essentially empty dot-files as examples; they also
  contain references to full *.ini files which are no longer shipped
  as part of the C-Kermit distribution
- The only useful documentation now is README.TXT, install it in the
  dedicated option helper target
2021-10-16 13:34:52 +00:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Bernhard Froehlich
f693aac998
comms/libusbmuxd: Fix build after last commit
Reported by:	tobik
2021-10-14 18:25:03 +00:00
Stefan Eßer
b9bae0d50e comms/picocom: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:34:45 +02:00
Stefan Eßer
13f1d93b8e comms/libusbmuxd: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:34:16 +02:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00
Ganael LAPLANCHE
f805a01e02 comms/gqrx: Update to 2.14.6 2021-10-11 07:41:54 +02:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Wen Heping
93a7cc3965 comms/py-fritzconnection: Update to 1.7.0
PR:		259009
Reported by:	freebsd@michael-bueker.de(maintainer)
2021-10-09 10:02:48 +08:00
Emanuel Haupt
a25d8b2a68 comms/hidapi: Switch from cmake back to autoreconf build
Switch from cmake back to to autoreconf build as this broke
comms/py-hidapi. Once this has been investigated and fixed we
can switch back to cmake.

Notified by:	pkg-fallout
2021-10-07 17:52:05 +02:00
Bernhard Froehlich
230540fefb */*: Remove extra CPE_VENDOR=horde which is already present in USES=horde
Approved by:    portmgr (blanket)
2021-10-07 15:04:45 +00:00
Emanuel Haupt
17e834af31 comms/hidapi: Update to 0.11.1
Switch to cmake due to upstream deprecation warning

Release notes:  https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
2021-10-06 20:39:44 +02:00
Cy Schubert
b581f84ea5 comms/hcidump: Fix a link error
Fix the following by adding -fPIE to CFLAGS:

/usr/local/bin/x86_64-unknown-freebsd14.0-ld: ../parser/libparser.a(hidp.o):
relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making
a PIE object; recompile with -fPIE
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: final link failed:
nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [hcidump] Error code 1

MFH:		2021Q4
2021-10-05 14:01:44 -07:00
Bernhard Froehlich
4fc119d3f6
comms/pear-Horde_SyncMl: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 20:01:13 +00:00
Bernhard Froehlich
222203d658
comms/pear-Horde_ActiveSync: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:51 +00:00
Bernhard Froehlich
fa9ce35f81
comms/mgetty+sendfax: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:50 +00:00
Bernhard Froehlich
983b4f2f4d
comms/hylafax: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:48 +00:00
Ganael LAPLANCHE
3cfb24b1fb comms/gqrx: Update to 2.14.5 2021-10-05 12:08:49 +02:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Diane Bruce
dffafc249b comms/svxlink: Unbreak qtel
- Unbreak qtel by adding GH_PROJECT to svxlink
- remove redundant REINPLACE
2021-10-02 19:03:24 -04:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Muhammad Moinur Rahman
6931e94f43 comms/dfu-util: Update version 0.10=>0.11
Relnotes: https://sourceforge.net/p/dfu-util/dfu-util/ci/master/tree/ChangeLog
2021-09-25 18:00:41 -05:00
Mikael Urankar
55e7c52889 comms/hcidump: Mark as broken on aarch64. 2021-09-24 16:13:03 +02:00
Baptiste Daroussin
7bcdcaa543 comms/predict: fix ncurses with ports and futur split in base
While here, avoid useless call on sed where easily possible
2021-09-24 15:11:52 +02:00
Ryan Steinmetz
8703fc2c05
*/*: Reset MAINTAINER due to repeat fatal email bounces 2021-09-21 09:47:01 -04:00
Bernhard Froehlich
64a1455faf
comms/snap7: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:25:58 +00:00
Bernhard Froehlich
61f076c489
comms/nmealib: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:24:37 +00:00