Commit graph

5238 commits

Author SHA1 Message Date
Diane Bruce
db31355742 comms/hamlib: Fixed incorrect strip of Hamlib.so
Fixed a bug that was hidden during the migration to staging.
STRIP(1) in the PERL library.

PR:		ports/264533
Reported by:	takefu@airport.fm
2022-06-08 09:02:45 -04:00
Dmitri Goutnik
e4a66e1118 comms/tio: Update to 1.38
Changes:	https://github.com/tio/tio/releases/tag/v1.38
2022-06-07 09:02:50 -05:00
Alexey Dokuchaev
fe8de17088 comms/kermit: update C-Kermit to version 10.0 Beta.04
Also, chase HTTP/1.1 301 Moved Permanently redirection
in the MASTER_SITES and WWW line of the port description.

Reported by:	portscout
2022-06-07 06:26:26 +00:00
Muhammad Moinur Rahman
e411c51a46 comms/libmodbus: Update version 3.1.6=>3.1.7
Relnotes: https://github.com/stephane/libmodbus/releases/tag/v3.1.7
2022-06-06 16:56:46 -05:00
Diane Bruce
1ae8d833d6 comms/nanovna-saver: Fixed incorrect /dev/cua* to umodem number mapping
Linux has an ioctl that directly retrieves information about the usb serial
port on (FreeBSD) I have to find the umodem dev that the usb serial port
is reference then use a sysctl to find the needed for nanovna-saver to
work correctly.
Originally I assumed a 1-1 mapping of devices. I was wrong.

PR:		ports/264272
Reported by:	jeffpc@josefsipek.net
2022-06-06 16:00:38 -04:00
Muhammad Moinur Rahman
ca473fb228 all: Take maintainership 2022-06-06 06:48:06 -05:00
Rene Ladan
65e2c3c3bb all: return bsam's ports to the pool after his commit bit got safekept 2022-06-06 13:19:04 +02:00
Michael Reifenberger
d61850c691 comms/uhd: Fix pkg-plist and update
Try to unbreak the build and update to 4.2.0.0
2022-05-30 18:41:57 +02:00
Michael Reifenberger
ade9d57184 comms/trustedqsl: Update to 2.6.3
Try to unbreak the build and update to 2.6.3
2022-05-29 18:17:07 +02:00
Alexey Dokuchaev
1bdeb8deac comms/kermit: update C-Kermit to version 10.0 Beta.02
The forthcoming new release of C-Kermit, expected "pretty soon", will
be called 10.0 rather than 9.0.305.

The new version number, 10.0, is a change in format.  Earlier version
numbers had three parts, e.g. 9.0.304 (major.minor.edit), the new one
follows contemporary two-part convention.
2022-05-27 11:52:38 +00:00
Michael Reifenberger
af9e0a5ffc comms/trustedqsl: Update to 2.5.9
Update to the latest version 2.5.9
2022-05-26 21:56:21 +02:00
Emanuel Haupt
717a95c1e2 comms/hidapi: Update to 0.12.0 2022-05-26 21:24:42 +02:00
Charlie Li
543d8888c9
comms/qsstv: fix build with graphics/openjpeg 2.5 by removing unnecessary patches
While here, have ourselves a working DEBUG build

Encoding/saving JPEG2000 crashes due to graphics/jasper interaction.
Not sure if it has ever worked.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D35308
2022-05-24 13:33:41 -04:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Dima Panov
7255012e4b comms/uhd: update to 4.1.0.5 release to unbreakd build after boost upgrade
RP:	246106
2022-05-22 23:17:02 +03:00
Jose Alonso Cardenas Marquez
3639897c34 comms/wsjtz: update to 2.5.4-1.22
ChangeLog at:	https://sourceforge.net/projects/wsjt-z/files/
2022-05-22 13:07:21 -05:00
Marek Zarychta
1c5eea6c7a comms/py-libscrc: Update to v1.8
- pet portclippy

ChangeLog: https://github.com/hex-in/libscrc/releases/tag/v1.8

PR:		264096
2022-05-21 17:26:21 +01:00
John Baldwin
7175e1ab5f comms/opencbm-kmod: Remove unused DRIVER_MODULE devclass on recent main.
Reviewed by:	Felix Palmen <elix_palmen@it.de> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D35195
2022-05-20 10:10:25 -07:00
Loïc Bartoletti
2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00
Diane Bruce
3bcc17d6d4 comms/fldigi: Upgrade to 4.1.22
2022-05-05  dave-w1hkj  <w1hkj@bellsouth.net>

	2f88a13cc: Version 4.1.22
	a6415f6cb: Save/Restore AFC by mode
	cc66d4bc7: Revert "APPLE PortAudio"
	5196f8a20: Version 4.1.21
	cc666964c: APPLE PortAudio
	17c3cb1f3: Lion compilation
	4f5fa6c71: IPC log report
	55f971801: xmlrpc methods
	929908c8b: CW h/w weight
