Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 06:45:42 -0700 (PDT)
From:      Jim <vashquez@yahoo.com>
To:        Christopher Shumway <cshumway@titan-project.org>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/x11/XFree86: doesn't install XF86Setup?
Message-ID:  <20010727134542.82103.qmail@web12306.mail.yahoo.com>
In-Reply-To: <20010726143014.X7134-100000@titan.titan-project.org>

next in thread | previous in thread | raw e-mail | index | archive | help
For the record, this solution works, thanks for your help.  What I
actually did was:

cd /usr/ports/x11/XFree86 && make install && make clean
cd /usr/ports/lang/tcl83 && make install && make clean
cd /usr/ports/x11-toolkits && make install && make clean
cd /usr/ports/x11/XFree86 && make FORCE_PKG_REGISTER=yes install clean

...and to check that everything was installed:
pkg_info -g XFree86-3.3.6_9

Jim

--- Christopher Shumway <cshumway@titan-project.org> wrote:
> On Thu, 26 Jul 2001, Jim wrote:
> 
> > I'm running 4.3-STABLE circa July 20, with ports from July 25.  I
> > installed XFree86-3.3.6_9 from ports, and noticed afterward that it
> did
> > not install XF86Setup and associated files.  I answered YES to all
> the
> > questions during install except for aout libraries (installed
> > separately); this after fetching Wraphelp.c manually.
> >
> > Am I missing something?  Text of 'make deinstall' in
> > /usr/ports/x11/XFree86/ below to show files that were not installed
> as
> > expected by pkg-plist (apologies for long lines).
> 
> [pkg_delete(1) output snipped]
> 
> Yes, in XF86Setup needs to link against tcl and tk libraries.  So, in
> order to
> build XF86Setup, you have to have tcl-8.x.x and tk-8.x.x installed
> first.
> Unfortantally tk-8.x.x requires XFree86 to build, so you have a
> really nice
> circular dependency here :-)
> 
> Anyway, usually I do this (which is a pain):
> 
> Build and install x11/XFree86
> Build and install devel/tcl82
> Build and install x11-toolkits/tk82
> make clean all in x11/XFree86
> make FORCE_PKG_REGISTER yes install clean in /x11/XFree86
> 
> That should get you XF86Setup.
> 
> ---
> Christopher Shumway				cshumway@titan-project.org
> 						cshumway@freebsd.org
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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?20010727134542.82103.qmail>