ports/159858: [PATCH] databases/p5-DBICx-MapMaker: add BUILD_DEPENDS to silence build warnings
Steve Wills
swills at FreeBSD.org
Thu Aug 18 01:20:10 UTC 2011
>Number: 159858
>Category: ports
>Synopsis: [PATCH] databases/p5-DBICx-MapMaker: 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:20: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.
Port maintainer (miwi at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-DBICx-MapMaker-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBICx-MapMaker/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile 20 Jun 2011 08:34:47 -0000 1.9
+++ Makefile 18 Aug 2011 01:11:41 -0000
@@ -17,7 +17,8 @@
RUN_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
- p5-DBICx-TestDatabase>=0.02:${PORTSDIR}/databases/p5-DBICx-TestDatabase
+ p5-DBICx-TestDatabase>=0.02:${PORTSDIR}/databases/p5-DBICx-TestDatabase \
+ p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
PERL_CONFIGURE= yes
--- p5-DBICx-MapMaker-0.03.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list