head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.06.10.12.47.00;	author jkoshy;	state dead;
branches;
next	1.1;

1.1
date	2004.08.29.15.00.35;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to v110.59.

Upstream changes from the previous version of the port include:
 - An improved lexer generator tool "lexgen".
 - bug fixes and minor improvements

Submitted by:	Johannes 5 Joemann <joemann at beefree.free.de>, with
		patches tty handling code from Timothy Bourke
		<timbob at bigpond.com>
@
text
@--- src/system/installml.orig	Tue May 11 21:20:17 2004
+++ src/system/installml	Thu Aug  5 22:17:28 2004
@@@@ -11,8 +11,10 @@@@
 twoup=`pwd`
 cd $here
 
-MAIN_HEAP_DIR=$twoup/bin/.heap
-MAIN_LIB_DIR=$twoup/lib
+INSTALLROOT=${INSTALLROOT:-$twoup}
+
+MAIN_HEAP_DIR=$INSTALLROOT/bin/.heap
+MAIN_LIB_DIR=$INSTALLROOT/lib
 
 if [ $# -gt 0 ] ; then
     STEM=$1
@


1.1
log
@Upgrade to v110.48.

Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de> [MAINTAINER]
@
text
@@

