[25476] trunk/dports/x11/itk/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue May 22 09:23:10 PDT 2007
Revision: 25476
http://trac.macosforge.org/projects/macports/changeset/25476
Author: markd at macports.org
Date: 2007-05-22 09:23:10 -0700 (Tue, 22 May 2007)
Log Message:
-----------
Get tcl headers from the full tcl from sourceforge instead of a custom tarball on the defunct opendarwin.org site.
Modified Paths:
--------------
trunk/dports/x11/itk/Portfile
Modified: trunk/dports/x11/itk/Portfile
===================================================================
--- trunk/dports/x11/itk/Portfile 2007-05-22 16:10:57 UTC (rev 25475)
+++ trunk/dports/x11/itk/Portfile 2007-05-22 16:23:10 UTC (rev 25476)
@@ -9,25 +9,31 @@
description \[incr Tk\] A.K.A. \"itk\". Object oriented extension to Tk.
platforms darwin
master_sites sourceforge:incrtcl:itk \
- http://www.opendarwin.org/~markd/:tclpheaders
+ sourceforge:tcl:tcl
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
+
distfiles ${distname}.tar.gz:itk \
- tcl8.4.12-privateheaders-full.tar.gz:tclpheaders
+ tcl${tclv}-src.tar.gz:tcl
checksums ${name}${version}.tar.gz md5 a97c17f3cfa5e377f43073c653c501b5 \
- tcl8.4.12-privateheaders-full.tar.gz md5 ec9b85fad111b51b746fe45a2dc1e8fb
+ tcl${tclv}-src.tar.gz md5 51c6bf74d3ffdb0bd866ecdac6ff6460
depends_build port:tk port:itcl
build.args CPPFLAGS=-I${prefix}/include
worksrcdir ${name}${version}
set tclconfig ${prefix}/lib
+
+configure.env TCLROOT=${prefix} \
+ CFLAGS=-I${workpath}/tcl${tclv}/generic \
+ LDFLAGS="-L${prefix}/lib -ltcl -L/usr/X11R6/lib -lX11"
+
configure.args --with-tcl=${tclconfig} \
--with-itcl=${prefix}/lib/itcl3.3 \
--with-tk=${prefix}/lib
-configure.env TCLROOT=${prefix} \
- CFLAGS=-I${workpath}/tcl8.4.12-privateheaders-full/generic \
- LDFLAGS="-L${prefix}/lib -ltcl -L/usr/X11R6/lib -lX11"
-
platform darwin 7 {
global tclconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070522/fb66f7e2/attachment.html
More information about the macports-changes
mailing list