Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 1997 23:06:03 +1000 (EST)
From:      Ada T Lim <ada@not-enough.bandwidth.org>
To:        ports@freebsd.org
Subject:   gcl port
Message-ID:  <199706181306.XAA06797@polya.blah.org>

next in thread | raw e-mail | index | archive | help

--ELM866639163-6602-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

ok, the dependency on old tk wasnt very important, so I removed it
attached are new patch files

Ada

--ELM866639163-6602-0_
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: attachment; filename=patch-ad
Content-Description: patches/patch-ad
Content-Transfer-Encoding: 7bit

*** gcl-tk/tkAppInit.c.old	Wed Jun 18 22:49:58 1997
--- gcl-tk/tkAppInit.c	Wed Jun 18 22:50:19 1997
***************
*** 103,109 ****
--- 103,114 ----
       * where "app" is the name of the application.  If this line is deleted
       * then no user-specific startup file will be run under any conditions.
       */
+     /* This has been obsoleted in tcl 7.5 and later; hence there is no
+        user-specific startup file. 
+      */
  
+ #if 0
      tcl_RcFileName = "~/.wishrc";
+ #endif
      return TCL_OK;
  }

--ELM866639163-6602-0_
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: attachment; filename=patch-ae
Content-Description: patches/patch-ae
Content-Transfer-Encoding: 7bit

*** gcl-tk/makefile.old	Wed Jun 18 23:01:24 1997
--- gcl-tk/makefile	Wed Jun 18 23:01:37 1997
***************
*** 19,25 ****
  TK_LIBRARY=/usr/lib/tk
  X11_INCLUDE_DIR=-I/usr/include
  TK_INCLUDE_DIR=-I/usr/include/tcl
! TK_LIBS=-L/usr/lib -ltk
  TCL_LIBS=-L/usr/lib -ltcl
  X11_LIBS=-L/usr/X11/lib -lX11
  EMACS_SITE_LISP=/usr/lib/emacs/site-lisp
--- 19,25 ----
  TK_LIBRARY=/usr/lib/tk
  X11_INCLUDE_DIR=-I/usr/include
  TK_INCLUDE_DIR=-I/usr/include/tcl
! TK_LIBS=-L/usr/lib -ltk4.1
  TCL_LIBS=-L/usr/lib -ltcl
  X11_LIBS=-L/usr/X11/lib -lX11
  EMACS_SITE_LISP=/usr/lib/emacs/site-lisp

--ELM866639163-6602-0_--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706181306.XAA06797>