Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 15:58:01 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sahil@FreeBSD.org
Subject:   ports/164744: [PATCH] devel/p5-AnyEvent-DBus: add missing depends to silence build warnings
Message-ID:  <201202032058.q13Kw154077697@meatwad.mouf.net>
Resent-Message-ID: <201202032100.q13L0N2m005371@freefall.freebsd.org>

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

>Number:         164744
>Category:       ports
>Synopsis:       [PATCH] devel/p5-AnyEvent-DBus: add missing 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:   Fri Feb 03 21:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
see patch

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

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

--- p5-AnyEvent-DBus-0.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-AnyEvent-DBus/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	3 Jul 2010 07:24:27 -0000	1.2
+++ Makefile	3 Feb 2012 20:57:41 -0000
@@ -14,6 +14,9 @@
 MAINTAINER=	sahil@FreeBSD.org
 COMMENT=	Seamlessly integrate Net::DBus into AnyEvent
 
+BUILD_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
+		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
 RUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
 		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
--- p5-AnyEvent-DBus-0.31.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?201202032058.q13Kw154077697>