Commit Graph

13 Commits

Author SHA1 Message Date
Loïc Bartoletti 6bc7a46bf8 astro/gpsd: Update to 3.20
- Update to 3.20 (welcome ubxtool and gpsrinex!)
  - Fix SConstruct per python3 [1]
  - Replace spaces by tabs (pet portlint)
  - Fixes astro/foxtrotgps, astro/gpxloggerd and comms/direwolf

  Changelog:
  - https://gitlab.com/gpsd/gpsd/-/blob/master/NEWS#L16

[1] scons is py27 only and check py27 packages for a py37 port. I commented these tests in SConstruct since we already do it in our Makefile.

PR:	243980
Reviewed by:	tcberner (mentor)
Approved by:	tcberner (mentor), maintainer timeout (z7dr6ut7gs@snkmail.com, > 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23920
2020-03-11 08:26:04 +00:00
Stephen Hurd 22474ce744 Update to 1.5, and change maintainer to hamradio@
PR:		236631
Submitted by:	takefu
Approved by:	kevans (maintainer)
2019-07-22 17:27:23 +00:00
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Richard Gallamore 6b38c75dd9 * Updated maintainer email address
PR:		220395
Submitted by:	kevans
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11497
2017-07-06 01:39:08 +00:00
Mark Linimon d5a079287d Unmark broken on powerpc64, it had already been fixed globally.
Reported by:	maintainer
2017-05-23 16:00:45 +00:00
Mark Linimon fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00
Antoine Brodin 8c8b32a1ab Revert r440594, build was fixed in r440513 2017-05-10 21:39:14 +00:00
Antoine Brodin 95561a7025 Mark BROKEN: wrong LIB_DEPENDS
===>   direwolf-1.4_1 depends on shared library: libgpsd.so - not found

Reported by:	pkg-fallout
2017-05-10 21:38:09 +00:00
Diane Bruce 309e6c96ce The astro/gpsd update (r439960) removed libgpsd.so that Direwolf's LIB_DEPENDS
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
2017-05-09 20:48:17 +00:00
Alexey Dokuchaev f69dbf38cf Do not separate ${DESTDIR}${PREFIX} with a slash: this is redundant when
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.
2017-04-29 17:55:55 +00:00
Alexey Dokuchaev c128e4666f Don't pass STAGEDIR via MAKE_ENV, it's already being defined (as DESTDIR)
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
2017-04-29 17:42:25 +00:00
Diane Bruce dc83de2b4d This got lost due to confusion over who was handling what.
> > 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
2017-04-16 14:48:16 +00:00
Diane Bruce 6813b6f7ad Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder.
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
2017-03-24 14:01:49 +00:00