head	1.6;
access;
symbols
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.02.20.16.50.54;	author vanilla;	state dead;
branches;
next	1.5;

1.5
date	2000.07.09.08.45.39;	author alex;	state Exp;
branches;
next	1.4;

1.4
date	2000.03.31.17.02.46;	author will;	state dead;
branches;
next	1.3;

1.3
date	99.12.27.21.43.32;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	97.11.29.14.15.35;	author jraynard;	state Exp;
branches;
next	1.1;

1.1
date	96.06.03.00.30.41;	author jraynard;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Upgrade to 1.95.1,

I merge splited-info files to one file.

PR:		ports/25211
Submitted by:	tkato@@prontomail.ne.jp
@
text
@--- Makefile.defs.in.orig	Thu Jun 29 19:08:33 2000
+++ Makefile.defs.in	Mon Jul  3 22:04:27 2000
@@@@ -35,6 +35,7 @@@@
 SCHEDULER = cat
 INSTALL = @@INSTALL@@
 INSTALL_PROGRAM = @@INSTALL_PROGRAM@@
+INSTALL_SCRIPT = @@INSTALL_SCRIPT@@
 INSTALL_DATA = @@INSTALL_DATA@@
 INSTALL_INFO = @@INSTALL_INFO@@
 MAKEINFO = @@MAKEINFO@@
@@@@ -73,7 +74,7 @@@@
 
 # Program flags
 OPT_LEVEL = 2
-OPT_CFLAGS = -O$(OPT_LEVEL) -DOPTIMIZE
+OPT_CFLAGS = -DOPTIMIZE
 CDEBUG = @@CDEBUG@@
 INCLUDES= -I$(srcdir) -I$(srcdir)/lib $(USER_INCLUDES)
 CPPFLAGS = @@CPPFLAGS@@
@


1.5
log
@Update to version 1.8.1

PR:		19678
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.4
log
@Update smalltalk to 1.7.3.

PR:		17685
Submitted by:	Alexander Langer <alex@@big.endian.de>
Patch by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 19
a19 11
--- Makefile.rules.old	Sun Dec 26 11:51:47 1999
+++ Makefile.rules	Sun Dec 26 11:51:32 1999
@@@@ -82,7 +82,7 @@@@
 	-$(INSTALL_DATA) lib/gstpub.h $(oldincludedir)/gstpub.h
 	$(INSTALL_DATA) lib/libgst.$(LIB) $(smlibdir)/libgst.$(LIB)
 	(cd $(srcdir)/docs; $(MAKE) install; cd ..)
-	ln -s $(bindir)/gst $(stdir)/gst    # for regression testing
+	-ln -s $(bindir)/gst $(stdir)/gst    # for regression testing
 	for file in $(INSTALLED_FILES); do				\
 	  $(INSTALL_DATA) $$file $(stdir)/$$file;			\
 	done
@


1.3
log
@Update to version 1.6.2.

PR:		15712
Submitted by:	maintainer
@
text
@@


1.2
log
@Update to version 1.1.5 of GNU Smalltalk.
@
text
@d1 11
a11 19
--- lib/Makefile.in.orig	Fri Nov 28 22:28:12 1997
+++ lib/Makefile.in	Fri Nov 28 23:19:37 1997
@@@@ -73,7 +73,7 @@@@
 LIB=@@LIB_EXTENSION@@
 
 # optimization flag -- may become host dependent
-OPT_FLAG = -O
+#OPT_FLAG = -O
 CDEBUG = @@CDEBUG@@
 USER_OBJECTS = @@USER_OBJECTS@@
 
@@@@ -195,7 +195,6 @@@@
 	$(INSTALL_DATA) libgst.$(LIB) $(smlibdir)/libgst.$(LIB)
 	$(INSTALL_DATA) gst.h $(includedir)/gst.h
 	$(INSTALL_DATA) gstpub.h $(includedir)/gstpub.h
-	$(INSTALL_DATA) config.h $(includedir)/config.h
 
 uninstall:
 
@


1.1
log
@Compile with optimisation.
@
text
@d1 19
a19 23
*** ymakefile.orig      Sun Dec 10 17:56:09 1995
--- ymakefile   Sun Dec 10 17:57:22 1995
***************
*** 121,130 ****
  /* Compilation flags definitions */
  CFLAGS_NORMAL   = -g EXTRA_CC_FLAGS 
  CFLAGS_PROFILE  = -g -pg -DUSE_MONCONTROL EXTRA_CC_FLAGS 
  CFLAGS_OPTIMIZE = -O -DOPTIMIZE EXTRA_CC_FLAGS 
  
  /* Actual compilation flags and compiler definition */
! CFLAGS = $(CFLAGS_NORMAL) $(READLINEDEF)
  
  
  
--- 121,130 ----
  /* Compilation flags definitions */
  CFLAGS_NORMAL   = -g EXTRA_CC_FLAGS 
  CFLAGS_PROFILE  = -g -pg -DUSE_MONCONTROL EXTRA_CC_FLAGS 
  CFLAGS_OPTIMIZE = -O -DOPTIMIZE EXTRA_CC_FLAGS
  
  /* Actual compilation flags and compiler definition */
! CFLAGS = $(CFLAGS_OPTIMIZE) $(READLINEDEF)

@
