From 5b7828ce0344aafaee64e22746286eaf56e3a211 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 4 Mar 2012 13:24:09 +0000 Subject: tcl 8.5.11-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcl/.footprint.i686 | 2 +- tcl/.footprint.x86_64 | 2 +- tcl/.md5sum.i686 | 2 +- tcl/.md5sum.x86_64 | 2 +- tcl/Pkgfile | 24 ++++++++++++------------ 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tcl') diff --git a/tcl/.footprint.i686 b/tcl/.footprint.i686 index 7fe8e3d9c..b91bef0b0 100644 --- a/tcl/.footprint.i686 +++ b/tcl/.footprint.i686 @@ -244,7 +244,7 @@ drwxr-xr-x root/root usr/lib/tcl8.5/opt0.4/ drwxr-xr-x root/root usr/lib/tcl8/ drwxr-xr-x root/root usr/lib/tcl8/8.3/ drwxr-xr-x root/root usr/lib/tcl8/8.4/ --rw-r--r-- root/root usr/lib/tcl8/8.4/http-2.7.6.tm +-rw-r--r-- root/root usr/lib/tcl8/8.4/http-2.7.7.tm -rw-r--r-- root/root usr/lib/tcl8/8.4/platform-1.0.10.tm drwxr-xr-x root/root usr/lib/tcl8/8.4/platform/ -rw-r--r-- root/root usr/lib/tcl8/8.4/platform/shell-1.1.4.tm diff --git a/tcl/.footprint.x86_64 b/tcl/.footprint.x86_64 index 7fe8e3d9c..b91bef0b0 100644 --- a/tcl/.footprint.x86_64 +++ b/tcl/.footprint.x86_64 @@ -244,7 +244,7 @@ drwxr-xr-x root/root usr/lib/tcl8.5/opt0.4/ drwxr-xr-x root/root usr/lib/tcl8/ drwxr-xr-x root/root usr/lib/tcl8/8.3/ drwxr-xr-x root/root usr/lib/tcl8/8.4/ --rw-r--r-- root/root usr/lib/tcl8/8.4/http-2.7.6.tm +-rw-r--r-- root/root usr/lib/tcl8/8.4/http-2.7.7.tm -rw-r--r-- root/root usr/lib/tcl8/8.4/platform-1.0.10.tm drwxr-xr-x root/root usr/lib/tcl8/8.4/platform/ -rw-r--r-- root/root usr/lib/tcl8/8.4/platform/shell-1.1.4.tm diff --git a/tcl/.md5sum.i686 b/tcl/.md5sum.i686 index ee7f07ed0..f102899ee 100644 --- a/tcl/.md5sum.i686 +++ b/tcl/.md5sum.i686 @@ -1 +1 @@ -a08eaf8467c0631937067c1948dd326b tcl8.5.10-src.tar.gz +b01a9691c83990b3db0ce62d1012ca67 tcl8.5.11-src.tar.gz diff --git a/tcl/.md5sum.x86_64 b/tcl/.md5sum.x86_64 index ee7f07ed0..f102899ee 100644 --- a/tcl/.md5sum.x86_64 +++ b/tcl/.md5sum.x86_64 @@ -1 +1 @@ -a08eaf8467c0631937067c1948dd326b tcl8.5.10-src.tar.gz +b01a9691c83990b3db0ce62d1012ca67 tcl8.5.11-src.tar.gz diff --git a/tcl/Pkgfile b/tcl/Pkgfile index 70b104ade..c6ad7133f 100755 --- a/tcl/Pkgfile +++ b/tcl/Pkgfile @@ -4,22 +4,22 @@ # Packager: thierryn1 at hispeed dot ch name=tcl -version=8.5.10 +version=8.5.11 release=1 -source=( http://downloads.sourceforge.net/$name/$name$version-src.tar.gz) +source=(http://downloads.sourceforge.net/$name/$name$version-src.tar.gz) build() { # build package - cd $name$version/unix + cd $name$version/unix - if [ "$CARCH" = "x86_64" ]; then - ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --enable-64bit - else - ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-64bit - fi + if [ "$CARCH" = "x86_64" ]; then + ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --enable-64bit + else + ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-64bit + fi - make - make DESTDIR=$PKG install - make DESTDIR=$PKG install-private-headers - ln -svf tclsh8.5 $PKG/usr/bin/tclsh + make + make DESTDIR=$PKG install + make DESTDIR=$PKG install-private-headers + ln -svf tclsh8.5 $PKG/usr/bin/tclsh } -- cgit v1.2.3-54-g00ecf