2020-10-09 17:46:56 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.64
pkgsrc changes:
- Remove patch-is__utf8_Makefile, same problem fixed upstream
Changes:
0.64
----
- parallel: fix typo in usage message.
- Makefile: Propagate compiler and linker flags when building is_utf8.
- ts: Fix parsing of ISO-8601 dates. Thanks, David Laban.
- parallel: Allow compiling with uClibc-ng, which does not have getloadavg.
Thanks, Rosen Penev
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-02-02 18:53:41 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
moreutils: Update to 0.63
pkgsrc changes:
- Switch MASTER_SITES to upstream snapshots instead of using Debian mirrors
Changes:
0.63
----
- vipe: Clean up temp file even when it exits with an error.
Thanks, Stig Palmquist.
- ts: Fix ts -m %.s to not output negative microseconds.
Thanks, Dima Kogan
- sponge: Fix bug in -a mode that doubled original content of file when the
temp file is located on a different filesystem.
|
2018-09-29 23:33:48 by Sebastian Wiedenroth | Files touched by this commit (3) |
Log message:
moreutils: fix build on SunOS
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-04-21 19:27:51 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update misc/moreutils to 0.62
Changes:
0.62
----
- ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber
- ts: Added %.T format like %T but with hi-res. Thanks, Matt Koscica
- pee: Ignore SIGPIPE and write errors caused by the command not consuming all
its input. Closes: #697052 Thanks, Ole Jørgen Brønner
- chronic: document return value semantics of -e option.
Closes: #867167 Thanks, Daniel Shahaf
- vidir: reword man page to more explicit mention 'file' args.
Closes: #885221 Thanks, Daniel Shahaf
- pee: Don't buffer input, bringing behavior into line with tee.
Thanks, Sauerbeck Tilman
0.61
----
- chronic: Flush output more often to better preserve stdout,err ordering.
Thanks, Miroslav Šustek
|
2018-03-14 21:35:23 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
moreutils: Install `parallel' and its man page to `moreutils-parallel'
This avoid a possible conflict with `parallel' provided by
parallel/parallel package.
PKGREVISION++
Pointed out by Dr. Thomas Orgis via tech-pkg@.
|
2017-09-07 10:18:45 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
Instead of (wrongly) use the SUBST framework just patch Makefile (that is
already patched!) introducing a MANDIR variable instead of hardcoding
`share/man' and pass PKGMANDIR via MAKE_ENV.
No PKGREVISION bump since it should fix the build on platforms where moreutils
was already broken.
Pointed out by Joyent's Darwin bulk build.
|
2017-09-06 14:38:32 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
isutf8 needs c99 due getline(3)
Pointed out by SmartOS Joyent's bulk builds.
|