From owner-freebsd-ports@FreeBSD.ORG Wed Oct 24 09:39:55 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20AE2367 for ; Wed, 24 Oct 2012 09:39:55 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id CD4988FC0C for ; Wed, 24 Oct 2012 09:39:54 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=ZYCfx7pA c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=IAOySRZSNuwA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=U-YuTAwx-JwA:10 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=qM4QEdxLJkhJWhAaD9AA:9 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:34549] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id C5/2D-23131-CC6B7805; Wed, 24 Oct 2012 05:37:17 -0400 Date: Wed, 24 Oct 2012 05:37:16 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Conflict between lang/tcl85 and x11-toolkits/open-motif? Cc: Chris Petrik , m.tsatsenko@gmail.com, gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 09:39:55 -0000 > Yes the problem exists indeed. I suggest that you reconfigure (make > config) in lang/tcl85 and unselect the TCL85_MAN option, then reinstall > tcl85. > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org from Chris Petrik : > This can be fixed by using either the mentioned or if you require the tcl > man pages add: > WITHOUT_OPENMOTIF_MANUALS=yes to make.conf and rebuild open-motif. > Chris I looked in the Makefile again and found that TCL85_MAN is off by default, Maybe I should stick to that and rebuild lang/tcl85 before retrying the rest of the upgrade with portmaster. But then how did I previously get away with installing man pages for both lang/tcl85 and x11-toolkits/open-motif? And why no warning in the Makefile or somewhere else? Why are these two ports set up to install man pages to the same directory, or are the man pages of the same name and same directory really the same? I just rebuilt lang/tcl85, took only about two minutes on new computer, was successful, after unselecting TCL85_MAN option. Tom