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

next in thread | previous in thread | raw e-mail | index | archive | help
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


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?20010726143014.X7134-100000>