[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNOME port
Ok, looks like the author finally clued in and changed the library name
from libxml.??? to libxml2.??? for libxml 2.x so this should be quite easy
todo now. We should create a libxml1 port for GNOME if anyone actually
plans on getting some working ports of the remaining bits and pieces for
it.
// Brad
brad@comstyle.com
brad@openbsd.org
>Quoting Brad (brad@comstyle.com):
>> Which is *really* annoying considering every 3rd party program Ive seen
>> that uses libxml (so far) uses libxml 2.x and only GNOME still bothers to
>> use the inferior 1.x.
>
>I'm quite sure both xml 1.x can live with 2.x quite happilly. I've been
>running a local port of libxml-1.8.5 here with libxml-2.3.6 without any
>problems. All the files don't share the same namespace.
>
>[0]$ pkg_info | grep xml
>libxml-2.3.6 XML parsing library
>libxml1-1.8.13 xml parser library for GNOME
>
>Ciao,
> ...David