Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 1998 16:31:23 +0100
From:      Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
To:        freebsd-ports@FreeBSD.ORG
Subject:   OLDTK and OLDSYSTCL
Message-ID:  <19981201163123.A14957@physik.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
Dear port-friends,

Our ports tree on 2.2.7 refuses to cooperate with the given installation of
tcl/tk (8.0p2) due to some found files from /usr/share/mk/bsd.port.mk
(relevants part quoted below).

I am no tcl/tk expert, so I am not quite sure why this is so. Perhaps due to
bookkeeping of multiple tcl/tk versions in one tree? Should we realy reinstall
tcl/tk and risk other dependend programs to malfunction therefore?

Or should I perhaps "make NO_IGNORE=true" to avoid the problem alltogether?

Thanks, Axel.

: OLDSYSTCL!=     ${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.*
: OLDTCL=         ${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.sh
: OLDTK=          ${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkConfig.sh
:
: [...]
:
: .if !defined(NO_IGNORE)
: .for file in ${OLDSYSTCL} ${OLDTCL}
: .if exists(${file})
: IGNORE= ": You have an old file \(${file}\) that could cause problems for some ports to compile.  Please remove it and try again.  You may have to reinstall tcl from the ports tree afterwards"
: .endif
: .endfor
: .for file in ${OLDTK}
: .if exists(${file})
: IGNORE= ": You have an old file \(${file}\) 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"
: .endif
: .endfor
: .endif

-- 
Axel.Thimm@physik.fu-berlin.de Axel.Thimm@ifh.de

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?19981201163123.A14957>