From owner-freebsd-ports Wed Mar 18 08:04:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02436 for freebsd-ports-outgoing; Wed, 18 Mar 1998 08:04:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02429 for ; Wed, 18 Mar 1998 08:04:48 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.8.8/8.8.5) id IAA05999 for freebsd-ports@freebsd.org; Wed, 18 Mar 1998 08:07:49 -0800 (PST) From: "Steven G. Kargl" Message-Id: <199803181607.IAA05999@troutmask.apl.washington.edu> Subject: bsd.port.mk bug??? To: freebsd-ports@FreeBSD.ORG Date: Wed, 18 Mar 1998 08:07:49 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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