Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2011 13:08:06 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/159882: [PATCH] archivers/p5-IO-Compress-Lzf: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108181708.p7IH86bH079928@meatwad.mouf.net>
Resent-Message-ID: <201108181710.p7IHA7hm056352@freefall.freebsd.org>

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

>Number:         159882
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-IO-Compress-Lzf: 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 17:10:06 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 (sunpoet@FreeBSD.org) is cc'd.

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

--- p5-IO-Compress-Lzf-2.037.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-IO-Compress-Lzf/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	30 Jun 2011 07:43:14 -0000	1.4
+++ Makefile	18 Aug 2011 17:05:13 -0000
@@ -15,8 +15,9 @@
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Write lzf files/buffers
 
-RUN_DEPENDS=	p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \
+BUILD_DEPENDS=	p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \
 		p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-IO-Compress-Lzf-2.037.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?201108181708.p7IH86bH079928>