Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
hello misc@

today I installed a new computer with -current (10/16/2007)

I did not select the X windows files from the install program because
I do not need X

I went to compile /usr/ports/editors/vim with FLAVOR=no_x11 huge

during the build gettext complains about not having expat.

after further investigation I found this:

Log message:
All ports are now using the libexpat that's shipped with xenocara.
Add COMES_WITH=4.2 here.
ok sturm@, steven@, matthieu@, naddy@


it would appear that expat has been removed from ports.

so what is the correct move? Should I have installed xenocara anyway
even if this computer only needs a console?


any help is appreciated.

Sam Fourman Jr.



Re: Expat in OpenBSD -current

2007-10-16 Thread Scott Vanderbilt

Sam Fourman Jr. wrote:


it would appear that expat has been removed from ports.

so what is the correct move? Should I have installed xenocara anyway
even if this computer only needs a console?


This bit me too. Just install xbase and you'll be fine.



Re: Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
On 10/16/07, Scott Vanderbilt [EMAIL PROTECTED] wrote:
 Sam Fourman Jr. wrote:

  it would appear that expat has been removed from ports.
 
  so what is the correct move? Should I have installed xenocara anyway
  even if this computer only needs a console?

 This bit me too. Just install xbase and you'll be fine.

how do I install xbase without reformatting and reinstalling the whole OS?



Re: Expat in OpenBSD -current

2007-10-16 Thread Daniel Ouellet

Sam Fourman Jr. wrote:

how do I install xbase without reformatting and reinstalling the whole OS?


http://openbsd.org/faq/faq4.html#AddFileSet



Re: Expat in OpenBSD -current

2007-10-16 Thread Scott Vanderbilt

Sam Fourman Jr. wrote:


so what is the correct move? Should I have installed xenocara anyway
even if this computer only needs a console?

This bit me too. Just install xbase and you'll be fine.


how do I install xbase without reformatting and reinstalling the whole OS?



This is answered in the very nicely done FAQ:

http://www.openbsd.org/faq/faq4.html#AddFileSet



Re: Expat in OpenBSD -current

2007-10-16 Thread Jacob Meuser
On Tue, Oct 16, 2007 at 06:14:38PM -0700, Scott Vanderbilt wrote:
 Sam Fourman Jr. wrote:
 
 so what is the correct move? Should I have installed xenocara anyway
 even if this computer only needs a console?
 This bit me too. Just install xbase and you'll be fine.

if you are building ports, you should also install xshare, as it contains
headers and pkg-config files which may be used by ports.

 how do I install xbase without reformatting and reinstalling the whole OS?
 
 
 This is answered in the very nicely done FAQ:
 
 http://www.openbsd.org/faq/faq4.html#AddFileSet
 

also, ports questions really belong on the [EMAIL PROTECTED] list.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: Expat in OpenBSD -current

2007-10-16 Thread Sam Fourman Jr.
On 10/16/07, Jacob Meuser [EMAIL PROTECTED] wrote:
 On Tue, Oct 16, 2007 at 06:14:38PM -0700, Scott Vanderbilt wrote:
  Sam Fourman Jr. wrote:
 
  so what is the correct move? Should I have installed xenocara anyway
  even if this computer only needs a console?
  This bit me too. Just install xbase and you'll be fine.

 if you are building ports, you should also install xshare, as it contains
 headers and pkg-config files which may be used by ports.

  how do I install xbase without reformatting and reinstalling the whole OS?
 
 
  This is answered in the very nicely done FAQ:
 
  http://www.openbsd.org/faq/faq4.html#AddFileSet
 

 also, ports questions really belong on the [EMAIL PROTECTED] list.

 --
Thank you all for your help, in the Future I will post ports questions
to the ports@ list, I was confused on where this question should be
placed because now expat is part of the base system(xenocara) so I
thought ports@ or x11@ , I ended up choosing misc@

Sam Fourman Jr.