Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 11:03:23 -0700 (PDT)
From:      backyard <backyard1454-bsd@yahoo.com>
To:        Gary Kline <kline@sage.thought.org>, Jerry McAllister <jerrymc@msu.edu>
Cc:        Gary Kline <kline@sage.thought.org>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: which xorg file??
Message-ID:  <20060918180323.75509.qmail@web83115.mail.mud.yahoo.com>
In-Reply-To: <20060918174130.GA38472@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help


--- Gary Kline <kline@sage.thought.org> wrote:

> On Mon, Sep 18, 2006 at 11:20:20AM -0400, Jerry
> McAllister wrote:
> > On Sun, Sep 17, 2006 at 05:52:54PM -0700, Gary
> Kline wrote:
> > 
> > > 
> > > 	Folks,
> > > 
> > > 	Which ports file do I build to fill the
> standard 
> > > 	/usr/X11R6/bin file?  I have 6.1-RELEASE and
> having 
> > > 	migraines with getting the necessary files.  If
> installing
> > > 	gnome|kde-lite is/may be part of it, can
> somebody clue me 
> > > 	in?

if you have gone to these directories within the ports
system and did an install; xorg would have been
installed as a dependancy along the way. so this could
have solved things in a roundabout way.

> > 
> > Well, if you did a fresh FreeBSD 6.1 install using
> sysinstall, the best 
> > thing would have been to check 'yes' for
> installing X.   It would have
> > done it all for you.
> > 
> > As for installing afterward, I think you probably
> want
> >    /usr/ports/x11/xorg
> > 
> 
> 	I checked the install last night and watched as
> x11/xorg 
> 	was installing multiple X/xorg packages so this may
> be *it*.
> 	(I-hope, I-hope.)

if xorg is installing now something will be there in a
little while, patience grasshopper. xorg is just a
"meta-package" This means its a Makefile that checks
if the actual packages are installed:
xorg-libraries
xorg-clients
xorg-servers
xorg-documents
xorg-nestedserver
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-fonts-cyrillic
xorg-fonts-type1
xorg-fonts-miscbitmaps
xorg-fontserver

and builds as required. you could manually go one by
one and build them, then the meta-port would just
install itself doing seamingly nothing...
and thats from memory, so no quoteing (read the
Makefile if your really curious), and finishing up
tweaking my personal ports.conf configuration file in
anticipation of an upgrade build... These can take a
while to build. a good 3-6 hours depending on your
hardware. and your MAKEOPTS in your make.conf...

> 
> 	gary
> 
> 
> 
> > ////jerry
> >  
> > > 
> > > 	tia, 
> > > 
> > > 	gary
> > > 
> > > 
> > > -- 
> > >    Gary Kline     kline@thought.org  
> www.thought.org     Public service Unix
> > > 
> > > _______________________________________________
> > > freebsd-questions@freebsd.org mailing list
> > >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
> 
> -- 
>    Gary Kline     kline@thought.org  
> www.thought.org     Public service Unix
> 


-brian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060918180323.75509.qmail>