<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libxo/encoder, branch releng/14.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Update/fix Makefile.depend for userland</title>
<updated>2023-04-19T00:14:23+00:00</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2023-04-19T00:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d9a42747950146bf03cda7f6e25d219253f8a57a'/>
<id>d9a42747950146bf03cda7f6e25d219253f8a57a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix installation of libxo encoder modules.</title>
<updated>2020-05-31T17:20:17+00:00</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2020-05-31T17:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3eee8f1cbb825b6ea3efc7fef6137b5b39aa6b2b'/>
<id>3eee8f1cbb825b6ea3efc7fef6137b5b39aa6b2b</id>
<content type='text'>
Because the install location was hardcoded in the Makefile as
/usr/lib/libxo/encoder, the lib32 version was installed over the native
version.  Replace /usr/lib with ${LIBDIR}.

Also define SHLIB_NAME instead of LIB + FILES.  This prevents building a
static library.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the install location was hardcoded in the Makefile as
/usr/lib/libxo/encoder, the lib32 version was installed over the native
version.  Replace /usr/lib with ${LIBDIR}.

Also define SHLIB_NAME instead of LIB + FILES.  This prevents building a
static library.

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow proper builds of libxo's CSV encoder:</title>
<updated>2019-12-16T22:05:03+00:00</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-12-16T22:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2db46b45f432bd67610ac70f3e60afc72781a009'/>
<id>2db46b45f432bd67610ac70f3e60afc72781a009</id>
<content type='text'>
- Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile)
- Add .WAIT target to delay encoder build til after libxo
- Use FILES to install encoder library as csv.enc
- Update import script to put xo_config.h in new location
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile)
- Add .WAIT target to delay encoder build til after libxo
- Use FILES to install encoder library as csv.enc
- Update import script to put xo_config.h in new location
</pre>
</div>
</content>
</entry>
<entry>
<title>Import libxo-1.3.1:</title>
<updated>2019-11-07T18:06:44+00:00</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-11-07T18:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=67322d1642c186afaa55f77d04ba2cd0eee03adf'/>
<id>67322d1642c186afaa55f77d04ba2cd0eee03adf</id>
<content type='text'>
- handle argv[0] without '/'
- add test case for argv[0] without '/'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- handle argv[0] without '/'
- add test case for argv[0] without '/'
</pre>
</div>
</content>
</entry>
<entry>
<title>Import libxo-1.3.0:</title>
<updated>2019-11-07T03:57:04+00:00</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-11-07T03:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=76afb20c58adb296f09857aed214b91464242264'/>
<id>76afb20c58adb296f09857aed214b91464242264</id>
<content type='text'>
- move from "oxtradoc" to RST/Sphinx documentation
- new "csv" encoder, which allows path and leaf lists
- address warnings from PVS-Stdio tool
- add "xolint" detected errors to the documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move from "oxtradoc" to RST/Sphinx documentation
- new "csv" encoder, which allows path and leaf lists
- address warnings from PVS-Stdio tool
- add "xolint" detected errors to the documentation
</pre>
</div>
</content>
</entry>
</feed>
