From steve@mouf.net  Thu Aug 18 18:03:21 2011
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D995106566C;
	Thu, 18 Aug 2011 18:03:21 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [204.109.58.86])
	by mx1.freebsd.org (Postfix) with ESMTP id 18C2C8FC0A;
	Thu, 18 Aug 2011 18:03:20 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241])
	by mouf.net (8.14.4/8.14.4) with ESMTP id p7II3JgJ002254
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 18 Aug 2011 14:03:19 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p7II3JmQ026037;
	Thu, 18 Aug 2011 14:03:19 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201108181803.p7II3JmQ026037@meatwad.mouf.net>
Date: Thu, 18 Aug 2011 14:03:19 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@freebsd.org
Subject: [PATCH] databases/p5-BDB: add BUILD_DEPENDS to silence build warnings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         159887
>Category:       ports
>Synopsis:       [PATCH] databases/p5-BDB: add BUILD_DEPENDS to silence build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 18 18:10:00 UTC 2011
>Closed-Date:    Mon Aug 22 06:16:11 UTC 2011
>Last-Modified:  Mon Aug 22 06:20:16 UTC 2011
>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-BDB-1.89.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-BDB/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	5 Aug 2011 03:44:11 -0000	1.3
+++ Makefile	18 Aug 2011 17:56:19 -0000
@@ -15,7 +15,8 @@
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Asynchronous Berkeley DB access
 
-RUN_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PORTSCOUT=	skipv:1.801
 
--- p5-BDB-1.89.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 18 18:10:11 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159887 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Aug 22 06:16:10 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159887 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159887: commit references a PR
Date: Mon, 22 Aug 2011 06:12:09 +0000 (UTC)

 sunpoet     2011-08-22 06:11:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-BDB     Makefile 
   Log:
   - Add BUILD_DEPENDS
   
   PR:             ports/159887
   Submitted by:   swills
   
   Revision  Changes    Path
   1.4       +1 -0      ports/databases/p5-BDB/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
