K 10 svn:author V 6 marino K 8 svn:date V 27 2015-06-06T12:57:56.564912Z K 7 svn:log V 451 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) END