head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.12.21.18.53.06;	author jkoshy;	state dead;
branches;
next	1.2;

1.2
date	2004.03.03.16.47.57;	author jkoshy;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@- Upgrade to v300.  This DrScheme release offers Unicode support,
  a foreign function interface, anti-aliased text, and many other
  extensions and improvements.

- Add a port knob 'CAIRO' to conditionally allow compilation with
  the Cairo graphics library.
@
text
@--- ../install.orig	Sat Jan  3 04:29:44 2004
+++ ../install	Wed Mar  3 06:58:30 2004
@@@@ -47,7 +47,7 @@@@
 
 (define plthome #f)
 (define this-script #f)
-(define install-mode? #f)
+(define install-mode? #t)
 
 (when (or (getenv "OSX_PLT_INSTALL") (getenv "RPM_INSTALL_PREFIX"))
   (set! install-mode? #t))
@


1.2
log
@Upgrade to v206p1.  Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
@
text
@@


1.1
log
@Upgrade to v200.

Requested by:	Austus <austus@@adelphia.net>
@
text
@d1 3
a3 3
--- ../install--	Thu Jun 20 21:30:33 2002
+++ ../install	Wed Jul 24 13:23:48 2002
@@@@ -138,11 +138,12 @@@@
d5 4
a8 3
 (define in-rpm-install? (getenv "RPM_INSTALL_PREFIX"))
 (define in-rpm-build? (and (getenv "RPM_OPT_FLAGS") (not in-rpm-install?)))
+(define in-freebsd-port-build? #t)
d10 2
a11 18
 (define check-version?
   (if in-osx-install?
       #f ;; until the version checker can work better with the GUI...
-      (if (or in-rpm-install? in-rpm-build?)
+      (if (or in-freebsd-port-build? in-rpm-install? in-rpm-build?)
 	  #f
 	  (begin
 	    (printf "Check for updates of PLT software over the Internet (y/n)? [y] ")
@@@@ -152,7 +153,8 @@@@
   (check-version))
 
 (define zo?
-  (or in-rpm-install?
+  (or in-freebsd-port-build? 
+      in-rpm-install?
       in-osx-install?
       (and (not in-rpm-build?)
 	   (begin
@

