From 3a1b78b0e84a5b08e4f881bd566191c9f13cae2d Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 5 Jun 2018 09:16:49 +0200 Subject: [PATCH] perl: Rebuild to add OpenOffice::OODoc perl-5.26.2-0 added cpan ODF::lpOD which was a mistake. Replace with OpenOffice::OODoc. This commit replaces perl-5.26.2-0 by perl-5.26.2-1, because I don't think, somebody discovered and got dependent on ODF::lpOD in the last two days. Temporary work around a bug in HTTP-Message-6.17 --- perl-5.26.2-0.build.sh => perl-5.26.2-1.build.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) rename perl-5.26.2-0.build.sh => perl-5.26.2-1.build.sh (98%) diff --git a/perl-5.26.2-0.build.sh b/perl-5.26.2-1.build.sh similarity index 98% rename from perl-5.26.2-0.build.sh rename to perl-5.26.2-1.build.sh index 90f8679..8f1fff0 100755 --- a/perl-5.26.2-0.build.sh +++ b/perl-5.26.2-1.build.sh @@ -3,7 +3,7 @@ set -xe PKG=perl VERSION=5.26.2 -BUILD=0 +BUILD=1 PREFIX=/pkg/$PKG-$VERSION-$BUILD # PREFIX=/dev/shm/$PKG-$VERSION-$BUILD @@ -123,6 +123,14 @@ cpan -T Term::ReadLine::Gnu # cpan Bundle::CPAN +# Bug in HTTP-Message-6.17.tar.gz: +# +# https://github.com/libwww-perl/HTTP-Message/issues/107 +# https://github.com/libwww-perl/HTTP-Message/pull/108 +# Until fixed use 6.16 +# +cpan O/OA/OALDERS/HTTP-Message-6.16.tar.gz + # mod_perl (Apache::*, Bundle::Apache, mod_perl, modPerl_hooks) is broken. # Usually it wants Apache httpd source to compile and keeps asking for it forever if it # doesn't find it. @@ -269,7 +277,6 @@ cpan HTTP::Cookies cpan HTTP::DAV # note: tests fail if cpan build dir is on nfs cpan HTTP::Daemon cpan HTTP::Date -cpan HTTP::Message cpan HTTP::Negotiate cpan HTTP::Server::Simple cpan Hash::MultiValue @@ -563,7 +570,7 @@ cpan Crypt::Rijndael cpan Crypt::CBC cpan Crypt::MCrypt -cpan ODF::lpOD # ODF Document access +cpan OpenOffice::OODoc # The Open OpenDocument Connector # exit 1 # the final stop before closing exit