Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 22:21:42 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/90747: [PATCH] www/p5-HTML-Parser: remove IGNORE on old per
Message-ID:  <20051221142142.A2AB9B29D40@utopia.leeym.com>
Resent-Message-ID: <200512211430.jBLEU3Vq002566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051221142142.A2AB9B29D40>