Responsible Changed From-To: freebsd-ports-bugs->mat Take this
State Changed From-To: open->closed Port added, thanks :-) ps: I made it work for 5.005
* Mathieu Arnold <mat@FreeBSD.org> [May 07 2004, 15:13]: > Synopsis: New port www/p5-HTML-Template-JIT > > State-Changed-From-To: open->closed > State-Changed-By: mat > State-Changed-When: Fri May 7 04:13:27 PDT 2004 > State-Changed-Why: > Port added, thanks :-) > ps: I made it work for 5.005 Way too cool :) I thought it'd be hard. Could you please commit this little patch to work around indent incompatibility. --- /usr/ports/www/p5-HTML-Template-JIT/Makefile Fri May 7 15:12:38 2004 +++ ./Makefile Fri May 7 17:22:25 2004 @@ -27,13 +27,17 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES= ${PATCHDIR}/5.005-JIT-Compiler.pm post-patch: + @${PERL} -i -pe '-e s/indent -kr/indent/;' \ + ${WRKSRC}/JIT/Compiler.pm +.if ${PERL_LEVEL} < 500600 @${PERL} -i -pe '$$_ = "" if /warnings|5\.006/g;' \ -e 's/\bour ([^ ;]+)/use vars qw{$$1};$$1/g;' \ ${WRKSRC}/Makefile.PL ${WRKSRC}/JIT.pm \ ${WRKSRC}/JIT/Base.pm ${WRKSRC}/JIT/Compiler.pm + @${RM} ${WRKSRC}/JIT/Compiler.pm.orig + +EXTRA_PATCHES= ${PATCHDIR}/5.005-JIT-Compiler.pm .endif .include <bsd.port.post.mk>
+-le 07/05/2004 17:48 +0400, Alex Kapranoff a dit : | * Mathieu Arnold <mat@FreeBSD.org> [May 07 2004, 15:13]: |> Synopsis: New port www/p5-HTML-Template-JIT |> |> State-Changed-From-To: open->closed |> State-Changed-By: mat |> State-Changed-When: Fri May 7 04:13:27 PDT 2004 |> State-Changed-Why: |> Port added, thanks :-) |> ps: I made it work for 5.005 | | Way too cool :) I thought it'd be hard. | Could you please commit this little patch to work around indent | incompatibility. Oh, yeah, I knew I was forgetting something when I committed it :-) -- Mathieu Arnold