Summary: | [MAINTAINER] devel/p5-Locale-Maketext-Simple: fix build on 4.x | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rong-En Fan <rafan> | ||||
Component: | Individual Port(s) | Assignee: | Cheng-Lung Sung <clsung> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Rong-En Fan
2006-04-23 03:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->clsung Grab. Oops, I sent think wrong one. What I mean is the following one. This forces user to use perl >= 5.6 to use this module. Note that this module does not advertise it requires newer perl, but it fails. The author has been informed, until a fix is found. Make this port requires newer perl as workaround. diff -ruN --exclude=CVS /usr/ports/devel/p5-Locale-Maketext-Simple/Makefile /home/rafan/tmp/ports/p5-Locale-Maketext-Simple/Makefile --- /usr/ports/devel/p5-Locale-Maketext-Simple/Makefile Wed Apr 19 03:50:11 2006 +++ /home/rafan/tmp/ports/p5-Locale-Maketext-Simple/Makefile Sun Apr 23 23:23:32 2006 @@ -19,4 +19,10 @@ MAN3= Locale::Maketext::Simple.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6.x or later. Install lang/perl5 then try again. +.endif + +.include <bsd.port.post.mk> State Changed From-To: open->closed Committed. Thank You. |