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:   17-Oct-2002 18:15:49
  Branch: HEAD                             Handle: 2002101717154602

  Modified files:
    openpkg-re/vcheck       vc.tcl
    openpkg-src/tcl         tcl.spec
    openpkg-web             news.txt

  Log:
    upgrade to Tcl/Tk 8.4

  Summary:
    Revision    Changes     Path
    1.4         +6  -6      openpkg-re/vcheck/vc.tcl
    1.24        +12 -11     openpkg-src/tcl/tcl.spec
    1.1814      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.tcl
  ============================================================
  $ cvs diff -u -r1.3 -r1.4 vc.tcl
  --- openpkg-re/vcheck/vc.tcl  14 Jun 2002 11:38:04 -0000      1.3
  +++ openpkg-re/vcheck/vc.tcl  17 Oct 2002 16:15:46 -0000      1.4
  @@ -2,13 +2,13 @@
   }
   
   prog tcl:tcl = {
  -  version   = 8.3.4
  -  url       = ftp://ftp.scriptics.com/pub/tcl/tcl8_3/
  -  regex     = tcl(__VER__)\.tar.gz
  +  version   = 8.4.0
  +  url       = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
  +  regex     = tcl(__VER__)-src\.tar.gz
   }
   prog tcl:tk = {
  -  version   = 8.3.4
  -  url       = ftp://ftp.scriptics.com/pub/tcl/tcl8_3/
  -  regex     = tk(__VER__)\.tar.gz
  +  version   = 8.4.0
  +  url       = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
  +  regex     = tk(__VER__)-src\.tar.gz
   }
   
  Index: openpkg-src/tcl/tcl.spec
  ============================================================
  $ cvs diff -u -r1.23 -r1.24 tcl.spec
  --- openpkg-src/tcl/tcl.spec  26 Aug 2002 09:52:37 -0000      1.23
  +++ openpkg-src/tcl/tcl.spec  17 Oct 2002 16:15:48 -0000      1.24
  @@ -25,12 +25,12 @@
   
   #   package version
   %define       V_major  8
  -%define       V_minor  3
  -%define       V_level  4
  +%define       V_minor  4
  +%define       V_level  0
   
   #   package options
   %ifndef       with_x11
  -%define       with_x11 no
  +%define       with_x11 %{l_test -p x11}
   %endif
   
   #   package information
  @@ -43,11 +43,11 @@
   Group:        Language
   License:      GPL
   Version:      %{V_major}.%{V_minor}.%{V_level}
  -Release:      20020610
  +Release:      20021017
   
   #   list of sources
  -Source0:      
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}.tar.gz
  -Source1:      
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tk%{V_major}.%{V_minor}.%{V_level}.tar.gz
  +Source0:      
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
  +Source1:      
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -65,7 +65,8 @@
       The Tool Command Language (TCL), optionally including the
       popular TCL Widget Toolkit (Tk).
   
  -    Options: with_x11=%{with_x11}
  +    Options: 
  +    --define 'with_x11 %{with_x11}'
   
   %prep
       %setup0 -q -c -n tcl-%{V_major}.%{V_minor}.%{V_level}
  @@ -109,8 +110,8 @@
       )
       ( cd $RPM_BUILD_ROOT%{l_prefix}
         mv bin/tclsh%{V_major}.%{V_minor} bin/tclsh
  -      ln lib/libtcl%{V_major}%{V_minor}.a lib/libtcl.a
  -      ln lib/libtclstub%{V_major}%{V_minor}.a lib/libtclstub.a
  +      ln lib/libtcl%{V_major}.%{V_minor}.a lib/libtcl.a
  +      ln lib/libtclstub%{V_major}.%{V_minor}.a lib/libtclstub.a
         cd man/mann
         for mo in *.n; do
             mn=`echo $mo | sed -e 's;\.n$;.3;'`
  @@ -135,8 +136,8 @@
       )
       ( cd $RPM_BUILD_ROOT%{l_prefix}
         mv bin/wish%{V_major}.%{V_minor} bin/wish
  -      ln lib/libtk%{V_major}%{V_minor}.a lib/libtk.a
  -      ln lib/libtkstub%{V_major}%{V_minor}.a lib/libtkstub.a
  +      ln lib/libtk%{V_major}.%{V_minor}.a lib/libtk.a
  +      ln lib/libtkstub%{V_major}.%{V_minor}.a lib/libtkstub.a
         cd man/mann
         for mo in *.n; do
             mn=`echo $mo | sed -e 's;\.n$;.3;'`
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1813 -r1.1814 news.txt
  --- openpkg-web/news.txt      17 Oct 2002 09:06:42 -0000      1.1813
  +++ openpkg-web/news.txt      17 Oct 2002 16:15:47 -0000      1.1814
  @@ -1,3 +1,4 @@
  +17-Oct-2002: Upgraded package: P<tcl-8.4.0-20021017>
   17-Oct-2002: Upgraded package: P<gv-3.5.8-20021017>
   17-Oct-2002: New package: P<xaw3d-1.5-20021017>
   17-Oct-2002: Upgraded package: P<geoip-1.0.9-20021017>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to