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