Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 21:02:18 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/159933: [PATCH] databases/p5-DBIx-Class-InflateColumn-IP: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108200102.p7K12I9e050623@meatwad.mouf.net>
Resent-Message-ID: <201108200110.p7K1A3xr070440@freefall.freebsd.org>

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

>Number:         159933
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class-InflateColumn-IP: 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:   Sat Aug 20 01:10:03 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@FreeBSD.org) is cc'd.

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

--- p5-DBIx-Class-InflateColumn-IP-0.02001_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-Class-InflateColumn-IP/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	24 Sep 2010 00:44:18 -0000	1.2
+++ Makefile	19 Aug 2011 13:37:53 -0000
@@ -15,8 +15,9 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Component to auto-create NetAddr::IP objects from columns
 
-RUN_DEPENDS=	p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
+BUILD_DEPENDS=	p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
 		p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-Class-InflateColumn-IP-0.02001_1.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?201108200102.p7K12I9e050623>