aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/Makefile1
-rw-r--r--lang/tcl85/files/patch-generic-tclPort.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile
index 1b5bc929a705..748d622422b9 100644
--- a/lang/tcl85/Makefile
+++ b/lang/tcl85/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcl
PORTVERSION= 8.5.a.5
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcl
diff --git a/lang/tcl85/files/patch-generic-tclPort.h b/lang/tcl85/files/patch-generic-tclPort.h
new file mode 100644
index 000000000000..5b8d1d292e5e
--- /dev/null
+++ b/lang/tcl85/files/patch-generic-tclPort.h
@@ -0,0 +1,11 @@
+--- ../generic/tclPort.h.orig Tue Jan 30 11:39:50 2007
++++ ../generic/tclPort.h Tue Jan 30 11:41:05 2007
+@@ -24,7 +24,7 @@
+ #if defined(__WIN32__)
+ # include "../win/tclWinPort.h"
+ #else
+-# include "tclUnixPort.h"
++# include "../unix/tclUnixPort.h"
+ #endif
+
+ #if !defined(LLONG_MIN)