Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 1998 08:07:49 -0800 (PST)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        freebsd-ports@FreeBSD.ORG
Subject:   bsd.port.mk bug???
Message-ID:  <199803181607.IAA05999@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
cd /usr/ports/archivers/unzip
make
===>  unzip-5.3.2 : You have an old file (/usr/local/include/tk.h) that
could cause problems for some ports to compile. Please remove it and try
again. You may have to reinstall tk from the ports tree afterwards.

cd /usr/ports/lang/egcs
make
===>  egcs-980221 : You have an old file (/usr/local/include/tk.h) that
could cause problems for some ports to compile. Please remove it and try
again. You may have to reinstall tk from the ports tree afterwards.


Seems that the mere presence of tk.h or tck.h in /usr/local/include
will stop the building of ALL ports unless I follow the instructions
to remove these files.  This is rather draconian especially when the
most ports do not use tk/tcl.

pkg_info -I -a | grep tcl
tcl-8.0.2           Tool Command Language.

pkg_info -I -a | grep tk
tk-8.0.2            Graphical toolkit for TCL.
tkman-2.0.5         A Tcl/Tk based manual browser
tkinfo-2.1          A tk script to read GNU "info" files and display them.
tkcvs-6.0           Tcl/Tk frontends to CVS and diff 


head /usr/share/mk/bsd.port.mk
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
#       $Id: bsd.port.mk,v 1.272 1998/03/07 04:40:19 asami Exp $
#       $NetBSD: $



-- 
Steve

finger kargl@troutmask.apl.washington.edu
http://troutmask.apl.washington.edu/~clesceri/kargl.html

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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