head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	dylan_2_0:1.1.1.1
	GWYDION:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2000.12.02.15.32.57;	author kevlo;	state dead;
branches;
next	1.2;

1.2
date	99.04.21.06.52.09;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	98.07.12.21.58.13;	author hsu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.12.21.58.13;	author hsu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to version 2.3.4
Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes

PR: 23218
Submitted by: MAINTAINER
@
text
@--- configure~ Tue Apr 20 10:16:07 1999
+++ configure Tue Apr 20 10:16:42 1999
@@@@ -772,7 +772,7 @@@@
     hppa*-hp-hpux*) d2c_build=hppa-hpux ;;
     sparc*-solaris*) d2c_build=sparc-solaris ;;
     i*86-*-freebsd2*) d2c_build=x86-freebsd-aout ;;
-    i*86-*-freebsd3*) d2c_build=x86-freebsd-elf ;;
+    i*86-*-freebsd*) d2c_build=x86-freebsd-elf ;;
     i*86-pc-cygwin32) d2c_build=x86-win32-gcc ;;
     i*86-pc-none) d2c_build=x86-win32-vc ;;
     *) d2c_build=unknown-unix ;;
@@@@ -789,7 +789,7 @@@@
     hppa*-hp-hpux*) d2c_host=hppa-hpux ;;
     sparc*-solaris*) d2c_host=sparc-solaris ;;
     i*86-*-freebsd2*) d2c_host=x86-freebsd-aout ;;
-    i*86-*-freebsd3*) d2c_host=x86-freebsd-elf ;;
+    i*86-*-freebsd*) d2c_host=x86-freebsd-elf ;;
     i*86-pc-cygwin32) d2c_host=x86-win32-gcc ;;
     i*86-pc-none) d2c_host=x86-win32-vc ;;
     *) d2c_host=unknown-unix ;;
@@@@ -806,7 +806,7 @@@@
     hppa*-hp-hpux*) d2c_target=hppa-hpux ;;
     sparc*-solaris*) d2c_target=sparc-solaris ;;
     i*86-*-freebsd2*) d2c_target=x86-freebsd-aout ;;
-    i*86-*-freebsd3*) d2c_target=x86-freebsd-elf ;;
+    i*86-*-freebsd*) d2c_target=x86-freebsd-elf ;;
     i*86-pc-cygwin32) d2c_target=x86-win32-gcc ;;
     i*86-pc-none) d2c_target=x86-win32-vc ;;
     *) d2c_target=unknown-unix ;;
@


1.2
log
@Update from 2.0 to 2.2

Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my
      k6-2 333 can compile this port.  It was *NOT* fun to test this port.
	  Maybe someone else (with a super fast computer) could make sure
	  everything works.  This port does pass the make install deinstall
	  reinstall package deinstall test though so I assume everything
	  is fine.

PR:		11242
Submitted by:	maintainer with fixes by me
@
text
@@


1.1
log
@Initial revision
@
text
@d1 29
a29 11
--- mindy/comp/Makefile.in.orig	Fri May  9 20:45:36 1997
+++ mindy/comp/Makefile.in	Sun Jul 12 00:32:35 1998
@@@@ -147,7 +147,7 @@@@
 
 lexer-tab.o:  ${SRCDIR}/lexer-tab.c ${SRCDIR}/lexer.h ${SRCDIR}/src.h \
                 ${SRCDIR}/parser-tab.h
-	${CC} -c ${CFLAGS} ${SRCDIR}/lexer-tab.c
+	${CC} -c -D_ANSI_SOURCE ${CFLAGS} ${SRCDIR}/lexer-tab.c
 
 literal.o:  ${SRCDIR}/literal.c ${SRCDIR}/../compat/std-c.h ${SRCDIR}/mindycomp.h \
               ${SRCDIR}/literal.h ${SRCDIR}/lose.h
@


1.1.1.1
log
@CMU Gwydion project interpreter and compiler for the Dylan language.
Submitted by:	Peter S. Housel <housel@@acm.org>
@
text
@@
