From sjr@zombie.ncsc.mil  Mon Jul 22 11:30:31 1996
Received: from zombie.ncsc.mil (zombie.ncsc.mil [144.51.15.1])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA21976
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jul 1996 11:30:30 -0700 (PDT)
Received: (from sjr@localhost) by zombie.ncsc.mil (8.6.11/8.6.11) id OAA19402; Mon, 22 Jul 1996 14:30:28 -0400
Message-Id: <199607221830.OAA19402@zombie.ncsc.mil>
Date: Mon, 22 Jul 1996 14:30:28 -0400
From: sjr@zombie.ncsc.mil
Reply-To: sjr@zombie.ncsc.mil
To: FreeBSD-gnats-submit@freebsd.org
Subject: Problem building tclsh
X-Send-Pr-Version: 3.2

>Number:         1418
>Category:       bin
>Synopsis:       tclsh Makefile does not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    phk
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 11:40:01 PDT 1996
>Closed-Date:    Thu Sep 26 00:42:48 PDT 1996
>Last-Modified:  Thu Sep 26 00:43:14 PDT 1996
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:

        -current; SUP from 22 July 1996

>Description:

        Make depend and make fails in usr.bin/tclsh

>How-To-Repeat:

        Try building from SUPed files.

>Fix:

        I've adopted a fix from the libtcl Makefile. I'm not sure
if this fix is what is desired, but it seems to work.

*** Makefile.orig       Mon Jul 22 14:22:10 1996
--- Makefile    Mon Jul 22 13:05:56 1996
***************
*** 1,5 ****
--- 1,12 ----
  # $Id: Makefile,v 1.1 1996/06/26 17:52:19 phk Exp $

+ TCLDIST=${.CURDIR}/../../contrib/tcl
+
+ .PATH: ${TCLDIST}/generic
+ .PATH: ${TCLDIST}/unix
+ CFLAGS+=  -I${TCLDIST}/generic
+ CFLAGS+=  -I${TCLDIST}/unix
+
  PROG=   tclsh
  SRCS=   tclAppInit.c
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->phk 
Responsible-Changed-By: wosch 
Responsible-Changed-When: Wed Sep 25 17:11:12 PDT 1996 
Responsible-Changed-Why:  
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Thu Sep 26 00:42:48 PDT 1996 
State-Changed-Why:  
fixed long time ago. 
>Unformatted:
