Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2011 11:02:46 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/159818: [PATCH] archivers/p5-IO-Compress: restore BUILD_DEPENDS
Message-ID:  <201108161502.p7GF2k3W039167@meatwad.mouf.net>
Resent-Message-ID: <201108161510.p7GFA9VQ004604@freefall.freebsd.org>

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

>Number:         159818
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-IO-Compress: restore BUILD_DEPENDS
>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:   Tue Aug 16 15:10:08 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:
Building archivers/p5-IO-Compress 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-2.037.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-IO-Compress/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	30 Jun 2011 07:41:57 -0000	1.7
+++ Makefile	16 Aug 2011 14:48:00 -0000
@@ -18,8 +18,9 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
+BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
 		p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2*
 
--- p5-IO-Compress-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?201108161502.p7GF2k3W039167>