<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/base, branch release/10.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-01-18T13:20:31Z</updated>
<entry>
<title>The output of tools like awk, date, sort, tr,... depends on the current</title>
<updated>2017-01-18T13:20:31Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2017-01-18T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=02f27a83b44d4566fd409edc60570ac0734eb63e'/>
<id>urn:sha1:02f27a83b44d4566fd409edc60570ac0734eb63e</id>
<content type='text'>
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=&lt;locale&gt; that adds LANG=&lt;locale&gt; and LC_ALL=&lt;locale&gt; to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>Add a Makefile to unbreak some scripts that lookup for all lowercase directories</title>
<updated>2016-11-11T18:51:42Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-11-11T18:51:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=78052a2932a5225a95c506988181edca3c25da25'/>
<id>urn:sha1:78052a2932a5225a95c506988181edca3c25da25</id>
<content type='text'>
and expect a Makefile in there

Reported by:	marino
</content>
</entry>
<entry>
<title>${RM} already has -f.</title>
<updated>2016-10-21T12:51:40Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-10-21T12:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eabbfd75e30148b8f686899a638b93547ca83485'/>
<id>urn:sha1:eabbfd75e30148b8f686899a638b93547ca83485</id>
<content type='text'>
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Remove things that are now handled by bsd.port.mk</title>
<updated>2016-09-08T21:44:31Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-09-08T21:44:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ebde9a54888432c95611969e2414608a1ec0cf36'/>
<id>urn:sha1:ebde9a54888432c95611969e2414608a1ec0cf36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove everything that is now in bsd.port.mk which simplifies the code</title>
<updated>2016-09-08T21:35:37Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-09-08T21:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=73c97421bdaad2b7949532a7a080b2b89ee50e59'/>
<id>urn:sha1:73c97421bdaad2b7949532a7a080b2b89ee50e59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the README to include how to cross build gcc</title>
<updated>2016-09-08T21:04:00Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-09-08T21:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e307f4a394a91a38de9a9a5b520f727ce155c331'/>
<id>urn:sha1:e307f4a394a91a38de9a9a5b520f727ce155c331</id>
<content type='text'>
Also add instructions on how to add the plist for other arches in binutils
</content>
</entry>
<entry>
<title>New cross build ready version of gcc.</title>
<updated>2016-09-08T20:55:19Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-09-08T20:55:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e7099d4ced9dd26733ad3fbd897059ad1c1be11f'/>
<id>urn:sha1:e7099d4ced9dd26733ad3fbd897059ad1c1be11f</id>
<content type='text'>
This port is special, it is done only for being cross build and prepare a modern
compiler for base system build without a cross compiler

It contains the printf format extension needed for the kernel as only patch for
now.

It uses libc++ from base as a standard c++ library default on the libc++ headers
as c++ headers
</content>
</entry>
<entry>
<title>base/binutils: fix stripping</title>
<updated>2016-08-27T22:23:31Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2016-08-27T22:23:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f715d14d7cf970e0065ca2e9fbd595342dd4170e'/>
<id>urn:sha1:f715d14d7cf970e0065ca2e9fbd595342dd4170e</id>
<content type='text'>
Setting STRIPBIN is required by install. While here, remove uneeded /s
</content>
</entry>
<entry>
<title>Properly export the binutils as the cross ones</title>
<updated>2016-08-27T16:00:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-08-27T16:00:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1cded3476eae3f3290086a03de9b30c09ff8549c'/>
<id>urn:sha1:1cded3476eae3f3290086a03de9b30c09ff8549c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Really fix the strip issue</title>
<updated>2016-08-27T15:58:16Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-08-27T15:58:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=058e0ec44b9530c48df454dbef04059ad4467b51'/>
<id>urn:sha1:058e0ec44b9530c48df454dbef04059ad4467b51</id>
<content type='text'>
</content>
</entry>
</feed>
