Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 96 21:48:29 +0100
From:      Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
To:        asami@freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/x11/XFree86/patches patch-aa ports/x11/XFree86/scripts configure
Message-ID:  <9611102048.AA20410@cabri.obs-besancon.fr>
In-Reply-To: <199611101057.CAA01262@baloon.mimi.com> (asami@freebsd.org)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Satoshi Asami writes:

 >  *   Modified:    x11/XFree86/scripts  configure
 >  *   Log:
 >  *   Try to detect if tk4.x is present in /usr/local so that XF86Setup can
 >  *   be compiled.

 > This looks fine, except libtk version 4.1 is called "libtk41.so.*",
 > not "libtk4.1.so.*". ;)  (Ousterhout changed the naming convention
 > between 4.0 and 4.1.)

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

 > I think we shouldn't go out of our way to try to support many versions
 > at once (it's not going to work anyway).  There is only one tk in the
 > FreeBSD ports tree (tk-3.6 and 4.0 are going to be deleted soon), I
 > think we should just make it assume it's tk-4.1 or else.

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.

Jean-Marc
 _____________________________________________________________________________
 Jean-Marc Zucconi       Observatoire de Besancon       F 25010 Besancon cedex
                   PGP Key: finger jmz@cabri.obs-besancon.fr
 =============================================================================



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