[77602] trunk/dports/x11/itk/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 5 18:30:36 PDT 2011


Revision: 77602
          http://trac.macports.org/changeset/77602
Author:   ryandesign at macports.org
Date:     2011-04-05 18:30:35 -0700 (Tue, 05 Apr 2011)
Log Message:
-----------
itk: use tcl 8.5.9, thanks to markd; see #27449

Modified Paths:
--------------
    trunk/dports/x11/itk/Portfile

Modified: trunk/dports/x11/itk/Portfile
===================================================================
--- trunk/dports/x11/itk/Portfile	2011-04-06 01:26:12 UTC (rev 77601)
+++ trunk/dports/x11/itk/Portfile	2011-04-06 01:30:35 UTC (rev 77602)
@@ -4,7 +4,7 @@
 
 name			itk
 version			3.3
-revision		2
+revision		3
 categories		x11 tk
 maintainers		nomaintainer
 description		\[incr Tk\] A.K.A. \"itk\".  Object oriented extension to Tk.
@@ -14,16 +14,17 @@
 
 master_sites		sourceforge:incrtcl:itk \
 			sourceforge:tcl:tcl
+dist_subdir		tcltk
 distname                ${name}${version}
 # Set tclv and md5 checksum to the current MacPorts Tcl port version, though port doesn't
 # break if they aren't in sync.
 
-set tclv		8.4.14
+set tclv		8.5.9
 
 distfiles		${distname}.tar.gz:itk \
 				tcl${tclv}-src.tar.gz:tcl
 checksums		${name}${version}.tar.gz md5 a97c17f3cfa5e377f43073c653c501b5 \
-				tcl${tclv}-src.tar.gz md5 51c6bf74d3ffdb0bd866ecdac6ff6460
+				tcl${tclv}-src.tar.gz md5 8512d8db3233041dd68a81476906012a
 depends_build           port:tk port:itcl
 build.args              CPPFLAGS=-I${prefix}/include
 worksrcdir              ${name}${version}
@@ -31,11 +32,11 @@
 set tclconfig ${prefix}/lib
 
 configure.env		TCLROOT=${prefix}
-configure.cflags	-I${workpath}/tcl${tclv}/generic
+configure.cflags	"-I${workpath}/tcl${tclv}/generic -I${workpath}/tcl${tclv}/unix"
 configure.ldflags-append	"-ltcl -L/usr/X11R6/lib -lX11"
 
 configure.args		--with-tcl=${tclconfig} \
-			--with-itcl=${prefix}/lib/itcl3.3 \
+			--with-itcl=${prefix}/lib/itcl3.4 \
 			--with-tk=${prefix}/lib
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110405/d36a2cf4/attachment-0001.html>


More information about the macports-changes mailing list