ports/159818: [PATCH] archivers/p5-IO-Compress: restore BUILD_DEPENDS

Steve Wills swills at FreeBSD.org
Tue Aug 16 15:10:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list