From owner-svn-ports-head@FreeBSD.ORG Wed Jul 24 14:30:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8A3C9F7; Wed, 24 Jul 2013 14:30:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA3CD22D6; Wed, 24 Jul 2013 14:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6OEUTuu089028; Wed, 24 Jul 2013 14:30:29 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6OEUTUw089026; Wed, 24 Jul 2013 14:30:29 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307241430.r6OEUTUw089026@svn.freebsd.org> From: John Marino Date: Wed, 24 Jul 2013 14:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323597 - head/astro/gpxloggerd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 14:30:30 -0000 Author: marino Date: Wed Jul 24 14:30:28 2013 New Revision: 323597 URL: http://svnweb.freebsd.org/changeset/ports/323597 Log: 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 Modified: head/astro/gpxloggerd/Makefile Modified: head/astro/gpxloggerd/Makefile ============================================================================== --- head/astro/gpxloggerd/Makefile Wed Jul 24 13:32:38 2013 (r323596) +++ head/astro/gpxloggerd/Makefile Wed Jul 24 14:30:28 2013 (r323597) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpxloggerd -# Date created: 8 December 2010 -# Whom: glebius -# +# Created by: Gleb Smirnoff # $FreeBSD$ -# PORTNAME= gpxloggerd PORTVERSION= 0.2 @@ -11,14 +7,16 @@ CATEGORIES= astro MASTER_SITES= LOCAL/glebius MAINTAINER= glebius@FreeBSD.org -COMMENT= A daemon that connects to the GPSD daemon and logs GPS traces +COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces -LIB_DEPENDS= gps.20:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= gps:${PORTSDIR}/astro/gpsd USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} MAN8= ${PORTNAME}.8 +LDFLAGS+= -lm + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/