head	1.4;
access;
symbols
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	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.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.09.14.15.10.02;	author markm;	state dead;
branches;
next	1.3;

1.3
date	2001.12.08.06.22.03;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	99.11.25.18.33.55;	author jseger;	state Exp;
branches;
next	1.1;

1.1
date	97.10.07.09.22.04;	author tg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Rescue a hosed port from death row. GCL is now healthy enough to
compile and run Maxima (see math/). Make portlint-clean as well.
Claim maintainership in case it breaks again.
@
text
@--- h/FreeBSD.defs.orig	Mon Dec  6 17:44:02 1999
+++ h/FreeBSD.defs	Mon Dec  3 22:58:46 2001
@@@@ -2,7 +2,7 @@@@
 # Ported to FreeBSD 2.0 by Jeffrey Hsu (hsu@@freebsd.org).
 # Hacked September-93 by Paul F. Werkowski for 386BSD 0.1 + Patchkit 0.2.4
 
-LBINDIR=/usr/local/bin
+LBINDIR=${prefix}/bin
 
 OFLAG	= -O2 -pipe
 LIBS    = -lm
@


1.3
log
@upgrade to 2.4.0
assign maintainer (was ports@@FreeBSD.org0

PR:		32548
Submitted by:	Tim Pierce <twp@@unchi.org>
@
text
@@


1.2
log
@Unbreak and upgrade to gcl-2.3
@
text
@d1 3
a3 4
--- h/FreeBSD.defs.orig	Wed May  3 10:02:24 1995
+++ h/FreeBSD.defs	Thu Nov 25 11:59:14 1999
@@@@ -1,11 +1,12 @@@@
 # Machine dependent makefile definitions for intel 386,486 running 386bsd
a5 1
+# Adapted for gcl-2.3/FreeBSD 4.0 by Justin Seger (jseger@@FreeBSD.org)
d8 1
a8 1
+LBINDIR=${PREFIX}/bin
d10 2
a11 23
-OFLAG	= -O2 -pipe
-LIBS    = -lm
+OFLAG	= -O
+LIBS    = -lm -lcompat
 ODIR_DEBUG=
 NULLFILE=../h/twelve_null
 
@@@@ -13,12 +14,13 @@@@
 # and also in the compiler::*cc* variable for later compilation of
 # lisp files.
 
-CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I/usr/local/lib/gcl-2.0/h -fsigned-char
+CC = gcc -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o \
+	 -fsigned-char
 
 LDCC = $(CC) -static
 
 #  Use the mp.s file on 68k machine 
-MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a
+#MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a
 GNULIB1=/usr/lib/libgcc.a
 
 # Enable the fastloading mechanism which does not use ld -A
@


1.1
log
@<expletive> Forgot to cvs add/remove these.
@
text
@d1 4
a4 3
--- h/FreeBSD.defs.orig	Sun Oct  5 09:52:52 1997
+++ h/FreeBSD.defs	Sun Oct  5 09:53:46 1997
@@@@ -2,7 +2,7 @@@@
d7 1
d12 8
a19 3
 OFLAG	= -O2 -pipe
 LIBS    = -lm
@@@@ -13,7 +13,7 @@@@
d24 2
a25 1
+CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I${PREFIX}/lib/gcl-2.2.2/h -fsigned-char
d29 6
@