2022-05-07 12:53:03 -04:00
Diane Bruce
5842b9081b comms/fldigi: Update to 4.1.21
Version 4.1.21
      * Maintenance release
        . many changes, refer to git log

    IPC log report
      * change logging date report to date ON vice date OFF

    xmlrpc methods
      * add new methods all data in ADIF 3.1.2 compliant format
        . logbook.last_record
        . logbook.all_records
      * add new methods as ADIF 3.1.2 compliant strings
        . modem.get_mode
        . modem.get_submode
      * add new date-time methods
        . log.get_time_on
        . log.get_date_on
        . log.get_time_off
        . log.get_date_off
        date-time correctly synchronized and in ZULU time
2022-05-05 19:45:55 -04:00
Rene Ladan
8d39705d75 grimreaper: return mich's ports to the pool after safekeeping his ports bit. 2022-05-02 13:06:43 +02:00
Yuri Victorovich
a5491229bf comms/bladerf: Update 2019.07 -> 2021.10
Reported by:	portscout
2022-05-01 15:23:55 -07:00
Dmitri Goutnik
fe378de55f comms/tio: Update to 1.37
Changes:	https://github.com/tio/tio/releases/tag/v1.37
2022-04-27 11:55:07 -05:00
Joseph Mingrone
04b57ef638
lx's ports: Reset maintainer to ports@ per his request
Sponsored by:	The FreeBSD Foundation
2022-04-25 12:06:48 -03:00
Ganael LAPLANCHE
73cfe391c9 comms/gqrx: Update to 2.15.9 2022-04-25 12:26:03 +02:00
Po-Chuan Hsieh
735ea04b67
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after cdcedd316d 2022-04-17 04:55:37 +08:00
Tijl Coosemans
51638b90e3 devel/libtool, devel/libltdl: update to 2.4.7
comms/wsjtx: patch configure instead of configure.ac to avoid autotools.
The build runs autoconf to regenerate configure but forgets to run
libtoolize to update ltmain.sh.

PR:		263151
Exp-run by:	antoine
2022-04-13 15:30:25 +02:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Rene Ladan
97cf09b1df cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/sha: Obsolete, we have tools in base
2022-03-31 security/gputty: Unfetchable, dead upstream
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software
2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions
2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 devel/hadoop: Outdated, unsupported upstream
2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003
2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years
2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan
2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009
2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019
2022-03-31 security/shttpscanner: Abandonware, last release in 2006
2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark
2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan
2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream
2022-03-31 security/manipulate_data: Abandonware, unsupported upstream
2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server
2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream
2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013
2022-03-31 security/retranslator: Deprecated upstream (EOL)
2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder.
2022-03-31 security/webscarab: Deprecated by upstream in 2014
2022-03-31 security/pscan: Abandonware, last release in 2000
2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0
2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan
2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020
2022-03-31 security/trinokiller: Abandonware, dead upstream
2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development
2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06
2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead
2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard
2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream
2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy
2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan
2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan
2022-03-31 security/ppars: Abandonware, no word of it on upstream web site
2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream
2022-03-31 security/matrixssl: Abandonware, dead upstream
2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET
2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated
2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream
2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure
2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport
2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan
2022-03-31 security/phpsecinfo: Abandonware, last release in 2006
2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream
2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999
2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream
2022-03-31 security/integrit: Abandonware, last release in 2003
2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hlfl: Abandonware, last release in 2003
2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago
2022-03-31 security/libpwstor: Abandonware, last release in 2008
2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap
2022-03-31 security/cisco-torch: Abandonware, dead upstream
2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005
2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead
2022-03-31 www/sakai: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7
2022-03-31 www/jspwiki: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7
2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
2022-03-31 devel/gitblit: Depends on expired www/tomcat7
2022-03-31 graphics/barbecue: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7
2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api
2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem
2022-03-31 databases/redis5: EOLed upstream
2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001
2022-01-15 devel/maven3: Outdated, unsupported upstream
2022-01-15 devel/maven33: Outdated, unsupported upstream
2022-03-31 devel/monotone: Abandoned upstream, no release since 2014
2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x
2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead
2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active
2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream
2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+
2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream
2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead
2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream
2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream
2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures
2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production
2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022
2022-03-31 textproc/kibana6: Uses expired www/node10
2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release
2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead
2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later
2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working
2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30
2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+
2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry
2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead
2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead
2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead
2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around
2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around
2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service
2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011
2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT
2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004
2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004
2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+
2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities
2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
2022-03-31 22:31:14 +02:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Fukang Chen
8eb37381ef comms/py-esptool: Update to 3.3
Changelog:

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

