summaryrefslogtreecommitdiffstats
path: root/tcl
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 13:24:09 +0000
committerpiernov <piernov@piernov.org>2012-03-04 13:24:09 +0000
commit5b7828ce0344aafaee64e22746286eaf56e3a211 (patch)
tree302f0d46efc4cb32ff9a7d9c26bb41cf003c483d /tcl
parentc4ec4e26a8cb7a1c18064a6fd57b57244822ecc1 (diff)
downloadnutyx-pakxe-5b7828ce0344aafaee64e22746286eaf56e3a211.tar.gz
nutyx-pakxe-5b7828ce0344aafaee64e22746286eaf56e3a211.tar.bz2
nutyx-pakxe-5b7828ce0344aafaee64e22746286eaf56e3a211.tar.xz
nutyx-pakxe-5b7828ce0344aafaee64e22746286eaf56e3a211.zip
tcl 8.5.11-1 màj port
Diffstat (limited to 'tcl')
-rw-r--r--tcl/.footprint.i6862
-rw-r--r--tcl/.footprint.x86_642
-rw-r--r--tcl/.md5sum.i6862
-rw-r--r--tcl/.md5sum.x86_642
-rwxr-xr-xtcl/Pkgfile24
5 files changed, 16 insertions, 16 deletions
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
}