aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* */*: return shurd's ports to the pool ...Rene Ladan2021-06-073-3/+3
| | | | | | | | ... after safekeeping his commit bit. With hat: portmgr-secretary (cherry picked from commit 3f55f503379cb91e47cd95a0eb8e32497c1ae96d)
* comms/picocom: New maintainerKevin Bowling2021-05-081-1/+1
| | | | | | | | PR: 255560 Approved by: koobs, portmgr (unmaintained port) MFH: 2021Q2 (cherry picked from commit 312bd2a9dbb4b385ed19a7ba8343b5e48500f48c)
* comms/uartlirc: mark BROKEN on FreeBSD >= 13Dmitry Marakasov2021-04-261-0/+2
|
* comms/hcidump: fix buildDmitry Marakasov2021-04-261-2/+1
|
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-101-3/+3
| | | | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628 (cherry picked from commit 911f04257e3175fca4e46c7d57bf5ca79767e209)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0617-43/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06219-221/+0
|
* comms/py-lirc: Mark as DEPRECATEDKai Knoblich2021-03-291-0/+3
| | | | | | | | | | | * The package isn't compatible with Python 3 and has not received any updates by upstream for more than 15 years. PR: 254271, 253815 (related) Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=569483
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-222-2/+2
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* The libusb project has adopted hidapi. Update to their latest release,Tijl Coosemans2021-03-177-65/+25
| | | | | | | | | | | 0.10.1. Bump py-hidapi so it gets rebuilt to use new functions. Hand over to maintainer of py-hidapi so the two can be maintained together. Reported by: Corey Stephan (marquette.edu) Tested by: ehaupt Notes: svn path=/head/; revision=568637
* PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-162-2/+2
| | | | | | | | PR: 254218 Exp-run by: antoine Notes: svn path=/head/; revision=568547
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-084-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* Clean up some thingsTobias Kortkamp2021-02-261-1/+0
| | | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Sort categories Reported by: portscan Notes: svn path=/head/; revision=566598
* comms/birda: Fix build with default PIE.Kevin Bowling2021-02-221-0/+3
| | | | | | | | | | | | | | PIE with static libraries is currently unsupported in FreeBSD, which results in multiple errors when building with PIE. Explicitly disable PIE for now. PR: 253275 Submitted by: Dawid Gorecki <dgr@semihalf.com> Approved by: mjl@luckie.org.nz (maintainer) Differential Revision: https://reviews.freebsd.org/D28867 Notes: svn path=/head/; revision=566349
* - Update to 3.5Sofian Brabez2021-02-193-113/+8
| | | | Notes: svn path=/head/; revision=566072
* Set LICENSE_FILEMateusz Piotrowski2021-02-181-0/+1
| | | | Notes: svn path=/head/; revision=565933
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-171-0/+3
| | | | Notes: svn path=/head/; revision=565810
* - change to MK_WERRORMichael Landin2021-02-161-1/+1
| | | | | | | | PR: 253548 Submitted by: mike@sentex.net Notes: svn path=/head/; revision=565397
* cooms/ebusd: update to the v21.2 (Plum) ReleaseOleksii Samorukov2021-02-132-4/+4
| | | | | | | | | | | | | | | | - added trailing wildcard to "ebuspicloader" port - added more startup logging - added colon as additional separator for "--log" option - fix for publishing several MQTT updates at once - optimized keep alive option for net devices - fix for duplicate entry "minarbitrationmicros" in HTTP GET - fix for extra send retry - fix for newer compiler versions - fix for potential illegal string usages - fix for named net device not being resolvable during startup Notes: svn path=/head/; revision=565180
* comms/usbmuxd: Revert the unnecessary change of ownership of the daemon addedJason E. Hale2021-02-071-2/+2
| | | | | | | in r564232. Notes: svn path=/head/; revision=564622
* comms/usbmuxd: Add optional devd(8) configuration file to start and stop theJason E. Hale2021-02-064-21/+69
| | | | | | | | | | | | daemon as devices are attached and detached, respectively. (On by default) Add GIDs/UIDs for usbmuxd to facilitate use with devd(8). Patch configure.ac instead of configure since we are using autoreconf. Merge post-patch target into this new patch for a cleaner Makefile. Notes: svn path=/head/; revision=564232
* comms/usbmuxd: fix build on 11.4 after r563570Rene Ladan2021-02-051-0/+17
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=564094
* comms/cubicsdr: unbreak with libglvndJan Beich2021-02-041-4/+2
| | | | | | | | | | | | Installing mesa-libs-20.2.3... [...] ===> cubicsdr-0.2.5_5 depends on shared library: libEGL.so - not found *** Error code 1 Reported by: antoine (via bug 246767 exp-run) Notes: svn path=/head/; revision=564044
* =Version 1.3.54=Diane Bruce2021-02-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-02-03 David Freese <w1hkj@bellsouth.net> eb8160e3: PowerSDR 8b81927c: TS2000 c892e431: hcomm INVALID HANDLE VALUE 30868e5f: External close command e59e9b72: Check PTT d727697f: xmlrpc server cbc11b5a: IC7300 3b7c12bb: FT817ND 970c43f8: FT847 cc1d1faa: macOS serial ports ea2e4e8f: BigSur serial ports 290c27e6: Break-in 26451e33: Bands d5c96cb3: IC7300 power table b9030b31: Autostart eaeb7212: Pmax f197ce68: IC7100 auto ON/OFF 6379d97f: Trace/Debug 690e74bd: FT736R update 9529d8b7: xmlrpcpp tracing f3e06222: TOD clock 9bb871cb: Icom sliders Notes: svn path=/head/; revision=564039
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-17/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* =Version 4.1.18=Diane Bruce2021-01-292-5/+4
| | | | | | | | | | | | | | | | | | 2021-01-27 David Freese <w1hkj@bellsouth.net> 41e8fe6cf: Debug text 21c65b649: WF fft controls fa1821f8f: flarq build 8d4ae60e0: Exit processing 321e00098: Scheduled Macro 8c4658648: xmlrpc 1aaf5eff6: flarq debug fdf43940e: Doc update Reported by: w1hkj@bellsouth.net Notes: svn path=/head/; revision=563223
* Fix r561520Sunpoet Po-Chuan Hsieh2021-01-261-1/+1
| | | | | | | | | | | | | | | | | | | /!\ wsjtx-2.1.2_2: Makefile errors /!\ you cannot include bsd.port[.pre].mk twice Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary, set DISTNAME *** Error code 1 Stop. make: stopped in /usr/ports/comms/wsjtx Approved by: portmgr (blanket) Notes: svn path=/head/; revision=562961
* comms/soapyplutosdr: Update 0.2.0 -> 0.2.1Yuri Victorovich2021-01-252-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562617
* Add libfftw3 dependencyMichael Reifenberger2021-01-241-0/+4
| | | | Notes: svn path=/head/; revision=562519
* Readd hackrf-devel with missing files.Michael Reifenberger2021-01-2410-0/+102
| | | | | | | | | make index builds for me now. Copy hackrf to hackrf-devel and update to a current snapshot of hackrf Notes: svn path=/head/; revision=562516
* Revert r562478 to unbreak INDEXAntoine Brodin2021-01-248-77/+0
| | | | Notes: svn path=/head/; revision=562511
* Copy hackrf to hackrf-devel and update to a current snapshot of hackrfMichael Reifenberger2021-01-248-0/+77
| | | | Notes: svn path=/head/; revision=562478
* comms/libimobiledevice: Update to 1.3.0Jason E. Hale2021-01-2116-92/+151
| | | | | | | | | | | | | | | | | comms/libusbmuxd: Update to 2.0.2 comms/usbmuxd: Update to 1.1.1 devel/libplist: Update to 2.2.0 Resurrect comms/py-libimobiledevice, update to 1.3.0 Resurrect devel/py-libplist, update to 2.2.0 Take maintainership of the ports listed above. Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library names. Notes: svn path=/head/; revision=562216
* Update qscintilla2 to 2.11.6Loïc Bartoletti2021-01-182-0/+2
| | | | Notes: svn path=/head/; revision=561958
* comms/syncterm: enable on powerpc64lePiotr Kubaj2021-01-171-2/+2
| | | | Notes: svn path=/head/; revision=561780
* Fix build on current after commit 7fa2f2a62f04Guido Falsi2021-01-151-1/+7
| | | | Notes: svn path=/head/; revision=561678
* comms/syncterm: enable on powerpc64Piotr Kubaj2021-01-151-1/+1
| | | | | | | MFH: 2021Q1 Notes: svn path=/head/; revision=561670
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-141-1/+1
| | | | | | | | | | | | | | - lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3 Notes: svn path=/head/; revision=561593
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-2/+2
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* comms/limesuite: fix build on GCC architectures, don't set -march=nativePiotr Kubaj2021-01-141-2/+3
| | | | | | | MFH: 2021Q1 Notes: svn path=/head/; revision=561555
* Update GCC_DEFAULT from 9 to 10.Mark Linimon2021-01-131-0/+7
| | | | | | | | | | | | | | | | | | | A few (mostly Fortran-based) ports need to be patched because GCC 10 is stricter. A handful of ports need to be restricted to GCC 9 because they fail with 10. 5 ports still fail with GCC 10. However, seeing as this work has been ongoing since 2020-05-24, it is simply time to make the commit and notify the affected maintainers. While here, pet portlint (Makevar order). PR: 246700 Submitted by: gerald Approved by: antoine (after many, many, -exp runs) Notes: svn path=/head/; revision=561520
* Fix plist after doxygen update in r560752.Guido Falsi2021-01-131-1/+0
| | | | Notes: svn path=/head/; revision=561448
* comms/ebusd: update to v21.1Oleksii Samorukov2021-01-123-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug Fixes - fix for publishing several MQTT updates at once - optimized keep alive option for net devices - fix for duplicate entry "minarbitrationmicros" in HTTP GET - fix for extra send retry - fix for newer compiler versions - fix for potential illegal string usages - fix for named net device not being resolvable during startup Features - added Raspberry Pi docker image - added support for Cygwin build - added option to use "\*" as trailing wildcard for circuit and name in MQTT /list topic - added "--mqttinsecure" option - updated to newest version of enhanced protocol - added adapter 3 PIC tool "ebuspicloader" for uploading new firmware and configuring fix IP address Approved by: krion Differential Revision: https://reviews.freebsd.org/D28112 Notes: svn path=/head/; revision=561310
* comms/acfax: fix the build against -CURRENTKyle Evans2021-01-101-2/+3
| | | | | | | | | | | | libgnuregex has been removed in FreeBSD 13.0. The version in base had a number of known or likely bugs associated with it, so just use the newer and more stable port on all supported FreeBSD versions. PR: 252247 MFH: 2021Q1 Notes: svn path=/head/; revision=561096
* Remove empty PY_ENUM34 from ports using Python 3.6+Rene Ladan2021-01-102-6/+0
| | | | Notes: svn path=/head/; revision=561070
* Update to 1.17Hiroki Tagato2021-01-083-14/+6
| | | | | | | | | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.15 - https://github.com/Genymobile/scrcpy/releases/tag/v1.15.1 - https://github.com/Genymobile/scrcpy/releases/tag/v1.16 - https://github.com/Genymobile/scrcpy/releases/tag/v1.17 Reviewed by: ehaupt Notes: svn path=/head/; revision=560758
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-088-24/+10
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* fixes octave paths and adds debug that is enabled by defaultDiane Bruce2021-01-062-10/+21
| | | | | | | | PR: ports/252350 Submitted by: pcc <pcc@gmx.net> Notes: svn path=/head/; revision=560544
* Update to 2.14.4Ganael LAPLANCHE2021-01-052-4/+4
| | | | Notes: svn path=/head/; revision=560382
* Update to 0.2.3Ganael LAPLANCHE2021-01-052-4/+4
| | | | Notes: svn path=/head/; revision=560381