Re: libexpat confusion

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: OpenBSD misc-list <misc@...>
Date: Tuesday, June 12, 2007 - 12:01 pm

On 6/12/07, Joachim Schipper wrote:

I follow current by installing binary snapshots and pre-compiled packages.

fetchmail also depends on expat.

Because I don't want the complete xbase41.tgz I just extract the expat libs
and put them in a site41-hostname.tgz

#!/bin/sh

VERSION=41
HOST=diogenes
TARBALL=site${VERSION}-${HOST}.tgz

tar xvzpf xbase41.tgz -C /tmp \*expat\*
tar cvzf $TARBALL -C /tmp usr
tar tvzf $TARBALL

---------------
During the snapshot install this file gets selected automatically.

Snippet from the install:

Select sets by entering a set name, a file name pattern or 'all'. De-select
sets by prepending a '-' to the set name, file name pattern or 'all'. Selected
sets are labelled '[X]'.

[X] bsd
[X] bsd.rd
[ ] bsd.mp
[X] base41.tgz
[X] etc41.tgz
[X] misc41.tgz
[X] comp41.tgz
[X] man41.tgz
[ ] xbase41.tgz
[ ] xetc41.tgz
[ ] xshare41.tgz
[ ] xfont41.tgz
[ ] xserv41.tgz
[X] site41-diogenes.tgz

------------------------

=Adriaan=

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
libexpat confusion, Jaap Versteegh, (Tue Jun 12, 6:33 am)
Re: libexpat confusion, Stuart Henderson, (Tue Jun 12, 6:53 am)
Re: libexpat confusion, Jaap Versteegh, (Tue Jun 12, 8:23 am)
Re: libexpat confusion, Joachim Schipper, (Tue Jun 12, 9:34 am)
Re: libexpat confusion, Adriaan, (Tue Jun 12, 12:01 pm)
Re: libexpat confusion, Jaap Versteegh, (Tue Jun 12, 10:17 am)
Re: libexpat confusion, Marc Espie, (Tue Jun 12, 11:52 am)
Re: libexpat confusion, Lars Hansson, (Tue Jun 12, 8:29 am)
Re: libexpat confusion, Jaap Versteegh, (Tue Jun 12, 10:04 am)