MFH:		No (feature release)
2022-03-25 18:11:49 +00:00
Michael Reifenberger
a7a3817b28 comms/klog: Update to 2.1
Update klog to 2.1
2022-03-19 17:18:04 +01:00
Charlie Li
d7758c90f5 comms/direwolf: fix build with new gpsd
PR:		258112
2022-03-13 20:31:48 -04:00
Daniel Engberg
2faa598964 comms/yaps: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31
Service providers are no longer around and/or are no longer providing
this service which renders this port broken
2022-03-08 08:29:00 +01:00
Daniel Engberg
3e2e8ffd6a comms/p5-SMS-Send-TW-ShareSMS: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31
Service provider is no longer around which renders this port broken
2022-03-08 08:29:00 +01:00
Daniel Engberg
2e42289661 comms/p5-SMS-Send-TW-Qma: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31
QMA service provider is no longer around which renders this port broken
2022-03-08 08:29:00 +01:00
Daniel Engberg
dfeeea8ed4 comms/o2sms: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31
Abandonware, last release in 2010, upstream is dead and multiple user
reports of being broken on upstream forum
2022-03-08 08:29:00 +01:00
Rene Ladan
3d89f95e2f all: return koobs' ports to the pool after safekeeping his commit bit. 2022-03-07 20:07:39 +01:00
Loïc Bartoletti
2d8f857316 devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
2022-03-07 18:39:13 +01:00
Diane Bruce
5a10820938 comms/klog: update to 2.0
KLog 2.0 – Stop the war
Posted on 26 February, 2022 by Jaime

This release is dedicated to show my disagreement to the war in Ukraine.
We need to stop that.

Feb 2022 – 2.0

KLog users: Sorry for the potential drawback but reading the news and what is just happening, I felt we need to act.

