From owner-freebsd-questions Thu Nov 15 3:44:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 1CA9E37B41B for ; Thu, 15 Nov 2001 03:44:40 -0800 (PST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id fAFBhqo05460; Thu, 15 Nov 2001 12:43:52 +0100 (CET) (envelope-from stijn) Date: Thu, 15 Nov 2001 12:43:52 +0100 From: Stijn Hoop To: Alex Dyas Cc: shanon loveridge , freebsd-questions@freebsd.org Subject: Re: XFree86 Wrapper Message-ID: <20011115124352.G379@pcwin002.win.tue.nl> References: <20011115102712.38842.qmail@web14307.mail.yahoo.com> <20011115113430.C9089-100000@r2d2.twowaytv.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011115113430.C9089-100000@r2d2.twowaytv.co.uk>; from adyas@twowaytv.co.uk on Thu, Nov 15, 2001 at 11:36:01AM +0000 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 15, 2001 at 11:36:01AM +0000, Alex Dyas wrote: > On Thu, 15 Nov 2001, shanon loveridge wrote: > > OK people I have just installed XFree 4.0.2 from the > > ports and configued it. > > > > I then went to instll the wrapper for startx and > > I got the msg > > wrapper 1.0_1 is forbidden : This port is for > > XFree86-4 > > > > I check to see that I deffinatly installed v4 by > > > > pkg_info -I 'XFree*' > > > > and it confirmed that I had installed version 4. > > > > any ideas? > > > > thanks heaps > > > > Shanon > > I got the same thing yesterday. Not sure what the problem is but I got > round it by editing the wrapper Makefile and deleting the lines associated > with the version test. Works fine now. > > alex.. See the following fragment of /etc/defaults/make.conf: # # By default, the ports collection attempts to use XFree86 3.3.X. If # you are running XFree86 4.X, uncomment this line. # #XFREE86_VERSION= 4 # So, you need to put a line like XFREE86_VERSION= 4 in your /etc/make.conf (you can create this file if it doesn't exist). In /etc/defaults/make.conf there are lots of other settings which might be nice. --Stijn -- Tact, n.: The unsaid part of what you're thinking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message