ports/90747: [PATCH] www/p5-HTML-Parser: remove IGNORE on old per
Yen-Ming Lee
leeym at FreeBSD.org
Wed Dec 21 14:30:26 UTC 2005
>Number: 90747
>Category: ports
>Synopsis: [PATCH] www/p5-HTML-Parser: remove IGNORE on old per
>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: Wed Dec 21 14:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- remove IGNORE on old perl
Port maintainer (demon at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-HTML-Parser-3.48.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-Parser/Makefile,v
retrieving revision 1.47
diff -u -u -r1.47 Makefile
--- Makefile 8 Dec 2005 11:12:08 -0000 1.47
+++ Makefile 21 Dec 2005 14:20:54 -0000
@@ -31,7 +31,12 @@
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires Perl version 5.6 or above
+BUILD_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
+RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
+
+post-patch:
+ ${REINPLACE_CMD} -e '/require 5.006/d' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ ${REINPLACE_CMD} -e '/open/s/", $$file/ $$file"/g' ${WRKSRC}/t/unicode.t
.endif
.include <bsd.port.post.mk>
--- p5-HTML-Parser-3.48.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list