2024-04-19 19:00:47 by Chuck Cranor | Files touched by this commit (2) |
Log message: Fix MAKEFLAGS handling to work with spaces in UNPRIVILEGED_GROUPS Let environment variables handling passing MFLAGS/MAKEFLAGS to children rather than do it explicitly on the command line. As of 1.24 of mk/unprivileged.mk pkgsrc puts UNPRIVILEGED_GROUPS in MAKEFLAGS. UNPRIVILEGED_GROUPS contains a space-separated list of the groups the current account is a member of. This requires proper quoting in MAKEFLAGS if the current account is a member of more than one group (due to the spaces), and the old version of Makefile does not take that into account. |
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Remove SHA1 hashes for distfiles |
2020-08-18 04:17:26 by David H. Gutteridge | Files touched by this commit (3) |
Log message: icb: fix building on modern mainstream Linux distros Committed on the off chance someone else may want to run this on modern Linux. Tested on Debian 9 and Fedora 29 through 32. |
2017-12-12 08:13:01 by S.P.Zeidler | Files touched by this commit (7) |
Log message: RELRO & friends |
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message: Extend SHA512 checksums to various files I have on my local distfile mirror. |
2015-11-07 23:07:15 by David A. Holland | Files touched by this commit (2) |
Log message: Work around lack of access() on OpenBSD. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2014-09-24 00:37:29 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Don't include termcap.h on SunOS. |
2013-01-11 14:24:32 by Joerg Sonnenberger | Files touched by this commit (21) |
Log message: Fix build with clang by using more void and proper return values. |