Age | Commit message (Expand) | Author | Files | Lines |
2016-01-06 | Use :tA to make DISTINFO_FILE absolute when passing it to the fetch | dholland | 1 | -2/+2 |
2015-10-12 | Now that it looks like SHA1 is getting closer to its end of life, add | agc | 1 | -2/+2 |
2013-11-16 | Ensure failure on failure of depends-fetch and depends-checksum targets. | jakllsch | 1 | -2/+2 |
2013-06-14 | Remove work-arounds for Mac OS X Mountain Lion's broken "awk" as we are | tron | 2 | -6/+3 |
2013-05-16 | Use TOOLS_CMDLINE_SED instead of TOOLS_SED, to pass special arguments, | obache | 1 | -2/+2 |
2013-01-28 | Also fix the "patch" target for patch files with broken UTF-8 sequences | tron | 1 | -1/+4 |
2013-01-24 | Force using the C locale while checking or generating patch file checksums. | tron | 1 | -2/+2 |
2012-10-13 | Speed up the algorithm to determine the files left to check. | jmmv | 1 | -12/+7 |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -3/+3 |
2009-07-15 | Add depends-fetch and depends-checksum. They work like | joerg | 2 | -2/+15 |
2008-05-22 | If _CKSUMFILES is empty, also skip checksum logic. Unbreaks meta | joerg | 1 | -2/+2 |
2008-05-22 | Move digest dependency into checksum and fetch part. | joerg | 3 | -11/+17 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -2/+2 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-08-31 | Introduce a new target "checksum-phase" which is used as a dependency | jlam | 2 | -15/+22 |
2007-08-24 | When verifying checksums of distfiles, simply verify every checksum | jlam | 1 | -5/+2 |
2007-08-24 | Fix accidental :dw in previous commit. | jlam | 1 | -2/+2 |
2007-08-24 | Restore the tradition behaviour of the "checksum" target. It can be | jlam | 1 | -14/+21 |
2007-08-16 | Allow for emulation-specific patches for binary-only packages. The | jlam | 2 | -4/+5 |
2007-08-15 | Use a flag to the checksum script to tell it whether we're checking | jlam | 2 | -18/+18 |
2007-08-14 | Teach the pkgsrc/mk/checksum/checksum script how to verify patches by | jlam | 1 | -35/+52 |
2007-08-14 | Strip out *all* of the lines containing NetBSD RCS ID tags that may | jlam | 1 | -12/+5 |
2007-08-14 | Protect the template NetBSD RCS ID tag from being expanded. | jlam | 1 | -4/+4 |
2007-08-14 | Move the code that generates distinfo to a standalone AWK script. | jlam | 3 | -58/+410 |
2007-03-07 | Removed many redundant comments and restructured the code, so that it | rillig | 2 | -61/+41 |
2007-02-20 | For all but a very few developers, it is sufficient to check the | rillig | 1 | -3/+13 |
2006-12-15 | Remove trailing tabs. | martti | 1 | -2/+2 |
2006-09-19 | Even if NO_CHECKSUM is set, the "checksum" target still needs to depend | rillig | 1 | -2/+2 |
2006-07-19 | The "makedistinfo" target should actually be named "distinfo" to match | jlam | 1 | -7/+9 |
2006-07-18 | Add a flag "-s suffix" for allowing the specified files to have a suffix | jlam | 1 | -6/+15 |
2006-07-17 | Don't say "ERROR:" or "WARNING:"... be a more typical shell script by | jlam | 1 | -4/+4 |
2006-07-14 | Avoid using # and % to strip prefix/suffix from variable values -- not | jlam | 1 | -3/+2 |
2006-07-13 | Check whether the "checksum" target is defined beforehand to prevent | jlam | 1 | -2/+6 |
2006-07-13 | Check whether the checksum target is defined before defining one. | jlam | 1 | -3/+5 |
2006-07-13 | * Fix bug when more than one file needed to be checksummed. | jlam | 1 | -4/+3 |
2006-07-13 | Try to avoid possible differences in processing "$@". | jlam | 1 | -4/+5 |
2006-07-13 | Backslash escape the parentheses so the shell doesn't think it should | jlam | 1 | -2/+2 |
2006-07-13 | Fix some quoting errors and a harmless copy-and-paste error. | jlam | 1 | -4/+4 |
2006-07-13 | Add a few more double-quotes around eval'ed variables. | jlam | 1 | -5/+5 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 4 | -0/+348 |