diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-18 19:34:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-18 19:34:05 +0000 |
commit | ce03f06171d68b5a52a9355277bec6fc9fa1ac05 (patch) | |
tree | 2f28d4c3ff8b1c5fcac2cb0cefaa4c87c8faa709 /www | |
parent | a547e2ab8e180e47592379ef6efb3c359e1997d3 (diff) | |
download | pkgsrc-ce03f06171d68b5a52a9355277bec6fc9fa1ac05.tar.gz |
Fix build with perl-5.18's pod2man.
Diffstat (limited to 'www')
-rw-r--r-- | www/wml/distinfo | 7 | ||||
-rw-r--r-- | www/wml/patches/patch-wml__aux_freetable_freetable.src | 14 | ||||
-rw-r--r-- | www/wml/patches/patch-wml__backend_p2__mp4h_doc_mp4h.mp4h | 15 | ||||
-rw-r--r-- | www/wml/patches/patch-wml__backend_p6__asubst_asubst.src | 14 | ||||
-rw-r--r-- | www/wml/patches/patch-wml__docs_wml__intro.pod | 14 | ||||
-rw-r--r-- | www/wml/patches/patch-wml__docs_wml__tutorial.pod | 14 |
6 files changed, 77 insertions, 1 deletions
diff --git a/www/wml/distinfo b/www/wml/distinfo index 1466a36d047..dc830b2d183 100644 --- a/www/wml/distinfo +++ b/www/wml/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2013/03/02 17:53:36 joerg Exp $ +$NetBSD: distinfo,v 1.15 2013/06/18 19:34:05 wiz Exp $ SHA1 (wml-2.0.9.tar.gz) = ce95ad9c55fd52e2028099d391858d88cffd5d9f RMD160 (wml-2.0.9.tar.gz) = bf14a4c09bdd850c5bad5f48f712717a13b13412 @@ -16,7 +16,12 @@ SHA1 (patch-aj) = eea40cf13d883656dc0db5d4de11df4a27bdc70f SHA1 (patch-ak) = 3b81025819f259d7ebb185de4d4890c9892aba87 SHA1 (patch-al) = 9bdf732aad8520b89bc5925ae6eb0e2cce937f6b SHA1 (patch-am) = 5e597fed00ee56fbaf54d6725e36f9c9e5292c0e +SHA1 (patch-wml__aux_freetable_freetable.src) = 938f2b380147476a8e959e15ccf6e2887191448d +SHA1 (patch-wml__backend_p2__mp4h_doc_mp4h.mp4h) = 3ab650e57012ad85f89156fdd639df0c695c21af SHA1 (patch-wml__backend_p3__eperl_eperl__perl5.c) = e80878ccdd6d58efa42b987b3951897c1c8df32b SHA1 (patch-wml__backend_p3__eperl_eperl__perl5.h) = 0e4534ce4171472b5c26eb9def7dfa4067bc6fe8 +SHA1 (patch-wml__backend_p6__asubst_asubst.src) = df3400f52f37ba4630e692d4ddce1477bb35547b SHA1 (patch-wml__common_gd_makefile_pl_in) = 92481ea127e795bd92cc7d59c48a9224db8aaea1 SHA1 (patch-wml__common_htmlclean_makefile_pl) = d9aea5c05b4b943adc9a74ae2f51858ee3213b74 +SHA1 (patch-wml__docs_wml__intro.pod) = 307c06a6b216338fb8853554fa4a09a664e273dc +SHA1 (patch-wml__docs_wml__tutorial.pod) = 794c8e960e40025994eedcd9240ff1b1204f433c diff --git a/www/wml/patches/patch-wml__aux_freetable_freetable.src b/www/wml/patches/patch-wml__aux_freetable_freetable.src new file mode 100644 index 00000000000..b56dae72826 --- /dev/null +++ b/www/wml/patches/patch-wml__aux_freetable_freetable.src @@ -0,0 +1,14 @@ +$NetBSD: patch-wml__aux_freetable_freetable.src,v 1.1 2013/06/18 19:34:05 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- wml_aux/freetable/freetable.src.orig 2000-05-01 20:21:30.000000000 +0000 ++++ wml_aux/freetable/freetable.src +@@ -219,6 +219,7 @@ $$cell =~ s/<col>/$col/gi; + + ##EOF## + ++=encoding iso-8859-2 + =head1 NAME + + freetable - tool for making HTML tables generation easier diff --git a/www/wml/patches/patch-wml__backend_p2__mp4h_doc_mp4h.mp4h b/www/wml/patches/patch-wml__backend_p2__mp4h_doc_mp4h.mp4h new file mode 100644 index 00000000000..bb8a2215c8a --- /dev/null +++ b/www/wml/patches/patch-wml__backend_p2__mp4h_doc_mp4h.mp4h @@ -0,0 +1,15 @@ +$NetBSD: patch-wml__backend_p2__mp4h_doc_mp4h.mp4h,v 1.1 2013/06/18 19:34:05 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- wml_backend/p2_mp4h/doc/mp4h.mp4h.orig 2002-07-05 20:22:49.000000000 +0000 ++++ wml_backend/p2_mp4h/doc/mp4h.mp4h +@@ -48,7 +48,7 @@ to write my own macro-processor. + Instead of rewriting it from scratch, I preferred using another + macro-processor engine. I chose + <URL src="http://www.gnu.org/software/m4/" name="GNU &m4;" />, +-written by René Seindal, because of its numerous advantages : ++written by Rene Seindal, because of its numerous advantages : + this software is stable, robust and very well documented. + This version of &mp4h; is derived from GNU &m4; version 1.4n, which is a + development version. diff --git a/www/wml/patches/patch-wml__backend_p6__asubst_asubst.src b/www/wml/patches/patch-wml__backend_p6__asubst_asubst.src new file mode 100644 index 00000000000..3828e503ac8 --- /dev/null +++ b/www/wml/patches/patch-wml__backend_p6__asubst_asubst.src @@ -0,0 +1,14 @@ +$NetBSD: patch-wml__backend_p6__asubst_asubst.src,v 1.1 2013/06/18 19:34:05 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- wml_backend/p6_asubst/asubst.src.orig 2002-04-20 21:18:58.000000000 +0000 ++++ wml_backend/p6_asubst/asubst.src +@@ -265,6 +265,7 @@ exit(0); + ##EOF## + __END__ + ++=encoding iso-8859-1 + =head1 NAME + + asubst - Area Substitution diff --git a/www/wml/patches/patch-wml__docs_wml__intro.pod b/www/wml/patches/patch-wml__docs_wml__intro.pod new file mode 100644 index 00000000000..36d921dbbf0 --- /dev/null +++ b/www/wml/patches/patch-wml__docs_wml__intro.pod @@ -0,0 +1,14 @@ +$NetBSD: patch-wml__docs_wml__intro.pod,v 1.1 2013/06/18 19:34:05 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- wml_docs/wml_intro.pod.orig 2001-06-19 01:14:09.000000000 +0000 ++++ wml_docs/wml_intro.pod +@@ -3,6 +3,7 @@ + ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. + ## + ++=encoding iso-8859-1 + =head1 NAME + + WML Introduction - An introduction to WML's basic concepts diff --git a/www/wml/patches/patch-wml__docs_wml__tutorial.pod b/www/wml/patches/patch-wml__docs_wml__tutorial.pod new file mode 100644 index 00000000000..62f8dacdc5b --- /dev/null +++ b/www/wml/patches/patch-wml__docs_wml__tutorial.pod @@ -0,0 +1,14 @@ +$NetBSD: patch-wml__docs_wml__tutorial.pod,v 1.1 2013/06/18 19:34:05 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- wml_docs/wml_tutorial.pod.orig 2002-10-15 21:00:28.000000000 +0000 ++++ wml_docs/wml_tutorial.pod +@@ -3,6 +3,7 @@ + ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. + ## + ++=encoding iso-8859-1 + =head1 NAME + + WML Tutorial - Understanding WML step-by-step |