<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libmagic, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-06-27T19:29:15Z</updated>
<entry>
<title>Don't use CCACHE for linking.</title>
<updated>2018-06-27T19:29:15Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2018-06-27T19:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=96a0acc4ce1cbac643c51d118db1912dd63f6bb8'/>
<id>urn:sha1:96a0acc4ce1cbac643c51d118db1912dd63f6bb8</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	Dell EMC
</content>
</entry>
<entry>
<title>Style fixup:</title>
<updated>2018-05-20T05:59:42Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-05-20T05:59:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98131b3eb2f5647e74ecebf1afccadc608b486d1'/>
<id>urn:sha1:98131b3eb2f5647e74ecebf1afccadc608b486d1</id>
<content type='text'>
A non-functional commit to make adjustment to an aesthetically
unpleasing long line.
</content>
</entry>
<entry>
<title>Fix build post r333919.</title>
<updated>2018-05-20T05:59:35Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-05-20T05:59:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=018798bef05c3d548b5cb3ebe2e04a142cb85470'/>
<id>urn:sha1:018798bef05c3d548b5cb3ebe2e04a142cb85470</id>
<content type='text'>
This commit results in an aesthetically unpleasing long line
which will be fixed next commit.
</content>
</entry>
<entry>
<title>LIB32: Avoid linking in unneeded (and invalid lib32) libz for libmagic build tool.</title>
<updated>2018-03-09T18:51:24Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2018-03-09T18:51:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fe5130df9a3b9cf0aafe22c24344e7a69acb14d'/>
<id>urn:sha1:7fe5130df9a3b9cf0aafe22c24344e7a69acb14d</id>
<content type='text'>
Usually this is just ignored:
  /usr/bin/ld: skipping incompatible /scratch/obj/root/git/freebsd/amd64.amd64/obj-lib32/lib/libz/libz.so when searching for -lz
  /usr/bin/ld: skipping incompatible /scratch/obj/root/git/freebsd/amd64.amd64/obj-lib32/lib/libz/libz.a when searching for -lz

However some combination of newer toolchains simply fail here instead:
  /usr/bin/ld: error: /home/dstolfa/obj/home/dstolfa/cadets/amd64.amd64/obj-lib32/lib/libz/libz.so is incompatible with /usr/lib/crt1.o

Libz is not needed for mkmagic so just exclude it.

Reported by:	Domagoj Stolfa &lt;domagoj.stolfa@gmail.com&gt;
MFC after:	2 weeks
Sponsored by:	Dell EMC
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>MFV r323678: file 5.32</title>
<updated>2017-09-17T19:14:38Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2017-09-17T19:14:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40427cca7a9ae77b095936fb1954417c290cfb17'/>
<id>urn:sha1:40427cca7a9ae77b095936fb1954417c290cfb17</id>
<content type='text'>
Approved by:	emaste (mentor)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D12400
</content>
</entry>
<entry>
<title>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
<updated>2017-01-20T04:45:09Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-20T04:45:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ec0c0f5053ce86b6ae33ecbf519de253646fd51'/>
<id>urn:sha1:1ec0c0f5053ce86b6ae33ecbf519de253646fd51</id>
<content type='text'>
This simplifies pathing in make/displayed output

MFC after:    3 weeks
Sponsored by: Dell EMC Isilon
</content>
</entry>
<entry>
<title>MFV r308392: file 5.29.</title>
<updated>2016-11-07T15:54:47Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-11-07T15:54:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5d223e641705cbe537d23e5c023395a929ab8da'/>
<id>urn:sha1:a5d223e641705cbe537d23e5c023395a929ab8da</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix build: explicitly reference the generated magic.h as dependency</title>
<updated>2016-06-27T06:41:11Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-06-27T06:41:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=424340f2c7fcf8309af026702e39c354562aa152'/>
<id>urn:sha1:424340f2c7fcf8309af026702e39c354562aa152</id>
<content type='text'>
of mkmagic and point its location.

Reported by:	jenkins
Pointy hat to:	delphij
MFC after:	2 weeks
X-MFC-With:	302221
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFV r302218: file 5.28.</title>
<updated>2016-06-27T01:29:17Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-06-27T01:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=282e23f07bf49b4e37aabdcc1c513a788db36d10'/>
<id>urn:sha1:282e23f07bf49b4e37aabdcc1c513a788db36d10</id>
<content type='text'>
Relnotes:	yes
MFC after:	2 weeks
Approved by:	re (gjb)
</content>
</entry>
</feed>
