head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.05.11.09.44.49;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.22.11.42.17;	author mm;	state Exp;
branches;
next	1.2;

1.2
date	2007.08.16.08.57.03;	author mm;	state dead;
branches;
next	1.1;

1.1
date	2006.12.13.10.16.03;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 1.6.6
- Add dependency on expat
@
text
@--- configure.orig	2010-03-06 11:14:38.000000000 +0100
+++ configure	2010-05-11 10:30:25.126687046 +0200
@@@@ -7341,7 +7342,7 @@@@
 	    esac
 	    result="Using ${TCL_INCLUDES}"
 	else
-	    if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
+	    if test ! -f "${TCL_INCLUDEDIR}/generic/tclInt.h" ; then
 		{ { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
 echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
    { (exit 1); exit 1; }; }
@


1.3
log
@- Update to 1.5.5
- Add patch to properly detect private Tcl headers
@
text
@d1 10
a10 12
--- configure.orig	2007-09-22 09:28:35.000000000 +0200
+++ configure	2007-09-22 09:29:34.000000000 +0200
@@@@ -6676,9 +6676,9 @@@@
 	        ;;
 	esac
     else
-	if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
-	    { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
-echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
+	if test ! -f "${TCL_INCLUDEDIR}/generic/tclInt.h" ; then
+	    { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_INCLUDEDIR}" >&5
+echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_INCLUDEDIR}" >&2;}
a11 2
 	fi
     fi
@


1.2
log
@- Update to 1.5.4
- Remove PORTDOCS from pkg-plist

Approved by:	garga (mentor, implicit)
@
text
@d1 15
a15 11
--- configure.orig	Tue Dec 12 14:22:44 2006
+++ configure	Tue Dec 12 14:22:59 2006
@@@@ -11206,7 +11206,7 @@@@
 for subdir in ${subdirs}
 do
 	echo "==================== configure $subdir ====================="
-	if test x"${srcdir}" == x. ; then
+	if test x"${srcdir}" = x. ; then
 		confdir=.
 	else
    		mkdir -p $subdir
@


1.1
log
@- Update to 1.5.3

PR:		ports/106663
Submitted by:	Martin Matuska <martin@@matuska.org> (maintainer)
@
text
@@

