Commit graph

16 commits

Author SHA1 Message Date
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
John Marino
ca4bbe286e astro/gpxloggerd: Unbreak on DragonFly
The latest commits broke this port on DragonFly.  The port uses the
base mk files rather than a standalone makefile, and will not build
without warnings appearing:

  gpxloggerd.c:185:16: error: variable 'pt' set but not used
                       [-Werror=unused-but-set-variable]

To ensure -Werror flag is not passed to the build, set NO_WERROR for
the makefile.

Approved by:	blanket (-Werror, restore DF)
2015-06-06 12:57:56 +00:00
Gleb Smirnoff
0a7f2d6909 Update to 0.2.3, which fixed build with old gcc. 2015-05-26 09:08:58 +00:00
Gleb Smirnoff
781359c030 Update to new version fixing fallout from astro/gpsd update. 2015-05-20 15:47:40 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Antoine Brodin
418d4fb087 Unbreak 2014-12-21 13:20:52 +00:00
Gleb Smirnoff
e6682895dd Use new framework for fetching from github. 2014-12-20 19:15:15 +00:00
Gleb Smirnoff
17f834276f Update to new version. Fixes build with clang.
PR:		196105
Submitted by:	dim
2014-12-19 04:56:02 +00:00
Baptiste Daroussin
69e7cda35d Support stage 2014-04-04 22:59:14 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
John Marino
fc992f6dde astro/gpxloggerd: directly link libmath and cleanup
- Fixes indirect linking errors on modern binutils (fix from dports)
- Trim Makefile header and canonicalize creator's name
- Remove leading article from COMMENT
- Remove unnecessary library version in LIB_DEPENDS

Approved by:	culot (mentor), maintainer
2013-07-24 14:30:28 +00:00
Dmitry Marakasov
4c6d75febf - Update to 0.2
- Chase astro/gpsd shlib version bump

Submitted by:	glebius (maintainer)
2011-03-25 20:33:06 +00:00
Sunpoet Po-Chuan Hsieh
9189e946b7 - Update rc.d script: remove duplicated inclusion of gpxloggerd_flags
- Bump PORTREVISION

Reported by:	dougb
Submitted by:	glebius (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-15 00:51:40 +00:00
Sunpoet Po-Chuan Hsieh
d11c652f47 - Add rc.d script
- Bump PORTREVISION

Submitted by:	glebius (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-13 09:32:34 +00:00
Sunpoet Po-Chuan Hsieh
e65cc7bca7 - Add gpxloggerd 0.1
The gpxloggerd is a tiny daemon that connects to gpsd(8) and logs
received fix information in the GPX format.

PR:		ports/151308
Submitted by:	glebius
Approved by:	pgollucci (mentor, implicit)
2010-10-08 17:49:58 +00:00