Date: Thu, 2 Aug 2007 20:29:59 GMT From: David Yeske <dyeske@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115155: astro/gpsd portlint fixes Message-ID: <200708022029.l72KTxaW004832@www.freebsd.org> Resent-Message-ID: <200708022030.l72KU13i048391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115155 >Category: ports >Synopsis: astro/gpsd portlint fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 20:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: HEAD >Organization: >Environment: FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007 root@speed:/usr/obj/usr/src/sys/SPEED amd64 >Description: http://download.berlios.de -> ${MASTER_SITE_BERLIOS} INSTALLS_SHLIB -> USE_LDCONFIG >How-To-Repeat: >Fix: see attachment Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/gpsd/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 22 Jul 2007 19:53:49 -0000 1.5 +++ Makefile 2 Aug 2007 19:32:41 -0000 @@ -8,13 +8,15 @@ PORTNAME= gpsd PORTVERSION= 2.32 CATEGORIES= astro geography -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= toxa@toxahost.ru COMMENT= Daemon that monitors one or more GPSes attached to a host computer USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" MAN1= gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 @@ -44,8 +46,6 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-garmin -INSTALLS_SHLIB= yes - .if defined(WITH_XGPS) CONFIGURE_ARGS+=--with-x USE_XLIB=yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708022029.l72KTxaW004832>