<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libmagic, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-07-11T00:00:00Z</updated>
<entry>
<title>MFC r267897: MFV r267843:</title>
<updated>2014-07-11T00:00:00Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-07-11T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8defb9997c50f9c7c640a5167dc45c51c79b4d79'/>
<id>urn:sha1:8defb9997c50f9c7c640a5167dc45c51c79b4d79</id>
<content type='text'>
Update file/libmagic to 5.19.
</content>
</entry>
<entry>
<title>MFC r265464:</title>
<updated>2014-05-09T07:24:39Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-05-09T07:24:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85a9d6cdbce260ffdefffa2bcabfc5ded9a7c414'/>
<id>urn:sha1:85a9d6cdbce260ffdefffa2bcabfc5ded9a7c414</id>
<content type='text'>
Sort .ALLSRC before concatenating files together.  This makes sure that the
file are always built the same.

(Note that Header and Localstuff must appear first and in that order, the
sorting does not affect as a coincident effect).

Submitted by:	sjg
</content>
</entry>
<entry>
<title>r235638 is not the clean way to add support for building on ancient FreeBSD</title>
<updated>2012-09-11T22:38:33Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-09-11T22:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2774610af334a900a3540cfed39e68f5b2cd8ea'/>
<id>urn:sha1:c2774610af334a900a3540cfed39e68f5b2cd8ea</id>
<content type='text'>
versions.  Instead use Imp's good work on "legacy" and follow the outcome
of the previous TRB discussions on this topic.

Now use the libc getline() if it exists, and only where it doesn't
create a bootstraping version.
</content>
</entry>
<entry>
<title>Correct a regression introduced during the import of file(1) 5.11.</title>
<updated>2012-08-17T02:27:17Z</updated>
<author>
<name>Stephen McKay</name>
<email>mckay@FreeBSD.org</email>
</author>
<published>2012-08-17T02:27:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0ebde2020e281669b3e5f32b8fc3f44d840c70c'/>
<id>urn:sha1:a0ebde2020e281669b3e5f32b8fc3f44d840c70c</id>
<content type='text'>
Magic tests containing "search" or "regex" directives were incorrectly
compiled by "mkmagic" and were effectively ignored.  This caused troff
files (for example) to be detected as simply "ASCII text" instead of
as "troff or preprocessor input, ASCII text".

PR:		bin/170415
Approved by:	consensus on developers@
MFC after:	3 days
</content>
</entry>
<entry>
<title>Don't depend on getline being on the build machine. That's</title>
<updated>2012-05-19T02:30:10Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2012-05-19T02:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aaa975e19dcbe311678cf4069ca7ae9f6b5336d3'/>
<id>urn:sha1:aaa975e19dcbe311678cf4069ca7ae9f6b5336d3</id>
<content type='text'>
not the case for FreeBSD 7.x machines.
</content>
</entry>
<entry>
<title>Update file(1) to version 5.11.</title>
<updated>2012-04-19T03:20:13Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-04-19T03:20:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80c86c36592144292291c7620eba02fd7bc1ddf0'/>
<id>urn:sha1:80c86c36592144292291c7620eba02fd7bc1ddf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all the</title>
<updated>2010-08-01T12:10:32Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2010-08-01T12:10:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7c2001059cc976b587f8fee862c4fc3b810cd7e'/>
<id>urn:sha1:a7c2001059cc976b587f8fee862c4fc3b810cd7e</id>
<content type='text'>
correct flags are being used (esp. NO_WERROR wrt clang).

Submitted by:	Dimitry Andric &lt;dimitry at andric.com&gt;
Reviewed by:	ru
</content>
</entry>
<entry>
<title>With r208341 in place WARNS can be increased.</title>
<updated>2010-05-20T09:00:11Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-05-20T09:00:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9433144d7d355f3dca46c6f7ccfeb0b8b6b31830'/>
<id>urn:sha1:9433144d7d355f3dca46c6f7ccfeb0b8b6b31830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to a config.h created by a file 5.03 configure script. This causes</title>
<updated>2010-05-20T08:56:50Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-05-20T08:56:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae4ecfff1e1f86547c36745cb767f084f8ff9445'/>
<id>urn:sha1:ae4ecfff1e1f86547c36745cb767f084f8ff9445</id>
<content type='text'>
file.1 to contain the correct version number and SIZEOF_LONG_LONG to be
defined as appropriate, which is crucial for 64-bit big-endian ELF files
to be handled correctly on big-endian systems.

PR:		146387
Reviewed by:	delphij
MFC after:	3 days
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
</feed>
