aboutsummaryrefslogtreecommitdiff
path: root/comms/direwolf
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5, and change maintainer to hamradio@Stephen Hurd2019-07-229-623/+489
| | | | | | | | | PR: 236631 Submitted by: takefu Approved by: kevans (maintainer) Notes: svn path=/head/; revision=507152
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* * Updated maintainer email addressRichard Gallamore2017-07-061-1/+1
| | | | | | | | | | | PR: 220395 Submitted by: kevans Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11497 Notes: svn path=/head/; revision=445117
* Unmark broken on powerpc64, it had already been fixed globally.Mark Linimon2017-05-231-2/+0
| | | | | | | Reported by: maintainer Notes: svn path=/head/; revision=441536
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* Revert r440594, build was fixed in r440513Antoine Brodin2017-05-101-2/+0
| | | | Notes: svn path=/head/; revision=440595
* Mark BROKEN: wrong LIB_DEPENDSAntoine Brodin2017-05-101-0/+2
| | | | | | | | | ===> direwolf-1.4_1 depends on shared library: libgpsd.so - not found Reported by: pkg-fallout Notes: svn path=/head/; revision=440594
* The astro/gpsd update (r439960) removed libgpsd.so that Direwolf's LIB_DEPENDSDiane Bruce2017-05-092-3/+3
| | | | | | | | | | | | | | | | | was described with. Direwolf actually depends on libgps.so, so this just gets renamed to reflect actual dependency. While here, one of the telemetry scripts uses #!/usr/local/bin/python, so mark the dependency on the python metaport. No PORTREVISION bump because port was failing to build as of r439960. PR: ports/219096 Submitted by: bsdports@kyle-evans.net Reported by: pkg-fallout Approved by: Maintainer Notes: svn path=/head/; revision=440513
* Do not separate ${DESTDIR}${PREFIX} with a slash: this is redundant whenAlexey Dokuchaev2017-04-291-1/+1
| | | | | | | | PREFIX is an absolute path (common case) and could break things if it is not (and DESTDIR is empty). Should have been part of r439766. Notes: svn path=/head/; revision=439768
* Don't pass STAGEDIR via MAKE_ENV, it's already being defined (as DESTDIR)Alexey Dokuchaev2017-04-293-7/+5
| | | | | | | | | | in MAKE_ARGS. Also, remove bogus trailing slash when setting INSTALLDIR, kill EOL whitespace in the port description text, and fix its formatting. Forgotten by: db Notes: svn path=/head/; revision=439766
* This got lost due to confusion over who was handling what.Diane Bruce2017-04-163-77/+69
| | | | | | | | | | | | | | | > > Attached is a revised patch, s/STAGEDIR/DESTDIR/ and the dw-start.sh > > script was getting installed with the wrong permissions because I > > overlooked the fact it's installed in the examples/ with a bunch of > > datafiles. PR: ports/436814 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Reported by: danfe MFH: 2017Q2 Notes: svn path=/head/; revision=438662
* Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder.Diane Bruce2017-03-248-0/+707
It can be used stand-alone to observe APRS traffic, as a digipeater, APRStt gateway, or Internet Gateway (IGate). It can also be used as a virtual TNC for other applications such as APRSIS32, UI-View32, Xastir, APRS-TW, YAAC, UISS, Linux AX25, SARTrack, RMS Express, BPQ32, Outpost PM and many others. PR: 217791 Submitted by: bsdports@kyle-evans.net Notes: svn path=/head/; revision=436814