Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-27 | Do the same USE_USERADD/USE_GROUPADD fix as done for Interix: use the | tv | 1 | -4/+4 | |
construct "DEPENDS+=${USE_USERADD:D${_USER_DEPENDS}}" to ensure that the conditional is not expanded until after USE_*ADD is actually defined. | |||||
2004-04-19 | Add the 'maximum command line check' to all defs.*.mk files for consistency | jmmv | 1 | -1/+8 | |
across all of them, but let it commented out until each responsible person for each system modifies it to work correctly. Requested by agc@. | |||||
2004-04-07 | Convert "${ECHO} -n" to "${ECHO_N}", and introduce that into the defs.* | tv | 1 | -1/+2 | |
files. On most platforms this resolves back to "${ECHO} -n". | |||||
2004-03-11 | Get rid of all occurrences of cpp-like tests for ${OPSYS} in | agc | 1 | -1/+2 | |
bsd.pkg.mk, and use the abstracted means of determining generic shared lib type per operating system. | |||||
2004-01-27 | Replace all occurrences of the "MAIL" definition with MAIL_CMD, since | agc | 1 | -2/+2 | |
some shells can set MAIL to be the mailbox of the user, and environment variables will override assignments in make when using conditional assignments. | |||||
2003-12-16 | Introduce command MAIL. It will be used to send messages like this: | heinz | 1 | -1/+2 | |
echo "message" | ${MAIL} -s"subject" add@ress.example | |||||
2003-12-16 | Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use ↵ | heinz | 1 | -2/+2 | |
different patch programs). Ok by agc | |||||
2003-12-03 | Add initial support for AIX to pkgsrc. Tested with AIX 4.3 | erh | 1 | -0/+180 | |