From owner-freebsd-ports Fri Jul 27 6:45:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web12306.mail.yahoo.com (web12306.mail.yahoo.com [216.136.173.104]) by hub.freebsd.org (Postfix) with SMTP id 9D53137B401 for ; Fri, 27 Jul 2001 06:45:42 -0700 (PDT) (envelope-from vashquez@yahoo.com) Message-ID: <20010727134542.82103.qmail@web12306.mail.yahoo.com> Received: from [161.114.88.73] by web12306.mail.yahoo.com; Fri, 27 Jul 2001 06:45:42 PDT Date: Fri, 27 Jul 2001 06:45:42 -0700 (PDT) From: Jim Subject: Re: ports/x11/XFree86: doesn't install XF86Setup? To: Christopher Shumway Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <20010726143014.X7134-100000@titan.titan-project.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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