Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 19:38:17 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/159851: [PATCH] databases/p5-Amazon-SimpleDB: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108172338.p7HNcHDT020482@meatwad.mouf.net>
Resent-Message-ID: <201108172340.p7HNe9Et038902@freefall.freebsd.org>

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

>Number:         159851
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Amazon-SimpleDB: 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:   Wed Aug 17 23: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.

Port maintainer (gslin@gslin.org) is cc'd.

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

--- p5-Amazon-SimpleDB-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-Amazon-SimpleDB/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	20 Jun 2011 08:34:47 -0000	1.2
+++ Makefile	17 Aug 2011 23:34:27 -0000
@@ -15,10 +15,11 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Low-level perlish interface for working with Amazon SimpleDB service
 
-RUN_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
+BUILD_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
 		p5-URI>0:${PORTSDIR}/net/p5-URI \
 		p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-libwww>0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Amazon-SimpleDB-0.03.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?201108172338.p7HNcHDT020482>