aboutsummaryrefslogtreecommitdiff
path: root/astro/gpxloggerd
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* astro/gpxloggerd: Unbreak on DragonFlyJohn Marino2015-06-061-0/+1
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=388665
* Update to 0.2.3, which fixed build with old gcc.Gleb Smirnoff2015-05-262-3/+3
| | | | Notes: svn path=/head/; revision=387462
* Update to new version fixing fallout from astro/gpsd update.Gleb Smirnoff2015-05-202-3/+3
| | | | Notes: svn path=/head/; revision=386862
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inBryan Drewery2015-03-191-2/+2
| | | | | | | | | | | | r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the tag fetched from github by defaulting GH_TAGNAME to the same value as DISTVERSION would get by only when GH_COMMIT is not set (when using the new scheme). With hat: portmgr Notes: svn path=/head/; revision=381689
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵Bryan Drewery2015-03-191-1/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381648
* UnbreakAntoine Brodin2014-12-211-0/+1
| | | | Notes: svn path=/head/; revision=375160
* Use new framework for fetching from github.Gleb Smirnoff2014-12-201-1/+3
| | | | Notes: svn path=/head/; revision=375096
* Update to new version. Fixes build with clang.Gleb Smirnoff2014-12-192-4/+4
| | | | | | | | PR: 196105 Submitted by: dim Notes: svn path=/head/; revision=374939
* Support stageBaptiste Daroussin2014-04-041-6/+5
| | | | Notes: svn path=/head/; revision=350181
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* astro/gpxloggerd: directly link libmath and cleanupJohn Marino2013-07-241-7/+5
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=323597
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 0.2Dmitry Marakasov2011-03-252-5/+4
| | | | | | | | | - Chase astro/gpsd shlib version bump Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=271754
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update rc.d script: remove duplicated inclusion of gpxloggerd_flagsSunpoet Po-Chuan Hsieh2010-10-152-3/+2
| | | | | | | | | | | - Bump PORTREVISION Reported by: dougb Submitted by: glebius (maintainer) Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263016
* - Add rc.d scriptSunpoet Po-Chuan Hsieh2010-10-132-0/+47
| | | | | | | | | | - Bump PORTREVISION Submitted by: glebius (maintainer) Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262951
* - Add gpxloggerd 0.1Sunpoet Po-Chuan Hsieh2010-10-083-0/+30
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) Notes: svn path=/head/; revision=262634