aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* comms/scrcpy: update to 1.9Steve Wills2019-06-303-11/+21
| | | | | | | | PR: 238703 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Notes: svn path=/head/; revision=505484
* comms/soapyplutosdr: Update 0.1.0 -> 0.2.0Yuri Victorovich2019-06-282-6/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505253
* comms/soapyuhd: Update 0.3.5 -> 0.3.6Yuri Victorovich2019-06-282-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505252
* Update graphics/libgeotiff to 1.5.1Sunpoet Po-Chuan Hsieh2019-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html Notes: svn path=/head/; revision=505219
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-3/+0
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* Mark BROKEN: magick/image-private.h: No such file or directoryAntoine Brodin2019-06-261-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=505141
* Correct trivial typoDiane Bruce2019-06-241-1/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=505051
* WSJT-X requires sqlite, not just sql.Stephen Hurd2019-06-231-2/+3
| | | | | | | Reported by: Mike English <mike.english@gmail.com> Notes: svn path=/head/; revision=504922
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-202-4/+4
| | | | Notes: svn path=/head/; revision=504618
* Update to 4.1.04Diane Bruce2019-06-203-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify local patch 2019-06-07 Davide Gerhard IV3CVE <w1hkj@bellsouth.net> 51590b10b: MacOS high-DPI 33505fec3: timeops 2019-06-07 David Freese <w1hkj@bellsouth.net> c2dbea65b: log server 337aa4d2a: xmlrpc <vector> 2086bd1fe: LoTW delivery 2e0ba6d11: Apple kill button 6d9c80e3a: main dialog title 2ec197373: Warnings f63f8bc36: Contestia/Olivia ea39851b6: Log reports f7c376723: Documentation update 8d25f53d9: 7qp multi 867ded47b: n3fjp ebab17a2b: wfonly controls ef2d55e22: Read log debugging 2928a9b97: New Modem Macro 90b021222: DE QSO Party Notes: svn path=/head/; revision=504607
* Fix error in positioning sliders when the font size is larger than theStephen Hurd2019-06-192-5/+4
| | | | | | | slider size introduced by r504514. Notes: svn path=/head/; revision=504516
* Fix issue where if the height of the slider is greater than the height ofStephen Hurd2019-06-192-1/+21
| | | | | | | the text, the slider isn't displayed. Notes: svn path=/head/; revision=504514
* Re-add unicode fix lost in r502312Stephen Hurd2019-06-182-1/+17
| | | | Notes: svn path=/head/; revision=504508
* Fix SDR-IQ SupportStephen Hurd2019-06-182-0/+42
| | | | | | | | | Previously, only if the device name started with the literal string "/dev/ttyUSB" was the device treated as a tty. The new patch uses isatty() to decide if the device is a tty. Notes: svn path=/head/; revision=504463
* - update to -> 1.3.0Michael Landin2019-06-177-37/+39
| | | | | | | | | | | - cleanup Makefile to keep portlint happy - regenerate patches to keep portlint happy PR: 238610 Submitted by: Thomas Merkel <tm@NetBSD.org> Notes: svn path=/head/; revision=504422
* Clean up LIB_DEPENDSAntoine Brodin2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504353
* - Fix licenseDmitry Marakasov2019-06-162-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=504287
* - Add LICENSE_FILEDmitry Marakasov2019-06-122-4/+5
| | | | | | | | | | - Update WWW - Whitespace fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=504006
* comms/quisk: Update 4.1.39 -> 4.1.40Yuri Victorovich2019-06-092-5/+5
| | | | | | | | | It's not a python library, hence add USE_PYTHON=noflavors. Reported by: portscout Notes: svn path=/head/; revision=503844
* comms/gnuradio: Update to 3.8tech-preview-381Yuri Victorovich2019-06-037-121/+101
| | | | | | | | | | | | The previous commit kept GH_TAGNAME, as jbeich@ noted. * Rebuilt pkg-plist * Use GH_TUPLE for volk Reported by: jbeich Notes: svn path=/head/; revision=503358
* comms/gnuradio: Update 3.8.g20190309 -> 3.8tech-preview-381Yuri Victorovich2019-06-023-961/+1013
| | | | | | | Their PR#2500 officially fixed boost compatibility. Notes: svn path=/head/; revision=503322
* - Add LICENSE_FILEDmitry Marakasov2019-05-312-2/+3
| | | | | | | | | | - Add USES=gnome - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=503130
* comms/dsd: create portSteve Wills2019-05-304-0/+42
| | | | | | | | | | | | | DSD is able to decode several digital voice formats from discriminator tap audio and synthesize the decoded speech. WWW: https://github.com/szechyjs/dsd PR: 236633 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=503029
* comms/quisk: Broken on i386Yuri Victorovich2019-05-261-0/+2
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=502669
* comms/libmodbus: Spell LICENSE_FILE correctlyTobias Kortkamp2019-05-251-1/+1
| | | | Notes: svn path=/head/; revision=502553
* comms/quisk: Update 4.1.26 -> 4.1.39Yuri Victorovich2019-05-237-46/+29
| | | | Notes: svn path=/head/; revision=502312
* update to 0.4.1.2019.05.11Diane Bruce2019-05-182-5/+7
| | | | | | | | Submitted by: jason@corrupted.io Differential Revision: https://reviews.freebsd.org/D20267 Notes: svn path=/head/; revision=501975
* Reset maintainer to hamradio@FreeBSD.orgSoeren Straarup2019-05-161-4/+5
| | | | Notes: svn path=/head/; revision=501758
* comms/xdemorse: fix build with GCC-based architecturesPiotr Kubaj2019-05-131-1/+2
| | | | | | | | | | Add USES=compiler:c++11-lang to fix build: cc1: error: unrecognized command line option "-std=gnu11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=501522
* comms/flrig: fix build on powerpc64Piotr Kubaj2019-05-101-0/+2
| | | | | | | | | | | | Add -mminimal-toc to CFLAGS on powerpc64 to fix linking: /usr/bin/ld: rigs/flrig-TS950.o(.text+0x1c40): sibling call optimization to `_ZN7rigbaseD2Ev' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN7rigbaseD2Ev' extern PR: 237816 Approved by: tcberner (mentor), db (maintainer, via email) Differential Revision: https://reviews.freebsd.org/D20217 Notes: svn path=/head/; revision=501167
* Update to 2.39.9Jochen Neumeister2019-05-092-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=501077
* devel/openmp: phase outJan Beich2019-05-081-1/+1
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* New port: comms/xdemorse: X/GTK+-3 application for decoding Morse code ↵Yuri Victorovich2019-05-065-0/+82
| | | | | | | signals into text Notes: svn path=/head/; revision=500882
* comms/hylafax: Update to 6.0.7Kubilay Kocak2019-05-054-26/+17
| | | | | | | | | | | | | - Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++ - Pet portlint: section order, deprecated @exec [1] http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b MFH: 2019Q2 Notes: svn path=/head/; revision=500847
* comms/unixcw: fix build with GCC-based architecturesYuri Victorovich2019-05-041-0/+12
| | | | | | | | PR: 237744 Submitted by: pkubaj Notes: svn path=/head/; revision=500780
* Fix the a ports that were broken but did not know it.Mathieu Arnold2019-05-031-2/+2
| | | | | | | Differential Revision: https://reviews.freebsd.org/D20140 Notes: svn path=/head/; revision=500732
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-017-4/+7
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* From release notes:Diane Bruce2019-05-014-16/+7
| | | | | | | | | | | | | | | | | | This is an important bug fix release. It corrects the problem of excess CPU% usage on many h/w platforms. =Version 4.1.03= 2019-04-21 David Freese <w1hkj@bellsouth.net> a6923d1: wf updates 377a7fa: WinKeyer emulators 53a06da: New install macros 9a0124d: MACRO <MODEM: 807401e: OS X build Notes: svn path=/head/; revision=500574
* comms/fllog: fix buildPiotr Kubaj2019-04-271-0/+11
| | | | | | | | | PR: 237548 Approved by: tcberner (mentor), db (maintainer) Differential Revision: https://reviews.freebsd.org/D20052 Notes: svn path=/head/; revision=500212
* Clean up plistAntoine Brodin2019-04-251-310/+310
| | | | Notes: svn path=/head/; revision=499994
* Summary: comms/qrq: Failure to read configuration files andDiane Bruce2019-04-243-12/+18
| | | | | | | | | | portlint(1) Compliance PR: ports/234381 Submitted by: takefu Notes: svn path=/head/; revision=499850
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-224-4/+4
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Fix multi-screen size handling, and fix test for wxWidgetsStephen Hurd2019-04-223-5/+29
| | | | | | | | | | | | | wx was imported in setup just to test if it was installed, then the script prompted the user to continue. Comment this out. The screen size was not properly checked. This caused issues on multi-monitor systems. Fixed. Reported by: db Notes: svn path=/head/; revision=499604
* Use USE_GITHUB correctly.Mathieu Arnold2019-04-192-4/+4
| | | | Notes: svn path=/head/; revision=499387
* Update to 4.1.26Stephen Hurd2019-04-196-31/+72
| | | | Notes: svn path=/head/; revision=499373
* Update to 1.3.2Stephen Hurd2019-04-195-43/+7
| | | | Notes: svn path=/head/; revision=499342
* Update to 0.9.7.2Stephen Hurd2019-04-192-7/+9
| | | | Notes: svn path=/head/; revision=499340
* Update to 1.3.5Stephen Hurd2019-04-193-17/+6
| | | | Notes: svn path=/head/; revision=499338
* Update to version 1.3.43Stephen Hurd2019-04-192-4/+4
| | | | Notes: svn path=/head/; revision=499337
* Update to 1.2.6Stephen Hurd2019-04-193-13/+4
| | | | Notes: svn path=/head/; revision=499336