<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libmagic, branch release/10.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-09-11T22:38:33Z</updated>
<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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>urn:sha1:3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
</entry>
<entry>
<title>Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.</title>
<updated>2009-05-04T00:37:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-05-04T00:37:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7dbb948b5f00eabb81904e9db0aa9fc712939aca'/>
<id>urn:sha1:7dbb948b5f00eabb81904e9db0aa9fc712939aca</id>
<content type='text'>
</content>
</entry>
</feed>
