View | Details | Raw Unified | Return to bug 108545
Collapse All | Expand All

(-)tcl85/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	tcl
8
PORTNAME=	tcl
9
PORTVERSION=	8.5.a.5
9
PORTVERSION=	8.5.a.5
10
PORTREVISION=	1
10
CATEGORIES=	lang
11
CATEGORIES=	lang
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	tcl
13
MASTER_SITE_SUBDIR=	tcl
(-)lang/tcl85/files/patch-generic-tclPort.h (+11 lines)
Line 0 Link Here
1
--- ../generic/tclPort.h.orig	Tue Jan 30 11:39:50 2007
2
+++ ../generic/tclPort.h	Tue Jan 30 11:41:05 2007
3
@@ -24,7 +24,7 @@
4
 #if defined(__WIN32__)
5
 #   include "../win/tclWinPort.h"
6
 #else
7
-#   include "tclUnixPort.h"
8
+#   include "../unix/tclUnixPort.h"
9
 #endif
10
 
11
 #if !defined(LLONG_MIN)

Return to bug 108545