From owner-freebsd-ports Thu Jul 26 14:37:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from titan.titan-project.org (titan.titan-project.org [216.127.78.20]) by hub.freebsd.org (Postfix) with ESMTP id 7DC5837B406 for ; Thu, 26 Jul 2001 14:37:11 -0700 (PDT) (envelope-from cshumway@titan-project.org) Received: from localhost (cshumway@localhost [127.0.0.1]) by titan.titan-project.org (8.11.4/8.11.4) with ESMTP id f6QLbIQ07349; Thu, 26 Jul 2001 14:37:18 -0700 (PDT) (envelope-from cshumway@titan-project.org) Date: Thu, 26 Jul 2001 14:37:18 -0700 (PDT) From: Christopher Shumway To: Jim Cc: Subject: Re: ports/x11/XFree86: doesn't install XF86Setup? In-Reply-To: <20010726180028.58229.qmail@web12304.mail.yahoo.com> Message-ID: <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 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