ports/159849: [PATCH] comms/p5-SMS-Send-TW-ShareSMS: add BUILD_DEPENDS to silence build warnings

Steve Wills swills at FreeBSD.org
Wed Aug 17 20:50:07 UTC 2011


>Number:         159849
>Category:       ports
>Synopsis:       [PATCH] comms/p5-SMS-Send-TW-ShareSMS: 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 20:50:05 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 (snowfly at yuntech.edu.tw) is cc'd.

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

--- p5-SMS-Send-TW-ShareSMS-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send-TW-ShareSMS/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	18 Oct 2008 14:10:07 -0000	1.2
+++ Makefile	17 Aug 2011 20:38:36 -0000
@@ -14,9 +14,10 @@
 MAINTAINER=	snowfly at yuntech.edu.tw
 COMMENT=	SMS::Send driver for www.ShareSMS.com
 
-RUN_DEPENDS=	p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \
+BUILD_DEPENDS=	p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=2:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-SMS-Send-TW-ShareSMS-0.02.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list