<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/coreutils, branch 2021Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devel/idutils: Resolve conflict with coreutils</title>
<updated>2021-02-27T08:09:29Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2021-02-27T08:09:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3f18f8fc06f007714fe61637f29c43b04adcaa58'/>
<id>urn:sha1:3f18f8fc06f007714fe61637f29c43b04adcaa58</id>
<content type='text'>
pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place).  Problematic file: /usr/local/bin/gid

For lack of a better solution resolve this by prefixing gid with a g.
It is now installed as ggid.

linux-gid and sh-utils no longer seem to exist in the tree, so drop
CONFLICTS completely.

PR:		224985
Submitted by:	Trond.Endrestol@ximalas.info
Approved by:	peterj (maintainer timeout, 3 years)
</content>
</entry>
<entry>
<title>sysutils/coreutils: update to 8.32</title>
<updated>2020-06-19T03:55:00Z</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2020-06-19T03:55:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9bf933633c66b5f7b23f2c1f0b2d3060e22cd42d'/>
<id>urn:sha1:9bf933633c66b5f7b23f2c1f0b2d3060e22cd42d</id>
<content type='text'>
 - Update to 8.32
 - Fix order (pet portlint)

PR:		247332
Submitted by:	jharris@widomaker.com (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25313
</content>
</entry>
<entry>
<title>Drop workaround for qemu-user-static hang after r517350</title>
<updated>2019-11-13T14:32:07Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2019-11-13T14:32:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4'/>
<id>urn:sha1:cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4</id>
<content type='text'>
GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an
emulated application but no longer hangs. While the behavior differs
from real hardware it matches the one from before r456518 that was
hardcoded as gl_cv_func_printf_enomem=no workaround.

PR:		224740
</content>
</entry>
<entry>
<title>- Update GNU coreutils to the latest version 8.31</title>
<updated>2019-03-13T15:49:22Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-13T15:49:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=826a3df314d6f9363e6e3630e1518ba2fe8f4e44'/>
<id>urn:sha1:826a3df314d6f9363e6e3630e1518ba2fe8f4e44</id>
<content type='text'>
- Enable tests via our framework (set the TEST_TARGET)
- Remove MAKE_JOBS_UNSAFE which was added in r306718 (due to "help2man:
  can't get '--help' info from man/stty.td/stty") as it looks like this
  very error had been fixed long time ago, per their ChangeLog:

  2015-03-06  Padraig Brady  &lt;P@draigBrady.com&gt;

	build: fix make dependencies for test.1
	In certain parallel build situations this would give the error:
	  help2man: can't get `--help' info from man/test.td/[
	  Makefile:14189: recipe for target 'man/test.1' failed

  That said, the port should have been jobs-safe for about four years
  now, but for some strange reason nobody had noticed that.

Approved by:	maintainer
</content>
</entry>
<entry>
<title>Install texinfo files (GNU info) into ${PREFIX}/share/info</title>
<updated>2018-11-10T18:12:57Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2018-11-10T18:12:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7990f810661ef0c3f4870afc67b1eb08684b8dc8'/>
<id>urn:sha1:7990f810661ef0c3f4870afc67b1eb08684b8dc8</id>
<content type='text'>
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
</content>
</entry>
<entry>
<title>sysutils/coreutils: update to 8.30</title>
<updated>2018-09-26T16:07:26Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2018-09-26T16:07:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b0a163659a917eec2efcdde8f90e9f107d3a6142'/>
<id>urn:sha1:b0a163659a917eec2efcdde8f90e9f107d3a6142</id>
<content type='text'>
Also reorder some variables.

Announcement:

http://lists.gnu.org/archive/html/coreutils-announce/2018-07/msg00000.html

PR:	231573
Submitted by:	pkubaj@anongoth.pl
Approved by:	tcberner (mentor, implicit), jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>Skip ENOMEM check for printf when building with qemu, this makes</title>
<updated>2018-03-17T09:25:03Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2018-03-17T09:25:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=04cfb6a84faf5853fbe635bcadd97a02680938ea'/>
<id>urn:sha1:04cfb6a84faf5853fbe635bcadd97a02680938ea</id>
<content type='text'>
configure hang

PR:		224740
Reported by:	pkg-fallou
MFH:		2018Q1
</content>
</entry>
<entry>
<title>- Update to 8.28</title>
<updated>2017-11-16T14:01:31Z</updated>
<author>
<name>Frederic Culot</name>
<email>culot@FreeBSD.org</email>
</author>
<published>2017-11-16T14:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1f5d2f0a2bd16e472ef9e755b78bd11fed80ed39'/>
<id>urn:sha1:1f5d2f0a2bd16e472ef9e755b78bd11fed80ed39</id>
<content type='text'>
PR:		223345
Submitted by:	Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
Approved by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed</title>
<updated>2016-05-23T20:35:01Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-23T20:35:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c86e9d97241f251304781abec881b7b5a934f12a'/>
<id>urn:sha1:c86e9d97241f251304781abec881b7b5a934f12a</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
</feed>
