OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   16-Nov-2002 11:18:13
  Branch: HEAD                             Handle: 197001010100001037438293

  Modified files:
    openpkg-re/vcheck       vc.perl
    openpkg-src/perl        perl.spec
    openpkg-web             news.txt
  Removed files:
    openpkg-src/perl        perl.patch

  Log:
    finally it is time to switch to 5.8 in CURRENT

  Summary:
    Revision    Changes     Path
    1.18        +2  -2      openpkg-re/vcheck/vc.perl
    NONE        +0  -47     openpkg-src/perl/perl.patch
    1.61        +5  -42     openpkg-src/perl/perl.spec
    1.2039      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.perl
  ============================================================
  $ cvs diff -u -r1.17 -r1.18 vc.perl
  --- openpkg-re/vcheck/vc.perl 20 Jul 2002 10:24:24 -0000      1.17
  +++ openpkg-re/vcheck/vc.perl 16 Nov 2002 10:18:12 -0000      1.18
  @@ -2,8 +2,8 @@
   }
   
   prog perl = {
  -  version   = 5.6.1
  +  version   = 5.8.0
     url       = ftp://ftp.cpan.org/pub/CPAN/src/
  -  regex     = perl-(5\.6\.\d+)\.tar\.gz
  +  regex     = perl-(5\.8\.\d+)\.tar\.gz
   }
   
    Index: openpkg-src/perl/perl.spec
  ============================================================
  $ cvs diff -u -r1.60 -r1.61 perl.spec
  --- openpkg-src/perl/perl.spec        2 Oct 2002 09:29:19 -0000       1.60
  +++ openpkg-src/perl/perl.spec        16 Nov 2002 10:18:13 -0000      1.61
  @@ -32,12 +32,11 @@
   Distribution: OpenPKG [CORE]
   Group:        Language
   License:      GPL/Artistic
  -Version:      5.6.1
  -Release:      20021002
  +Version:      5.8.0
  +Release:      20021116
   
   #   list of sources
   Source0:      ftp://ftp.cpan.org/pub/CPAN/src/%{name}-%{version}.tar.gz
  -Patch0:       perl.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -55,59 +54,23 @@
   
   %prep
       %setup -q
  -    %patch0 -p0
       chmod -R u+w .
  -    #   Support both "ld: Software Generation Utilities" and "ld:
  -    #   Solaris Link Editors" in the internal outputs of the Solaris
  -    #   2.8 ld (latest patch-cluster as of February 2002 with patch
  -    #   #109147-14 or newer), because Perl's Configure else thinks the
  -    #   Solaris ld is GNU ld and horribly horses up...
  -    %{l_shtool} subst -e 's;ld: Software Generation Utilities;ld: So;g' 
hints/solaris_2.sh
   
  +%build
       #   Remove bind, db, gdbm and iconv from optional library checks
       %{l_shtool} subst -e 's;\(.*for thislib in $libswanted.*\);libswanted=`echo " 
$libswanted " | sed -e "s/ bind / /g" -e "s/ db / /g" -e "s/ gdbm / /g" -e "s/ iconv / 
/g"`\; \1;' Configure 
   
  -%build
  -    #   Eval hack for obsolete Linux versions (like Debian 2.2) with too old
  -    #   binutils where our GCC 3.0 makes trouble on Perl loading DSO based modules.
  -    #   In order to avoid having to require the user to update to binutils 2.11,
  -    #   we have to force Perl to use the system-supplied compiler... :-(
  -    cc="%{l_cc}"
  -    cflags="%{l_cflags -O}"
  -    case "%{l_target}" in
  -        *-linux* )
  -            v=unknown
  -            if [ -f /etc/debian_version ]; then
  -                v=`/usr/bin/dpkg -l binutils | grep binutils | awk '{ print $3; }'`
  -            elif [ -f /etc/redhat-release ]; then
  -                v=`/bin/rpm -q --qf '%{VERSION}' binutils`
  -            elif [ -f /etc/SuSE-release ]; then
  -                v=`/bin/rpm -q --qf '%{VERSION}' binutils`
  -            else
  -                v=`(ld --version | grep "^GNU ld " | sed -e 's;^GNU ld ;;') 
2>/dev/null`
  -            fi
  -            case "$v" in
  -                2.1[1-9].* ) ;;
  -                * ) cc=`%{l_shtool} path -p/bin:/usr/bin:$PATH cc`; cflags="-O" ;;
  -            esac
  -            ;;
  -        *-irix* )
  -            #   fix problem in <netinet/tcp.h>
  -            ccflags="-DBYTE_ORDER=4321 -DBIG_ENDIAN=4321"
  -            ;;
  -    esac
  -
       #   configure the Perl package
       ./Configure \
           -d -e -s \
           -Dprefix=%{l_prefix} \
           -Dinstallprefix=$RPM_BUILD_ROOT%{l_prefix} \
  -        -Dcc="$cc" -Doptimize="$cflags" \
  +        -Dcc="%{l_cc}" -Doptimize="%{l_cflags -O}" \
           -Dlocincpth="%{l_prefix}/include" \
           -Dldflags="-L%{l_prefix}/lib" \
           -Dlibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \
           -Uinstallusrbinperl \
  -        -Ui_db
  +        -Ui_malloc -Ui_iconv -Ui_db
   
       #   build the Perl package
       %{l_make} %{l_mflags -O} -f Makefile
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.2038 -r1.2039 news.txt
  --- openpkg-web/news.txt      16 Nov 2002 07:32:47 -0000      1.2038
  +++ openpkg-web/news.txt      16 Nov 2002 10:18:12 -0000      1.2039
  @@ -1,3 +1,4 @@
  +16-Nov-2002: Upgraded package: P<perl-5.8.0-20021116>
   16-Nov-2002: Upgraded package: P<gd-2.0.7-20021116>
   16-Nov-2002: Upgraded package: P<perl-tk-20021116-20021116>
   16-Nov-2002: Upgraded package: P<ispell-3.2.06-20021116>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to