- Update GNU coreutils to the latest version 8.31

- 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  <P@draigBrady.com>

	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
This commit is contained in:
Alexey Dokuchaev 2019-03-13 15:49:22 +00:00
parent 7c4c114a64
commit 826a3df314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495588
3 changed files with 8 additions and 11 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= coreutils PORTNAME= coreutils
PORTVERSION= 8.30 PORTVERSION= 8.31
PORTREVISION= 1
CATEGORIES= sysutils textproc CATEGORIES= sysutils textproc
MASTER_SITES= GNU MASTER_SITES= GNU
@ -16,10 +15,9 @@ CONFLICTS= idutils-[0-9]*
USES= cpe gmake iconv perl5 charsetfix tar:xz USES= cpe gmake iconv perl5 charsetfix tar:xz
CPE_VENDOR= gnu CPE_VENDOR= gnu
USE_PERL5= build # build - required for tests and man page generation USE_PERL5= build # required for tests and man page generation
USE_LDCONFIG= yes USE_LDCONFIG= yes
TEST_TARGET= check
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
# A rather nasty hack to stop gnustat from conflicting with base gstat # A rather nasty hack to stop gnustat from conflicting with base gstat
@ -52,7 +50,4 @@ post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so ${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so
#regression-test: build
# (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537606173 TIMESTAMP = 1552263868
SHA256 (coreutils-8.30.tar.xz) = e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057 SHA256 (coreutils-8.31.tar.xz) = ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd
SIZE (coreutils-8.30.tar.xz) = 5359532 SIZE (coreutils-8.31.tar.xz) = 5410140

View File

@ -3,6 +3,7 @@ bin/gb2sum
bin/gbase32 bin/gbase32
bin/gbase64 bin/gbase64
bin/gbasename bin/gbasename
bin/gbasenc
bin/gcat bin/gcat
bin/gchcon bin/gchcon
bin/gchgrp bin/gchgrp
@ -108,6 +109,7 @@ man/man1/gb2sum.1.gz
man/man1/gbase32.1.gz man/man1/gbase32.1.gz
man/man1/gbase64.1.gz man/man1/gbase64.1.gz
man/man1/gbasename.1.gz man/man1/gbasename.1.gz
man/man1/gbasenc.1.gz
man/man1/gcat.1.gz man/man1/gcat.1.gz
man/man1/gchcon.1.gz man/man1/gchcon.1.gz
man/man1/gchgrp.1.gz man/man1/gchgrp.1.gz