From owner-cvs-ports Mon Nov 11 03:21:56 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA08577 for cvs-ports-outgoing; Mon, 11 Nov 1996 03:21:56 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA08563; Mon, 11 Nov 1996 03:21:47 -0800 (PST) Received: from baloon.mimi.com (sjx-ca18-20.ix.netcom.com [199.35.223.180]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id DAA25450; Mon, 11 Nov 1996 03:20:31 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.2/8.6.12) id DAA09602; Mon, 11 Nov 1996 03:19:57 -0800 (PST) Date: Mon, 11 Nov 1996 03:19:57 -0800 (PST) Message-Id: <199611111119.DAA09602@baloon.mimi.com> To: jmz@cabri.obs-besancon.fr CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, peter@spinner.DIALix.COM In-reply-to: <9611102048.AA20410@cabri.obs-besancon.fr> (message from Jean-Marc Zucconi on Sun, 10 Nov 96 21:48:29 +0100) Subject: Re: cvs commit: ports/x11/XFree86/patches patch-aa ports/x11/XFree86/scripts configure From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Uh! I have a strange version then: * $ ls -l /usr/local/lib/libtk4* * -rwxr-xr-x 1 root bin 639012 May 16 04:37 /usr/local/lib/libtk4.1.a * lrwxr-xr-x 1 bin bin 15 Nov 6 00:34 /usr/local/lib/libtk4.1.so.1 -> libtk4.1.so.1.0 * -r-xr-xr-x 1 root bin 618221 Mar 29 1996 /usr/local/lib/libtk4.1.so.1.0 Actually, that's beta. It changed between beta and release. (See cvs log /usr/ports/x11/tk41/pkg/PLIST.) * I did a remake of tk and indeed it install itself as libtk41. But * there is another problem: the port does not build the static library * (libtk41.a) and XF86Setup needs to be linked static with libtk. * The tk port should be fixed so that both shared and static libs are * installed. Hmmm. I talked to David Dawes about ForceNormalLib and it's put back in in 3.2 config but tk doesn't use imake so it shouldn't matter. Peter, can you look at this? (You seem to understand this beast pretty well.... ;) Satoshi