Date: Wed, 10 Sep 1997 11:15:37 -0700 (PDT) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr> Cc: freebsd-ports@FreeBSD.ORG Subject: ports/x11/XFree86 and Tcl/Tk detection Message-ID: <Pine.BSF.3.95.970910110058.7691B-100000@opus.cts.cwu.edu> In-Reply-To: <9709040032.AA06590@cabri.obs-besancon.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Jean-Marc, I see that you've done a lot of work on the configure script for XFree86; thanks! I am having a problem with Tk detection now that I've expunged the base system Tcl and installed the new ports flavors of Tcl/Tk. ports/x11/XFree86/scripts/configure notices my /usr/local/lib/libtk42.a, but still operates under the old Tcl/Tk assumptions that result in incorrect values for Tcl/Tk in work/xc/config/cf/site.def. I am wondering if it might be time to move away from an auto-detection scheme and perhaps support something conceptually like this in the top level Makefile: # Uncomment to build XF86Setup # CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl{n} \ # --with-tk-config=/usr/local/lib/tk{n} [where {n} is the most recent known-compatible Tcl/Tk for XF86Setup] What do you think? -Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970910110058.7691B-100000>