Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2011 14:10:54 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/159889: [PATCH] databases/p5-BSON: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108181810.p7IIAsTR072653@meatwad.mouf.net>
Resent-Message-ID: <201108181820.p7IIK7FD021616@freefall.freebsd.org>

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

>Number:         159889
>Category:       ports
>Synopsis:       [PATCH] databases/p5-BSON: 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:   Thu Aug 18 18:20:07 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 (sunpoet@FreeBSD.org) is cc'd.

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

--- p5-BSON-0.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-BSON/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	10 Aug 2011 05:47:57 -0000	1.2
+++ Makefile	18 Aug 2011 18:05:46 -0000
@@ -15,7 +15,8 @@
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Pure Perl implementation of MongoDB BSON serialization
 
-RUN_DEPENDS=	p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
+BUILD_DEPENDS=	p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
 
 PERL_CONFIGURE=	5.10+
--- p5-BSON-0.05.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?201108181810.p7IIAsTR072653>