head	1.5;
access;
symbols
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


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

1.4
date	97.10.13.09.10.29;	author tg;	state Exp;
branches;
next	1.3;

1.3
date	97.10.07.09.22.03;	author tg;	state dead;
branches;
next	1.2;

1.2
date	97.10.07.09.20.06;	author tg;	state Exp;
branches;
next	1.1;

1.1
date	97.03.05.12.24.57;	author asami;	state Exp;
branches;
next	;


desc
@@


1.5
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
@--- info/gcl-si.texi.orig	Wed Mar  8 18:08:53 1995
+++ info/gcl-si.texi	Sun Oct 12 17:14:04 1997
@@@@ -9,7 +9,6 @@@@
 @@c ! unbalanced parens in @@def arguments.
 @@c ignore these by using 's' to scroll error messages in tex.
 
-
 @@c @@smallbook
 @@setfilename gcl-si.info
 @@synindex vr fn
@@@@ -21,6 +20,10 @@@@
 
 @@setchapternewpage odd
 @@ifinfo
+@@dircategory GNU Common Lisp
+@@direntry
+* GCL Systems Internals: (gcl-si).	GCL SYSTEM INTERNALS Manual
+@@end direntry
 This is a Texinfo GCL SYSTEM INTERNALS Manual
 
 Copyright 1994 William F. Schelter
@


1.4
log
@Handle info files.

Submitted by:	Justin M. Seger <jseger@@freebsd.org>
@
text
@@


1.3
log
@<expletive> Forgot to cvs add/remove these.
@
text
@d1 21
@


1.2
log
@Upgrade to 2.2.2.

PR:		4699
Submitted by:	Justin M. Seger <jseger@@freebsd.scds.com>
@
text
@@


1.1
log
@Well, I did my best to try to make this thing compile but it seems
to require and older version of tcl/tk.  Given that the latest version
(called 2.2, as opposed to 2.0 that we have) is timestamped November
'95, we may not have much hope. :(
@
text
@a0 27
--- ./add-defs.org	Sun Apr  9 20:07:22 1995
+++ ./add-defs	Wed Mar  5 04:10:37 1997
@@@@ -35,21 +35,21 @@@@
 
 #Usage: xbin/add-dir ITEM LIST-OF-DIRECTORIES  VARIABLE-SETTING-TEMPLATE
 
-xbin/add-dir tk.tcl "/usr/lib/tk ${PUBLIC}/lib/tk /usr/local/lib/tk /usr/lib/X11/tk" \
+xbin/add-dir tk.tcl "/usr/lib/tk ${PUBLIC}/lib/tk /usr/local/lib/tk4.1 /usr/lib/X11/tk" \
   'TK_LIBRARY=$v'
 
 xbin/add-dir X11/Xlib.h "/usr/include ${PUBLIC}/X11/include /usr/X11/include /usr/X11R6/include /usr/openwin/include" 'X11_INCLUDE_DIR=-I$v' 
 
 xbin/add-dir tk.h "/usr/include/tcl ${PUBLIC}/include/tcl /usr/local/include /usr/local/include/tcl  /usr/include ${PUBLIC}/include " 'TK_INCLUDE_DIR=-I$v'
 
-xbin/add-dir 'libtk.*' "/usr/lib /usr/X11/lib ${PUBLIC}/X11/lib /usr/X11R6/lib  ${PUBLIC}/lib /usr/local/lib" 'TK_LIBS=-L$v -ltk'
+xbin/add-dir 'libtk41.*' "/usr/lib /usr/X11/lib ${PUBLIC}/X11/lib /usr/X11R6/lib  ${PUBLIC}/lib /usr/local/lib" 'TK_LIBS=-L$v -ltk'
 
 xbin/add-dir 'libtcl.*' "/usr/lib /usr/X11/lib /usr/X11R6/lib ${PUBLIC}/X11/lib ${PUBLIC}/lib /usr/local/lib " 'TCL_LIBS=-L$v -ltcl' 
 
 xbin/add-dir 'libX11.*' '/usr/openwin/lib /usr/lib  /usr/X11/lib /usr/X11R6/lib ${PUBLIC}/X11/lib  ${PUBLIC}/lib /usr/local/lib ' \
  'X11_LIBS=-L$v -lX11'
 
-xbin/add-dir '*.el*' '/usr/lib/emacs/site-lisp /usr/local/lib/emacs/site-lisp ${PUBLIC}/lib/emacs/site-lisp ${PUBLIC}/X11/lib ' 'EMACS_SITE_LISP=$v'
+xbin/add-dir '*.el*' '/usr/lib/emacs/site-lisp /usr/local/share/emacs/site-lisp ${PUBLIC}/lib/emacs/site-lisp ${PUBLIC}/X11/lib ' 'EMACS_SITE_LISP=$v'
 
 xbin/add-dir 'dir' '/usr/info /usr/local/info ${PUBLIC}/info ' 'INFO_DIR=$v'
 
@
