Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 21:35:25 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/159859: [PATCH] databases/p5-DBICx-TestDatabase: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108180135.p7I1ZPWr046215@meatwad.mouf.net>
Resent-Message-ID: <201108180140.p7I1e9D3053434@freefall.freebsd.org>

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

>Number:         159859
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBICx-TestDatabase: 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 01:40: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, as well
as adding a run dependency on File::Temp which is listed in META.yaml

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

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

--- p5-DBICx-TestDatabase-0.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBICx-TestDatabase/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Jun 2011 06:58:08 -0000	1.6
+++ Makefile	18 Aug 2011 01:28:26 -0000
@@ -15,9 +15,12 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Module to create temporary database from a DBIx::Class::Schema
 
-RUN_DEPENDS=	p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
+BUILD_DEPENDS=	p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \
+		p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
-BUILD_DEPENDS=	p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class
+RUN_DEPENDS=	p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
+		p5-File-Temp>0:${PORTSDIR}/devel/p5-File-Temp
 
 PERL_CONFIGURE=	yes
 
--- p5-DBICx-TestDatabase-0.04.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?201108180135.p7I1ZPWr046215>