ports/159893: [PATCH] databases/p5-DBIx-Class-Cursor-Cached: add BUILD_DEPENDS to silence build warnings

Steve Wills swills at FreeBSD.org
Thu Aug 18 20:20:05 UTC 2011


>Number:         159893
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class-Cursor-Cached: 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 20:20:04 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 at FreeBSD.org) is cc'd.

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

--- p5-DBIx-Class-Cursor-Cached-1.001.001.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-Class-Cursor-Cached/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	12 Jun 2011 16:16:44 -0000	1.1
+++ Makefile	18 Aug 2011 18:38:21 -0000
@@ -15,9 +15,10 @@
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Cursor class with built-in caching support
 
-RUN_DEPENDS=	p5-Carp-Clan>=6.0:${PORTSDIR}/devel/p5-Carp-Clan \
+BUILD_DEPENDS=	p5-Carp-Clan>=6.0:${PORTSDIR}/devel/p5-Carp-Clan \
 		p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class \
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.1+
 
--- p5-DBIx-Class-Cursor-Cached-1.001.001.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list