aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-31 15:37:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-31 15:37:44 +0000
commit5ae0f3ecb6344805305b619ffdb5084688fcd8b6 (patch)
treeabb31eeed1c62786917da7aafd0d864a522f05e3 /lang
parente708b87bbe1ad363bfc588bf7c2fb32ed12aa74f (diff)
downloadports-5ae0f3ecb6344805305b619ffdb5084688fcd8b6.tar.gz
ports-5ae0f3ecb6344805305b619ffdb5084688fcd8b6.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl85/Makefile1
-rw-r--r--lang/tcl85/files/patch-generic-tclPort.h11
-rw-r--r--lang/tcl86/Makefile1
-rw-r--r--lang/tcl86/files/patch-generic-tclPort.h11
4 files changed, 24 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)
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index 1b5bc929a705..748d622422b9 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/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/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h
new file mode 100644
index 000000000000..5b8d1d292e5e
--- /dev/null
+++ b/lang/tcl86/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)