aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl84-thread
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-06 23:25:57 +0800
committergahr <gahr@FreeBSD.org>2013-02-06 23:25:57 +0800
commit60a0dc8b1273c52267f92114842720291dcfdec5 (patch)
tree8cbdc6f08204001571646680976f53bb040ddf9b /lang/tcl84-thread
parent5be57bf58d3938b86697d00c296cbaf2a672bf9e (diff)
downloadfreebsd-ports-gnome-60a0dc8b1273c52267f92114842720291dcfdec5.tar.gz
freebsd-ports-gnome-60a0dc8b1273c52267f92114842720291dcfdec5.tar.zst
freebsd-ports-gnome-60a0dc8b1273c52267f92114842720291dcfdec5.zip
- Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
Release notes: http://www.tcl.tk/software/tcltk/8.6.html - Get rid of -thread slaves ports: threads are now enabled by default and can be OPTIONally disabled. This applies to: * lang/tcl84 * lang/tcl85 * lang/tcl86 * x11-toolkits/tk84 * x11-toolkits/tk85 * x11-toolkits/tk86 - Get rid of tcl-modules slave port: modules are now installed by default and can be OPTIONally disabled. This applies to: * lang/tcl85 * lang/tcl86 - Fix conflicts between man pages of different Tcl/Tk versions, by adding a suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86). Reviewed by: bf, crees Approved by: bapt (portmgr, after partial exp-run)
Diffstat (limited to 'lang/tcl84-thread')
-rw-r--r--lang/tcl84-thread/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/tcl84-thread/Makefile b/lang/tcl84-thread/Makefile
deleted file mode 100644
index 19bafc8daac6..000000000000
--- a/lang/tcl84-thread/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Created by: Pav Lucistnik <pav@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= tcl
-
-MAINTAINER= tcltk@FreeBSD.org
-COMMENT= Tool command language (threads support)
-
-BUILDING_TCL_THREADS= yes
-
-MASTERDIR= ${.CURDIR}/../tcl84
-
-.include "${MASTERDIR}/Makefile"