Date: Sun, 10 Nov 1996 02:57:02 -0800 (PST) From: asami@freebsd.org (Satoshi Asami) To: jmz@freefall.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: <199611101057.CAA01262@baloon.mimi.com> In-Reply-To: <199611100305.TAA07197@freefall.freebsd.org> (message from Jean-Marc Zucconi on Sat, 9 Nov 1996 19:05:42 -0800 (PST))
next in thread | previous in thread | raw e-mail | index | archive | help
* Added: x11/XFree86/patches patch-aa * Log: * Link dynamically with libtcl from /usr/lib if XF86Setup is compiled. Cool cool. * 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.) 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. If this was any other port, I'd be yelling LIB_DEPENDS but since (1) this has NO_PACKAGE set, and (2) there's going to be a major chicken and egg problem if the user starts on a fresh system by building this port ;), so I won't go that far. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611101057.CAA01262>