Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 16:37:14 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jnlin@csie.nctu.edu.tw
Subject:   ports/159848: [PATCH] comms/p5-SMS-Send-TW-HiAir: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108172037.p7HKbEES063240@meatwad.mouf.net>
Resent-Message-ID: <201108172040.p7HKe5BQ074289@freefall.freebsd.org>

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

>Number:         159848
>Category:       ports
>Synopsis:       [PATCH] comms/p5-SMS-Send-TW-HiAir: 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:40:04 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 (jnlin@csie.nctu.edu.tw) is cc'd.

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

--- p5-SMS-Send-TW-HiAir-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send-TW-HiAir/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	6 Jun 2010 20:15:10 -0000	1.2
+++ Makefile	17 Aug 2011 20:34:20 -0000
@@ -14,10 +14,11 @@
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	SMS::Send driver for http://hiair.hinet.net/
 
-RUN_DEPENDS=	p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
+BUILD_DEPENDS=	p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
 		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
+		p5-Crypt-SSLeay>=0.51:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-SMS-Send-TW-HiAir-0.02.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?201108172037.p7HKbEES063240>