[26048] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 10 05:59:11 PDT 2007


Revision: 26048
          http://trac.macosforge.org/projects/macports/changeset/26048
Author:   pipping at macports.org
Date:     2007-06-10 05:59:10 -0700 (Sun, 10 Jun 2007)

Log Message:
-----------
 * bump to version 8.4.15
 * convert tcl to ts=2:noet from ts=8:et

Modified Paths:
--------------
    trunk/dports/lang/tcl/Portfile
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/lang/tcl/Portfile
===================================================================
--- trunk/dports/lang/tcl/Portfile	2007-06-10 11:29:50 UTC (rev 26047)
+++ trunk/dports/lang/tcl/Portfile	2007-06-10 12:59:10 UTC (rev 26048)
@@ -1,33 +1,32 @@
 # $Id$
 
 PortSystem 1.0
-name			tcl
-version			8.4.14
+name          tcl
+version       8.4.15
 # Tk (x11/tk) port depends on this version
-categories		lang
-maintainers		nomaintainer at macports.org
-description		Tool Command Language
-platforms		darwin freebsd
-master_sites		sourceforge
-dist_subdir		tcltk
-distname		${name}${version}-src
-worksrcdir		${name}${version}/unix
-checksums		md5 51c6bf74d3ffdb0bd866ecdac6ff6460 \
-				sha1 d7af7e0c7ed563e2344dda04bbe49961589244dd \
-				rmd160 392a4f4617ee77cfdae10b24e9ccbe84afed0a40
-destroot.destdir	INSTALL_ROOT=${destroot}
-configure.args		--mandir=${prefix}/share/man
+categories    lang
+maintainers   nomaintainer at macports.org
+description   Tool Command Language
+platforms     darwin freebsd
+master_sites  sourceforge
 
-post-destroot {
-	cd ${destroot}${prefix}/bin
-	system "ln -s ${prefix}/bin/tclsh8.4 tclsh"
-	cd ${destroot}${prefix}/lib
-	system "ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib"
-	file delete -force ${destroot}${prefix}/share/man/man3/Panic.3
-	# Install *all* Tcl headers
-	#eval xinstall -m 755 [glob ${workpath}/tcl${version}/generic/*.h] ${destroot}${prefix}/include
-	#eval xinstall -m 755 [glob ${workpath}/tcl${version}/unix/*.h] ${destroot}${prefix}/include
-	#reinplace "s|../unix/tclUnixPort.h|tclUnixPort.h|g" \
-		#${destroot}${prefix}/include/tclPort.h
+checksums \
+  md5 5e1b71eef1f75a294072aa3218f62b66 \
+  sha1 fbfae3ca68633a10b3fe870018588ade0944caed \
+  rmd160 b6b41cb5ae18744ba5aa7fdf3d64277d97d8546e
 
+dist_subdir     tcltk
+distname        ${name}${version}-src
+worksrcdir      ${name}${version}/unix
+configure.args  --mandir=${prefix}/share/man
+
+destroot.destdir  INSTALL_ROOT=${destroot}
+post-destroot {
+  cd ${destroot}${prefix}/bin
+  ln -s ${prefix}/bin/tclsh8.4 tclsh
+  cd ${destroot}${prefix}/lib
+  ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib
 }
+
+# Files with failing tests: socket.test
+test.run      yes

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2007-06-10 11:29:50 UTC (rev 26047)
+++ trunk/dports/x11/tk/Portfile	2007-06-10 12:59:10 UTC (rev 26048)
@@ -2,34 +2,40 @@
 
 PortSystem      1.0
 name            tk
-version         8.4.14
-revision        1
+version         8.4.15
 categories      x11
 maintainers     nomaintainer at macports.org
 description     Tcl Tool Kit
-long_description    This is Tk version ${version}, a GUI toolkit for Tcl. \
-            The best way to get started with Tcl is to read \
-            ``Tcl and the Tk Toolkit'' by John K. Ousterhout, \
-            Addison-Wesley, ISBN 0-201-63337-X. 
+long_description \
+  This is Tk version ${version}, a GUI toolkit for Tcl. The best way to get \
+  started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K.         \
+  Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. 
+
 platforms       darwin
 master_sites    sourceforge:tcl
 dist_subdir     tcltk
 distname        ${name}${version}-src
 worksrcdir      ${name}${version}/unix
-checksums       ${distname}${extract.suffix} md5 d12f591f5689f95c82bfb9c1015407bb \
-                sha1 d3a8d1240fe37408a3d39613cb1d845764b7a5b1 \
-                rmd160 055ea75b91fe0e33ac9d96bd3b9099622008820e
+checksums \
+  ${distname}${extract.suffix} \
+    md5 68777568d818e1980dda4b6b02b92f1a \
+    sha1 832b39fc3e64dcbbfff4fc192e33d3fc8ef76c43 \
+    rmd160 8facb8033ce811097a3568373581687a749dda2d
 # suck in Tcl as well so we can use it internally.
 distfiles-append    tcl${version}-src${extract.suffix}
-checksums-append    tcl${version}-src${extract.suffix} md5 51c6bf74d3ffdb0bd866ecdac6ff6460 \
-                    sha1 d7af7e0c7ed563e2344dda04bbe49961589244dd \
-                    rmd160 392a4f4617ee77cfdae10b24e9ccbe84afed0a40
+checksums-append \
+  tcl${version}-src${extract.suffix} \
+    md5 5e1b71eef1f75a294072aa3218f62b66 \
+    sha1 fbfae3ca68633a10b3fe870018588ade0944caed \
+    rmd160 b6b41cb5ae18744ba5aa7fdf3d64277d97d8546e
+
 destroot.destdir    INSTALL_ROOT=${destroot}
 configure.args      --mandir=${prefix}/share/man --with-tcl=${prefix}/lib
 # force usage of DP Tcl
 depends_lib         port:tcl lib:libX11.6:XFree86
 
-configure.env       CFLAGS=-I${worksrcpath}/../../tcl${version}/generic
+configure.cppflags-append \
+  -I${worksrcpath}/../../tcl${version}/generic
 
 variant aqua {
     configure.args-append   --enable-aqua
@@ -41,9 +47,9 @@
 
 post-destroot {
     cd ${destroot}${prefix}/bin
-    system "ln -s ${prefix}/bin/wish8.4 wish"
+    ln -s ${prefix}/bin/wish8.4 wish
     cd ${destroot}${prefix}/lib
-    system "ln -s ${prefix}/lib/libtk8.4.dylib libtk.dylib"
+    ln -s ${prefix}/lib/libtk8.4.dylib libtk.dylib
     
     # For some reason the aqua variant installs old X11 headers -> delete
     if {[variant_isset aqua]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070610/199c0bde/attachment.html


More information about the macports-changes mailing list