Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 16:28:59 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/159847: [PATCH] astro/p5-GPS: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108172028.p7HKSxFI057023@meatwad.mouf.net>
Resent-Message-ID: <201108172030.p7HKU9Vs063201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159847
>Category:       ports
>Synopsis:       [PATCH] astro/p5-GPS: add BUILD_DEPENDS to silence build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 20:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Sat Aug 13 12:18:10 EDT 2011
>Description:
Build generates warnings about missing dependencies. The attached patch solves this.

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-GPS-0.17.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/p5-GPS/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	27 Mar 2009 09:53:18 -0000	1.11
+++ Makefile	17 Aug 2011 20:05:05 -0000
@@ -14,6 +14,9 @@
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Perl interface to GPS receivers
 
+BUILD_DEPENDS=	p5-Device-SerialPort>=0.07:${PORTSDIR}/comms/p5-Device-SerialPort
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 
--- p5-GPS-0.17.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108172028.p7HKSxFI057023>