Jan 2022 - 1.8.7
- Bugfix: Removed the hamlib test from the KLog start that was causing big delays.
- Bugfix: Serial speed was not saved to config file.
- Bugfix: eQSL Uploads problem solved (Closes #406).
- Bugfix: Connection to the radios were not being done properly (Closes #407) (Closes #379).
- Bugfix: SplitCheckBox was checked when coming from Setup (Closes #377).
- Bugfix: Entering a QRZ cleared the DX Gridsquare if it was previously entered (Closes #357).
- Bugfix: Imported QSOs add the default electronic QSL send info if configured.
- Bugfix: DXCC widget shows last Entity status after modifying a QSO (Closes #412).
- Bugfix: Hamlib is now stopped while editing a QSO (Closes #414).
- Bugfix: Hamlib on serial devices works ok. (Closes #355).
- Bugfix: RST is not changed on mode change when editing. (Closes #423).
- New feature: Added a Manual Mode checkbox to disable quickly hamlib & wsjtx integration.
- New feature: Added "Save" and "Cancel" button when editing a recorded QSO.
- Update: Developers mailing list address changed to klog@groups.io (Closes #421).

Jan 2022 - 1.8.6
- Bugfix: Net rig & FLRig hamlib connections were not working propertly. (Closes #339) (TNX W5PNY)
- Bugfix: Some prefixes were not properly detected. (Closes #371) (Closes #367).
- Bugfix: Serial Hamlib rigs were not properly working. (TNX W5PNY)
- Bugfix: QRZ.com was disabled if user was not subscribed. (TNX EA5WA)
- Bugfix: QRZ.com data was not updated if the boxes were already filled. (TNX EA5WA)
- Bugfix: Callsigns formet were not always properly checked.
- Improvement: Hamlib 4.4 in binary packages (macOS & Windows) tested also in Linux.
- Improvement: RTS & DTR are defined to OFF by default in hamlib.
- Improvement:KLog differenciates QRZ.com subcribed users from non subscribed. (TNX EA5WA)

Reported by:	portscout
2022-02-28 13:59:25 -05:00
Loïc Bartoletti
337a99bc8b x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
 - Update to 4.1 version
 - Fix wxgtk31 for string
 - Use wxGtk31 instead of wxgtk30
 - Fix kicad* ports with wxgtk31/wxPython 4.1

Changes:
 - https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html

Reviewed by:	tcberner
Approved by:	yuri, bofh
Differential Revision:	D34080
2022-02-25 19:10:24 +01:00
Neel Chauhan
5ab014cb1b comms/conserver-com: Update to 8.2.6 2022-02-25 09:47:17 -08:00
Piotr Kubaj
b682ff98f4 comms/snap7: add riscv64 support 2022-02-16 16:49:46 +00:00
Neel Chauhan
691035521a comms/tcpser: Update distinfo 2022-02-08 20:35:06 -08:00
Neel Chauhan
ddc0388997 comms/tcpser: Set PORTEPOCH 2022-02-08 09:19:48 -08:00
Vinícius Zavam
6b3460096e
comms/ser2net: drop maintainership 2022-02-08 15:44:42 +00:00
Vinícius Zavam
4911952a52
comms/ncid: drop maintainership 2022-02-08 15:44:10 +00:00
Marek Zarychta
c8bfb772c2
Add comms/py-libscrc: Python library for calculating various types of CRC
PR:		261571
2022-02-08 11:19:33 +08:00
Neel Chauhan
0b9fc67840 comms/tcpser: Use version g20210425 not 20210425 2022-02-07 12:23:20 -08:00
Stefan Eßer
bdd2d4af96 Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
2022-02-06 19:36:07 +01:00
Ganael LAPLANCHE
de52b61973 comms/gqrx: Update to 2.15.8 2022-02-06 16:16:25 +01:00
Jose Alonso Cardenas Marquez
daa23dba69 editors/lazarus-*: update to 2.2.0
- Bump PORTREVISION
- archivers/peazip update to 8.4.0
- editors/cudatext update to 1.155.3
- russian/emkatic update to 0.41
- x11-toolkits/qt5pas to latest version included into lazarus 2.2.0

ChangeLog at:	https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
2022-02-03 00:07:13 -05:00
Neel Chauhan
108a3e4794 comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS 2022-01-31 16:06:09 -08:00
Diane Bruce
1ac5609ba4 comms/klog: Update to 1.8.7
Jan 2022 - 1.8.7
- Bugfix: Removed the hamlib test from the KLog start that was causing big delays.
- Bugfix: Serial speed was not saved to config file.
- Bugfix: eQSL Uploads problem solved (Closes #406).
- Bugfix: Connection to the radios were not being done properly (Closes #407) (Closes #379).
- Bugfix: SplitCheckBox was checked when coming from Setup (Closes #377).
- Bugfix: Entering a QRZ cleared the DX Gridsquare if it was previously entered (Closes #357).
- Bugfix: Imported QSOs add the default electronic QSL send info if configured.
- Bugfix: DXCC widget shows last Entity status after modifying a QSO (Closes #412).
- Bugfix: Hamlib is now stopped while editing a QSO (Closes #414).
- Bugfix: Hamlib on serial devices works ok. (Closes #355).
- Bugfix: RST is not changed on mode change when editing. (Closes #423).
- New feature: Added a Manual Mode checkbox to disable quickly hamlib & wsjtx integration.
- New feature: Added "Save" and "Cancel" button when editing a recorded QSO.
- Update: Developers mailing list address changed to klog@groups.io (Closes #421).

Reported by:	portscout
2022-01-31 16:26:58 -05:00
Loïc Bartoletti
4f0a5e1540 PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
2022-01-27 07:12:26 +01:00
Diane Bruce
bcf8e8efee comms/cqrlog: Update to 2.5.2
Legend:
  # info
  + new feature
  - bugfix
--------------------

2.5.0 (2021-01-16)
  + 3 user defined buttons for TRX control (Saku, OH1KH)
  + TX quick split using XIT (Saku, OH1KH)
  + support of WPM changes from macros when using Hamlib keyer (Saku, OH1KH)
  + include operator's callsign in the exports (Florian, DF2ET)
  + view eQSL image from list of QSO (Saku, OH1KH)
  + button to show remote station on a map with path and direction (Florian, DF2ET)
  + buttons for adding Mode+RST_sent, Locators_propagation and user defined message to DX spot sending (Saku, OH1KH)
  + ADIF import for JS8, FT4 and PKT (Andreas, DL7OAP)
  + local oscilator configuration added (Florian, DF2ET)
  + user can spot RX freq instead of TX (Florian, DF2ET)
  + export to EDI (Florian, DF2ET)
  + separate CW keyer settings for radio1 and radio2 (Saku, OH1KH)
  + rotor controls updated (Saku, OH1KH)
  + contest filter added (Florian, DF2ET)
  + working with WSJT improved
  + Cabrillo export headers (Saku, OH1KH & Florian, DF2ET)
  + DARK DOK info support added (Florian, DF2ET & Andreas, DL7OAP)
  + Cabrillo export added (Florian, DF2ET)
  + DX cluster improved (Saku, OH1KH)
  + Add option to upload SAT status info to AMSAT status page (Florian, DF2ET)
  + Calculate SAT mode from freq and RX freq. Used in eqsl.cc upload and ADIF/HTML exports (Florian, DF2ET)
  - fixes for club membership (Saku, OH1KH & Andreas, DL7OAP)
  - fixes for password special characters (Saku, OH1KH)
  - fixes to ADIF export rules (Andreas, DL7OAP)
  - fixes to contest window (Saku, OH1KH)
  - band <->frequency fixes (Saku, OH1KH)
  - UTF-8 problems in ADIF (Saku, OH1KH)
  - JTDX & JS8CALL fixes (Saku, OH1KH)
  - typo in satellite EO-80 (Andreas, DL7OAP)
  - layout fixes for QT5 compilation (Saku, OH1KH)
  - filter to take fix (Saku, OH1KH)
  - eQSL upload fixes (Saku, OH1KH)
  - CQ monitor fixes (Saku, OH1KH)
  - CW keys fixes (Saku, OH1KH)
  - RBN monitor fixes (Saku, OH1KH)
  - new membership files check fixed
  - export to HTML and ADIF fixes (Saku, OH1KH)
  - group edit fixes (Saku, OH1KH)
  - filter settings fixes (Saku, OH1KH)
  - QTH profile fixes (Saku, OH1KH)
  - callbook database update fixes (Saku, OH1KH)

PR:		ports/260066
Reported by:	hellocodebsd@gmail.com
2022-01-25 11:25:30 -05:00
Daniel Engberg
ed5164d1f8 comms/zssh: Deprecate and set expiration date to 2022-03-31
Abandonware, last release in 2003. Please consider using scp or
net/croc instead

Using zmodem protocol to transfer files isn't good practice in
2022 and there are good alternatives.

PR:		260718
2022-01-25 09:27:59 +01:00
Neel Chauhan
021f236773 comms/tcpser: Pet portfmt/portclippy 2022-01-24 22:03:24 -08:00
Neel Chauhan
e55904be04 comms/tcpser: Update to 20210425 2022-01-24 19:56:33 -08:00
Neel Chauhan
e9e973568e comms/tcpser: Adopt port 2022-01-24 19:45:22 -08:00
Diane Bruce
569b94a82d comms/qrq: Update to 0.3.4
0.3.4 / 2022-01-22   Fabian Kurz <fabian@fkurz.net>
	* Updated Makefile for OS X (tnx David Winarsky, Jon Nall)
	* Accept - for / (easier for keyboard layouts where
	  / requires pressing shift - tnx DF4TS)
	* F8 toggles between complete toplist or only user's own
	  attempts.
	* Add KG7IEL's patches from (Debian #997190)
	* Add word lists from Tom Mozdzen
	* Handle long words better (up to 28 characters - tnx SQ6JNX)
	* Add characters: . , = ? (tnx W4MSL)

Reported by:	portscout
2022-01-24 10:20:10 -05:00
Rene Ladan
fd3a013440 comms/telldus-core: reset maintainer per request 2022-01-21 11:37:34 +01:00
Michael Büker
32e9573877 comms/py-fritzconnection: Update to 1.9.1
Changelog:	https://github.com/kbr/fritzconnection/releases/tag/1.9.1

PR:		261312
2022-01-18 20:21:23 -05:00
Michael Büker
31db98a005 comms/py-fritzconnection: Update to 1.9.0
Changelog:	https://github.com/kbr/fritzconnection/releases/tag/1.9.0

PR:		261174
2022-01-14 01:04:54 -05:00
Tobias C. Berner
654acd8140 math/gsl: bump portrevision of consumers after update to 2.7.1
PR:		260201
2022-01-12 20:41:22 +01:00
Max Brazhnikov
72811e6606 comms/minicom: update to 2.8
- Switch to new upstream and update to the latest version
- Assign maintainership to submitter

PR:		260967
Submitted by:	Dustin Marquess
2022-01-12 21:50:22 +03:00
Diane Bruce
fe0911d463 comms/klog: Update to 1.8.6
Jan 2022 - 1.8.6

    Bugfix: Net rig & FLRig hamlib connections were not working propertly. (Closes #339) (TNX W5PNY)
    Bugfix: Some prefixes were not properly detected. (Closes #371) (Closes #367).
    Bugfix: Serial Hamlib rigs were not properly working. (TNX W5PNY)
    Bugfix: QRZ.com was disabled if user was not subscribed. (TNX EA5WA)
    Bugfix: QRZ.com data was not updated if the boxes were already filled. (TNX EA5WA)
    Bugfix: Callsigns formet were not always properly checked.
    Improvement: Hamlib 4.4 in binary packages (macOS & Windows) tested also in Linux.
    Improvement: RTS & DTR are defined to OFF by default in hamlib.
    Improvement:KLog differenciates QRZ.com subcribed users from non subscribed. (TNX EA5WA)

Reported by:	portscout
2022-01-12 12:37:14 -05:00
Ganael LAPLANCHE
e495dfb920 comms/gqrx: Update to 2.15.2 2022-01-12 12:17:09 +01:00
Diane Bruce
a9e3fd2a07 comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu

The distribution tarball uses patch applied to the following master branch because the build is broken.

baea7e8c9a (diff-9df9e2c313e694cf242534e90c1187fe119fac8de7c304ae438de0736209953b.patch)

The error message in build is as follows.
hamlibpy_wrap.c:48824:80: error: use of undeclared identifier 'RIG_FUNCTION_SEND_VOICE_MEM'; did you mean 'RIG_FUNCTION_SEND_MORSE'?
  SWIG_Python_SetConstant(d, "RIG_FUNCTION_SEND_VOICE_MEM",SWIG_From_int((int)(RIG_FUNCTION_SEND_VOICE_MEM)));

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:29:47 -05:00
Diane Bruce
763fc7004c comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu added RIG_FUNC_SEND_VOICE_MEM from git

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:06:38 -05:00
Diane Bruce
e045eef41a comms/nanovna-saver: Update to 3.10
- Fixed FreeBSD specifc Sysctl.py code so it will no longer core
  if no USB device plugged in
- changed delay in NanoVNA__V2.py since too fast for some devices
  see https://github.com/NanoVNA-Saver/nanovna-saver/issues/441

Changelog
=========

v0.3.10
------

- Default Band ranges for 5 and 9cm
- Layout should fit on smaller screens
- Fixed fixed axis settings
- Show VNA type in port selector
- Recognise tinySA (screenshot only)
- Some more cables in TDR
- Reference plane applied after calibration
- Calibration fixes by DiSlord

v0.3.9
------

- TX Power on V2
- New analysis
- Magnitude Z Chart
- VSWR Chart improvements

Reported by:	portscout
2022-01-11 14:10:45 -05:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Diane Bruce
4c67f395d9 comms/gnuradio: Fix plist problem
fix plist when PYTHON_VERSION != 3.8

PR:		ports/261060
Reported by:	eric@camachat.org
2022-01-09 11:00:17 -05:00
Emanuel Haupt
d302993ef2 comms/hidapi: Update to 0.11.2 2022-01-09 11:43:35 +01:00
Jochen Neumeister
7b8cff3b70 comms/pear-Horde_ActiveSync: Update to 2.41.5
Sponsored by:	Netzkommune GmbH
2022-01-08 17:03:48 +01:00
Ganael LAPLANCHE
ede5e16ab6 comms/gqrx: Update to 2.15.1 2022-01-06 16:12:26 +01:00
Alexey Dokuchaev
43c79b331e comms/kermit: update C-Kermit to version 9.0.305 Alpha.06. 2022-01-06 08:02:58 +00:00
Diane Bruce
2edd13595c comms/wsjtx: Update to 2.5.4
Release: WSJT-X 2.5.4
	             Dec 28, 2021
	        ----------------------

This is mostly a bug fix  release.  It has the following changes since
release 2.5.3:

WSJTX:
 - Repair a defect that caused occasional crashes when in QSO with
   stations using nonstandard callsigns.

Reported by:	@portscout
2022-01-04 19:34:42 -05:00
Diane Bruce
4c39934a15 comms/gnuradio: Update to 3.8.4
- Removed guile as it is not needed
(From CHANGELOG.md)

All notable changes to GNU Radio will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
starting with version 3.7.12.0.

Older Logs can be found in `docs/RELEASE-NOTES-*`.

API is compatible with C++ code written against previous v3.8 releases.

ABI (link time) compatibility is not guaranteed. Out-of-tree C++ code
linked to previous v3.8 releases should be rebuilt against this version.

- Fix drag and drop issue with Quartz
- Fix desync when dragging block
- Update disabled blocks if they depend on others
- Allow short and byte as valid types in an enum
- Fix evaluation of interdependent variables

- Set VERSION_PATH to 0 in new modules, instead of using GIT rev
- For Python3, return correct exeption ModuleNotFoundError instead of ImportError

- New Matrix Interleaver block

- Fix "hide" expressions in yml files

- Remove unused msg output port from Chunks To Symbols block yml

- Add "shift" parameter to Log Power FFT

- Fix: tags on the last sample were not shown

- Fix: U and V channels were reversed on sink blocks

At LEAST the following authors contributed to this release.

- Adrien Michel <adriengit@users.noreply.github.com>
- David Winter <david.winter@analog.com>
- Emmanuel Blot <emmanuel.blot@free.fr>
- Håkon Vågsether <hauk142@gmail.com>
- Jared Dulmage <jared.dulmage@caliola.com>
- Jason Uher <jason.uher@jhuapl.edu>
- Jeff Long <willcode4@gmail.com>
- Marc L <marcll@vt.edu>
- Marcus Müller <mmueller@gnuradio.org>
- Martin Braun <martin@gnuradio.org>
- Ron Economos <w6rz@comcast.net>
- Volker Schroer
2022-01-04 18:11:11 -05:00
Daniel Engberg
1eda5f7723 comms/xlog: Update to 2.0.24
Changelog: http://xlog.nongnu.org/xlog.changelog
This fixes compilation issue reported by pkg-fallout

Reported by:	pkg-fallout
2022-01-02 12:31:43 +01:00
Tobias C. Berner
6b3bece75a Qt: Switch Qt5 to use KDE's Qt patch collection
From [1]
    What's this?

	This is a set of git repositories based on the last public
	commits available for Qt 5.15 branches with a curated collection
	of patches on top to ensure open source products can be used
	comfortably until users transition to their Qt 6-based ports.

    Which patches does it include?

	This collection of patches includes patches that fix at least
	one of the following:

	    * Security issues
	    * Crashes
	    * Functional defects

	We only include patches that have been approved upstream in the
	Qt project. If a patch cannot be merged upstream for technical
	reasons (e.g. the class no longer exists), it can also be
	merged.

	The patches to merge will be decided based on their relevance
	towards Open Source products and their viability.

PR:		260548
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33446

[1] https://community.kde.org/Qt5PatchCollection
2022-01-02 09:47:54 +01:00
Diane Bruce
9c3c365902 comms/wsjtx: Update to 2.5.2
- Repair a  longstanding regression  that caused signal  reports from
  tail-ended Tx2 messages to be omitted from logged information

- Parse   "dx-call-1 RR73; dx-call-2 <de-call> +nn"  messages  (i3=0,
  n3=1 DXpedition mode) in regular 77-bit modes

- Repair a regression  associated with setting the  main window width
  on program startup.

- Repair a problem with Q65 decodes  of type 'q3' for messages of the
  form "<Call_1> Call_2"

- Execute code associated with Q65 decodes of type 'q5' only when the
  Max   Drift   control   is   set  to   50.    This   fix   prevents
  double-incrementing of  the message averaging counter  on the first
  decoding sequence.

- Polarization offset 'Dpol' from the astronomical data window is now
  written    to    file     azel.dat    if    environment    variable
  WSJT_AZEL_EXTRA_LINES has  been defined as  1 or greater.   Dpol is
  especially useful for EME on the higher microwave bands.

- The Auto  Log QSO option  in "Settings->Reporting" now  behaves the
  same  as  the Prompt  to  log  QSO option  when  not  in a  special
  operating context mode.

- The Fast/Normal/Deep  setting in  Q65 mode is  now a sticky setting
  and is no longer reset to Fast on program startup or  when Settings
  has  been opened. The user selection is used for automatic decodes,
  but Deep is used for any subsequent manual decode attempts.

- New hamlib code to correct minor flaws in controlling several rigs.

- Update  the  Chinese  and  Hong   Kong  translations  of  the  user
  interface.

PR:		ports/260618
Reported by:	hellocodebsd@gmail.com
2021-12-31 09:41:02 -05:00
Rodrigo Osorio
326f523fe0 comms/rtl-433: update to v21.12
Major changes:
 * Added noise stats, autolevel, and squelch (#1763)
 * Added automatic file format detection from filename
 * Added support for SmartFire Proflame 2 remote control (#1905)
 * Added support for Lacrosse TX34 rain gauge (#1890)
 * Added support for Telldus-FT0385R (#1841)
 * Added support for GE Choice Alert wireless alarm sensors (#1768)
 * Added support for Porsche Boxter/Cayman TPMS
 * Added support for Funkbus/Instafunk (#1896)
 * Added support for Truck TPMS (#1893)
 * Added support for LaCrosse LTV-W1 wind sensor (#1855)
 * Added support for Auriol 4-LD5661 temperature/rain sensor (#1843)
 * Added support for Linear Megacode Remote (#1834)
 * Added support for EnOcean ERP1 decoder (#1829)
 * Added support for Acurite-01185M (#1824)
 * Added support for ATech-WS308 temperature sensor (#1605)
 * Added support for RainPoint sensor (#1781)
 * Added support for Inkbird ITH-20R
 * Added support for Clipsal CMR112 cent-a-meter power meter (#1814)
 * Added support for Govee Water Leak Detector H5054 and Govee Contact Sensor B5023 (#1653)
 * Added support for Markisol curtain remote (#1775)
 * Added support for Oregon Scientific BTHR918 (#1767)
 * Added UV index add decimals to Bresser-7in1 (#1789)
 * Changed InfluxDB output of 'mic' from field to tag (#1773)
 * Added biastee, digital_agc, direct_samp, offset_tune option for rtlsdr and rtl_tcp (#1788)
 * Added QoS to MQTT option

Full changelog: https://github.com/merbanan/rtl_433/releases/tag/21.12
2021-12-30 23:34:56 +01:00
Fernando Apesteguía
27132d3fda comms/xastir: Update to 2.1.8
ChangeLog: https://github.com/Xastir/Xastir/releases/tag/Release-2.1.8

While here:

* Remove gettext and python from USES. The port doesn't used them anymore.
* Remove comment
* Move patch to .am file instead of generated .in file
* Remove sparc64 patch (architecture is UNSUPPORTED in 13 and above)
* Add USES=autoreconf

This last item allows us to bypass bootstrap.sh. The language preprocessing is
already done in the config directory so there is no need to do it as a bootstrap
step.

PR:	259669
Reported by:	russo@bogodyn.org (xastir developer)
Approved by:	carl@stagecraft.cx (maintainer, timeout > 1 month)
2021-12-29 14:38:16 +01:00
Craig Leres
e237c91212 comms/py-pyserial: Add an EXAMPLES option
The pyserial distribution includes a handy tcp/serial port bridge
script called tcp_serial_redirect.py. Add an EXAMPLES option to
install this (along with other pyserial example scripts).

PR:		260328
Approved by:	sbz (maintainer timeout, 18 days)
2021-12-28 09:37:39 -08:00
Diane Bruce
836192413b comms/linrad: Really unbreak linrad on current
- I forgot to add the patch files somehow
2021-12-23 14:46:45 -05:00
Diane Bruce
e91198da77 comms/linrad: Unbreak on current
Unbreak on head of tree.
The port itself needs a major update. Patches welcome.
2021-12-23 13:01:04 -05:00
Guangyuan Yang
20e61d88db */*: Maintainer reset for Nicole Reid
There has been multiple consecutive maintainer timeouts for the ports
maintained by Nicole Reid <root@cooltrainer.org>. We thank Nicole for
all their efforts and hope to welcome them back in the future.

PR:		260036
2021-12-22 12:29:51 -05:00
Diane Bruce
1525c509eb comms/cubicsdr: Unbreak and update
Hamlib update broke port in tree port was badly out of date anyway.
Unfortunately no newer tag to use than 0.2.5
2021-12-18 17:15:37 -05:00
Diane Bruce
89db997b76 comms/direwolf: Update to 1.6
- Really update to 1.6 this time. Changes involved new buld system.
- Corrected non functioning SED
- petted portlint

- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance.

- README.md has a quick summary of the process.  More details in the ***User Guide***.

- "-X" option enables FX.25 transmission.  FX.25 reception is always enabled so you don't need to do anything special.  "What is FX.25?" you might ask.  It is forward error correction (FEC) added in a way that is completely compatible with an ordinary AX.25 frame.  See new document ***AX25\_plus\_FEC\_equals\_FX25.pdf*** for details.

- Receive AIS location data from ships.  Enable by using "-B AIS" command line option or "MODEM AIS" in the configuration file.  AIS NMEA sentences are encapsulated in APRS user-defined data with a "{DA" prefix.  This uses 9600 bps so you need to use wide band audio, not what comes out of the speaker.  There is also a "-A" option to generate APRS Object Reports.

- Receive Emergency Alert System (EAS) Specific Area Message Encoding (SAME).  Enable by using "-B EAS" command line option or "MODEM EAS" in the configuration file.  EAS SAME messages are encapsulated in APRS user-defined data with a "{DE" prefix.  This uses low speed AFSK so speaker output is fine.

- "-t" option now accepts more values to accommodate inconsistent handling of text color control codes by different terminal emulators.  The default, 1, should work with most modern terminal types.  If the colors are not right, try "-t 9" to see the result of the different choices and pick the best one.  If none of them look right, file a bug report and specify: operating system version (e.g. Raspbian Buster), terminal emulator type and version (e.g.  LXTerminal 0.3.2).   Include a screen capture.

- "-g" option to force G3RUH mode for lower speeds where a different modem type may be the default.

- 2400 bps compatibility with MFJ-2400.  See ***2400-4800-PSK-for-APRS-Packet-Radio.pdf*** for details

- "atest -h" will display the frame in hexadecimal for closer inspection.

- Add support for Multi-GNSS NMEA sentences.

PR:		ports/260483
Reported by:	hellocodebsd@gmail.com
2021-12-17 11:52:23 -05:00
Ganael LAPLANCHE
ef9735203e comms/gqrx: Update to 2.15
While here, update GH account.
2021-12-17 12:34:36 +01:00
Diane Bruce
6a80102dad comms/cubicsdr: Broken due to Hamlib update
Most recent Hamlib update broke the port.
2021-12-16 10:50:01 -05:00
Diane Bruce
2060da5464 comms/freedv: Broken due to Hamlib change
Port is also out of date. Am working on update silence
port building for now.
2021-12-16 09:39:24 -05:00
Dima Panov
58c60a94c8 comms/rtl-sdr: regen plist after doxygen update
Sponsored by:	Netzkommune GmbH
2021-12-16 11:49:51 +03:00
Tobias Kortkamp
feb95d6a41
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax

Reported by:	portscan
2021-12-14 14:02:26 +01:00
Diane Bruce
151a0d11f5 comms/direwolf: Update to 1.6
[From bug report]
Update is needed at 1.6 adds many new things
with the possibility of decoding AIS and linking it with Xastir

Thank you 73

LU9DCE

PR:		ports/260337
Reported by:	hellocodebsd@gmail.com
2021-12-12 08:16:55 -05:00
Diane Bruce
7e75ad93a0 comms/grig: update to grig to work with hamlib 4
- switch to fillods git

[git log]
commit 77ab785dcdd09a75f7108d9c92b5fa2415fb3e05
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Sat Mar 13 09:55:18 2021 +0100

    Misc l10n update

commit 97c2ff30e9a4f6eec915a688bc47a01e5dbf99bf
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Fri Mar 12 21:55:35 2021 +0100

    Align with Hamlib 4.x

commit 7498b7c875e8b86ad6b05a967432e6ab9c1f0361
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Sun Dec 20 21:13:09 2015 +0000
2021-12-11 19:37:34 -05:00
Tobias C. Berner
45526ecbee framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
2021-12-11 14:50:53 +01:00
Charlie Li
b040d3ad8f
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib.

Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html

DOCS option removed since building it continues to be problematic,
and the upstream author encourages using the online documentation
anyway.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D33313
2021-12-07 10:42:30 -05:00
Gian-Simon Purkert
846f8bcdc5 comms/redsea: update to 0.20
Changelog: https://github.com/windytan/redsea/releases/tag/v0.20

PR:		259327
Reported by:	Gian-Simon Purkert <gspurki@gmail.com>
Approved by:	Andrew <morrand276@gmail.com> (maintainer)
2021-12-06 19:39:33 +09:00
Jose Alonso Cardenas Marquez
8922864beb comms/wsjtz: Fix file modes
Reported by:	olgeni
2021-12-04 18:55:39 -05:00
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