[tk-8.4.12-1-i686
VMiklos <vmiklos@xxxxxxxxxxxxxx>**20051227194031
version bump
] {
hunk ./source/xlib/tk/FrugalBuild 1
-# Last Modified: Fri, 01 Jul 2005 11:37:09 +0200
+# Last Modified: Tue, 27 Dec 2005 20:38:20 +0100
hunk ./source/xlib/tk/FrugalBuild 6
-pkgver=8.4.11
+pkgver=8.4.12
hunk ./source/xlib/tk/FrugalBuild 14
-source=(http://heanet.dl.sf.net/sourceforge/tcl/tk$pkgver-src.tar.gz)
-md5sums=('408e34fe8a1cec497f98f05bbe89b348')
+source=(http://heanet.dl.sf.net/sourceforge/tcl/tk$pkgver-src.tar.gz \
+ tk-8.4.12-bash31.diff)
+sha1sums=('05e8a82fc4ab9f825b8e7b8cbc917ea9ba31ed5d' \
+ '248f72ca53550d062644f77f221833607008023f')
hunk ./source/xlib/tk/FrugalBuild 20
- Fcd tk$pkgver/unix
+ Fcd tk$pkgver
+ Fpatchall
+ cd unix
+ autoconf
hunk ./source/xlib/tk/FrugalBuild 45
-
-# vim: ft=sh
addfile ./source/xlib/tk/tk-8.4.12-bash31.diff
hunk ./source/xlib/tk/tk-8.4.12-bash31.diff 1
+diff -Naur tcl8.4.12.orig/unix/tcl.m4 tcl8.4.12/unix/tcl.m4
+--- tcl8.4.12.orig/unix/tcl.m4 2005-12-06 17:03:34.000000000 +0100
++++ tcl8.4.12/unix/tcl.m4 2005-12-15 15:42:11.000000000 +0100
+@@ -879,7 +879,7 @@
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
++ system=MP-RAS-`awk '{print $3}' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
+@@ -2317,7 +2317,7 @@
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
++ system=MP-RAS-`awk '{print $3}' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
}
|