diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-07-08 14:31:35 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-07-08 14:31:35 +0000 |
commit | a3847be7a2b649e3634e4f8e5ac61f6541ab040e (patch) | |
tree | 8a65361f37126a77554906d96405b010221599ce /lang/tcl84 | |
parent | 25c6a2a144c7cd1621157c4a26bb65758407032e (diff) |
Notes
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl84/files/patch-generic-tclPort.h | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index bb9de780f028..a15bc518ca86 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -3,6 +3,7 @@ PORTNAME= tcl DISTVERSION= 8.4.20 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= ${MASTER_SITE_TCLTK} \ diff --git a/lang/tcl84/files/patch-generic-tclPort.h b/lang/tcl84/files/patch-generic-tclPort.h new file mode 100644 index 000000000000..ab02d89b973a --- /dev/null +++ b/lang/tcl84/files/patch-generic-tclPort.h @@ -0,0 +1,10 @@ +--- ../generic/tclPort.h.orig 2013-04-03 16:57:25.000000000 +0200 ++++ ../generic/tclPort.h 2013-04-03 16:57:35.000000000 +0200 +@@ -20,7 +20,7 @@ + #if defined(_WIN32) + # include "tclWinPort.h" + #else +-# include "tclUnixPort.h" ++# include "../unix/tclUnixPort.h" + #endif + #include "tcl.h" |