tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: broken packages for 2012Q3



On Fri, 28 Sep 2012 18:44:47 +0900, David Holland 
<dholland-pkgtech%netbsd.org@localhost> wrote:

Anyway, there's a whole pile of packages that fail on the new
libxml2. Does anyone know if there's documentation/instructions
anywhere for adjusting them?

For xmlOutputBufferPtr* buf:
 buf->conv->content   => xmlBufferContent(buf->conv)
 buf->buffer->content => xmlBufferContent(buf->buffer)
                      or xmlOutputBufferGetContent(buf)
 buf->buffer->use     => xmlOutputBufferGetSize(buf)

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index