ports/159847: [PATCH] astro/p5-GPS: add BUILD_DEPENDS to silence build warnings

Steve Wills swills at FreeBSD.org
Wed Aug 17 20:30:10 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list