Skip to content

Commit

Permalink
perl: Rebuild to add OpenOffice::OODoc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Jun 5, 2018
1 parent 1b32951 commit 3a1b78b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions perl-5.26.2-0.build.sh → perl-5.26.2-1.build.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3a1b78b

Please sign in to comment.