ports/147893: [PATCH] net/p5-Socket-GetAddrInfo: fix build depends with perl < 5.10

Maxim Dounin mdounin at mdounin.ru
Tue Jun 15 22:30:02 UTC 2010


>Number:         147893
>Category:       ports
>Synopsis:       [PATCH] net/p5-Socket-GetAddrInfo: fix build depends with perl < 5.10
>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 Jun 15 22:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Dounin
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD mdounin.cust.ramtel.ru 7.2-RELEASE-p6 FreeBSD 7.2-RELEASE-p6 #3: Fri Jan  8 06:37:37 MSK
>Description:
Using "BUILD_DEPENDS=" causes previously specified dependencies to be
cleared, and thus ExtUtils::CChecker isn't installed as it should.

Port maintainer (sahil at tandon.net) is cc'd.
>How-To-Repeat:
Try installing net/p5-Socket-GetAddrInfo on system with perl5.8.
>Fix:
Fix is trivial: use "BUILD_DEPENDS+=" instead of "BUILD_DEPENDS=".

--- p5-Socket-GetAddrInfo-0.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Socket-GetAddrInfo/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile	4 Mar 2010 17:13:11 -0000	1.3
+++ Makefile	15 Jun 2010 22:14:20 -0000
@@ -23,7 +23,7 @@ PERL_CONFIGURE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+BUILD_DEPENDS+=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
 .endif
 
 .include <bsd.port.post.mk>
--- p5-Socket-GetAddrInfo-0.15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list