diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 15:37:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 15:37:44 +0000 |
commit | 5ae0f3ecb6344805305b619ffdb5084688fcd8b6 (patch) | |
tree | abb31eeed1c62786917da7aafd0d864a522f05e3 /lang | |
parent | - Introduce a new ports category ports-mgmt: Ports for managing, installing and (diff) |
- Fix build
- Bump PORTREVISION
PR: 108545
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=183783
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl85/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl85/files/patch-generic-tclPort.h | 11 | ||||
-rw-r--r-- | lang/tcl86/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl86/files/patch-generic-tclPort.h | 11 |
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) |