Changeset 2895


Ignore:
Timestamp:
2001-12-13T10:57:50+13:00 (22 years ago)
Author:
sjboddie
Message:

replaced XML::Parser version 2.29 in distribution with version 2.27 as
2.29 appeared to have incompatibilities with perl 5.6.1

Location:
trunk/gsdl/packages
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile.in

    r2809 r2895  
    4949
    5050PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_22 \
    51         wget/wget-1.5.3 cpan/XML-Parser-2.29 $(YAZ) $(CORBA)
     51        wget/wget-1.5.3 cpan/XML-Parser-2.27 $(YAZ) $(CORBA)
    5252
    5353all:
  • trunk/gsdl/packages/configure

    r2809 r2895  
    184184echo ""
    185185cd $PACKAGES/cpan
    186 gzip -dc XML-Parser-2.29.tar.gz | tar -xf -
    187 cd $PACKAGES/cpan/XML-Parser-2.29
     186gzip -dc XML-Parser-2.27.tar.gz | tar -xf -
     187cd $PACKAGES/cpan/XML-Parser-2.27
    188188perl Makefile.PL "$GSDLHOME"
    189189
  • trunk/gsdl/packages/cpan/README

    r2809 r2895  
    1313XML::Parser: Copyright (c) 1998-2000 Larry Wall and Clark Cooper
    1414
    15 - Version 2.29 - as downloaded from cpan.org but with a few files removed
     15- Version 2.27 - as downloaded from cpan.org but with a few files removed
    1616  (to minimize the size of the tarball we distribute) and minor Greenstone
    17   specific modifications to Makefile.PL.
     17  specific modifications to Makefile.PL. Originally used version 2.29 but
     18  it appeared to be incompatible with perl 5.6.1.
    1819
    1920
Note: See TracChangeset for help on using the changeset viewer.