Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2000 20:03:43 -0600 (CST)
From:      Chris Dillon <cdillon@wolves.k12.mo.us>
To:        freebsd-ports@freebsd.org
Subject:   XFree86 and tcl/tk 8.3
Message-ID:  <Pine.BSF.4.20.0002021954260.34443-100000@mail.wolves.k12.mo.us>

next in thread | raw e-mail | index | archive | help

Can someone apply the following patch to the configure script in the
XFree86 port so it will find tcl/tk 8.3?  I stumbled onto this when I
noticed XF86Setup wasn't being built.  I'm already late getting home
or I'd send a PR for this, but I will tomorrow if I need to. :-)


--- configure.old       Mon Jan 17 10:58:46 2000
+++ configure   Wed Feb  2 19:58:54 2000
@@ -36,7 +36,7 @@

 # Tk detection
 tkversion=
-for v in 42 80 81 82 42jp 80jp; do
+for v in 42 80 81 82 83 42jp 80jp; do
   if [ -f /usr/local/lib/libtk$v.a ]; then
     tkversion=$v
     case $tkversion in
@@ -69,6 +69,11 @@
         tclversion=82
         tclLversion=8.2
         tkLversion=8.2
+        ;;
+      83)
+        tclversion=83
+        tclLversion=8.3
+        tkLversion=8.3
         ;;
     esac
   fi


-- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net
   FreeBSD: The fastest and most stable server OS on the planet.
   For Intel x86 and Alpha architectures. ( http://www.freebsd.org )



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.0002021954260.34443-100000>