2023-01-16 02:44:21 by David A. Holland | Files touched by this commit (3) |
Log message: shells/es: configury fixes Instead of patching in an increasingly long list of OSes to avoid redefining <stdlib.h> functions on, just use #if 0. Should fix the Solaris build. While here, don't hardcode the traditional wait status encoding; it's no longer necessary to work around union wait and baking it in violates portability rules. PKGREVISION -> 5 |
2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38) |
Log message: shells: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38) |
Log message: shells: Remove SHA1 hashes for distfiles |
2017-08-19 02:20:37 by Johnny C. Lam | Files touched by this commit (2) |
Log message: shells/es: Install manpages into ${PKGMANDIR}. Modify the Makefile patch to install manpages under "${PREFIX}/${PKGMANDIR}" instead of "${PREFIX}/man". |
2015-11-03 00:00:35 by Alistair G. Crooks | Files touched by this commit (25) |
Log message: Add SHA512 digests for distfiles for shells category Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. |
2012-09-12 01:25:10 by Aleksej Saushev | Files touched by this commit (26) |
Log message: "user-destdir" is default these days |
2010-05-07 14:02:45 by Julio M. Merino Vidal | Files touched by this commit (20) | |
Log message: Bump PKGREVISION to reflect the recent change in pkginstall/shells to use etcutils to update /etc/shells. |
2010-02-12 01:23:35 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: DESTDIR support |
2008-09-19 22:02:24 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Fix build on amd64. I'm taking the aggressive approach of using va_copy here, the #if can be easily modified for those platforms missing it. |
2007-12-02 09:32:25 by Roland Illig | Files touched by this commit (13) |
Log message: Some more packages need lex and yacc. Patch by Aleksey Cheusov on pkgsrc-users. |