From owner-freebsd-ports Wed Jun 18 06:06:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15227 for ports-outgoing; Wed, 18 Jun 1997 06:06:19 -0700 (PDT) Received: from polya.blah.org (slmel12p26.ozemail.com.au [203.108.200.114]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA15222 for ; Wed, 18 Jun 1997 06:06:15 -0700 (PDT) Received: (from ada@localhost) by polya.blah.org (8.8.5/8.8.5) id XAA06797 for ports@freebsd.org; Wed, 18 Jun 1997 23:06:03 +1000 (EST) From: Ada T Lim Message-Id: <199706181306.XAA06797@polya.blah.org> Subject: gcl port To: ports@freebsd.org Date: Wed, 18 Jun 1997 23:06:03 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM866639163-6602-0_ Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk --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_--