aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Parser/files
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-08-27 21:41:44 +0800
committermat <mat@FreeBSD.org>2003-08-27 21:41:44 +0800
commit436b1e6e2537160c5523d51540ad4ea1522d87bc (patch)
treeb0329fa3bad0f7c51a253fed35f06b89218be705 /www/p5-HTML-Parser/files
parent114100d6421862d8f1a6e2664b0c3add5f4d6f06 (diff)
downloadfreebsd-ports-gnome-436b1e6e2537160c5523d51540ad4ea1522d87bc.tar.gz
freebsd-ports-gnome-436b1e6e2537160c5523d51540ad4ea1522d87bc.tar.zst
freebsd-ports-gnome-436b1e6e2537160c5523d51540ad4ea1522d87bc.zip
Update to 3.31
Add WWW Use SITE_PERL
Diffstat (limited to 'www/p5-HTML-Parser/files')
-rw-r--r--www/p5-HTML-Parser/files/patch-Makefile.PL19
1 files changed, 9 insertions, 10 deletions
diff --git a/www/p5-HTML-Parser/files/patch-Makefile.PL b/www/p5-HTML-Parser/files/patch-Makefile.PL
index 451e9bddad1a..ce404ccef789 100644
--- a/www/p5-HTML-Parser/files/patch-Makefile.PL
+++ b/www/p5-HTML-Parser/files/patch-Makefile.PL
@@ -1,23 +1,22 @@
---- Makefile.PL.orig Tue Dec 26 15:48:57 2000
-+++ Makefile.PL Mon Jan 8 21:06:36 2001
+--- Makefile.PL.orig Fri Aug 15 17:32:56 2003
++++ Makefile.PL Wed Aug 27 14:44:10 2003
@@ -10,19 +10,7 @@
}
- if ($] >= 5.007) {
+ if ($] >= 5.008) {
- print <<"EOT";
-
--Perl-5.7 provide experimental core support for Unicode strings. You
--can compile HTML::Entities so that Unicode entities like &euro; and
--&#x20AC; are decoded into a string containing "\\x{20AC}". If you
--select no to the question below such entities will be left alone and
--only entities in the Latin-1 range is decoded.
+-Perl-5.8 provide core support for Unicode strings. You can compile
+-HTML::Entities so that Unicode entities like &euro; and &#x20AC; are
+-decoded into a string containing "\\x{20AC}". If you select no to
+-the question below such entities will be left alone and only entities
+-in the Latin-1 range is decoded.
-
-EOT
- my $ans = prompt("Do you want decoding on unicode entities?", "no");
- if ($ans =~ /^y(es)?$/i) {
-- push(@define, "-DUNICODE_ENTITIES");
+ push(@define, "-DUNICODE_ENTITIES");
- }
-+ push(@define, "-DUNICODE_ENTITIES");
}
push(@extra, "DEFINE" => "@define") if @define;