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 |
2020-04-17 23:28:01 by Andrew Doran | Files touched by this commit (2) |
Log message: Get ast-ksh building again on NetBSD, at least on amd64. |
2017-02-19 21:18:16 by Maya Rashish | Files touched by this commit (4) |
Log message: ast-ksh: fix compilation on NetBSD, possibly linux too. Fix "storage size of buf is not known" likely caused by it being defined to be something with sizeof(). add LDFLAGS -lm to all operating systems (I see undefined reference to frexpl/ldexpl), remove duplicate from other operating systems. bump PKGREVISION sinze L_tmpnam will be changed for the few who can build the package. |
2016-03-22 20:31:15 by Richard PALO | Files touched by this commit (1) |
Log message: Get a working ast-ksh build for SunOS using c99 and defining _XPG6 (and __EXTENSIONS__ for strict STDC). Also needs -lm. Fix testing to work prior to [stage-]install. No revbump needed. okay'd by jperkin@ NB there are still some corner cases not working on some SunOS, but on illumos SunOS 5.11 this actually goes a real long way over stock sh/ksh! |
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. |
2014-11-11 16:40:37 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Fix up patches, applying each change once is enough. |
2014-11-11 16:39:37 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Regen |
2014-11-10 19:02:53 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Improve handling of memalign / posix_memalign to allow static linking on NetBSD. |
2014-11-06 13:25:36 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message: Rename memalign and posix_memalign similar to malloc/free to fix static linkage. Reduce hackery in static-ast-ksh/Makefile. |