Age | Commit message (Expand) | Author | Files | Lines |
2020-05-16 | mk/subst.mk: change default value for SUBST_NOOP_OK from yes to no | rillig | 1 | -20/+23 |
2020-05-02 | mk/subst.mk: fix shell parse error for special sed expressions | rillig | 1 | -2/+2 |
2020-05-01 | mk/subst.mk: fix typo in diagnostic | rillig | 1 | -2/+2 |
2020-05-01 | mk/subst.mk: switch command substitution back to backticks | rillig | 1 | -2/+2 |
2020-04-30 | Simplify | joerg | 1 | -2/+2 |
2020-04-30 | Use $() as it gives more consistent quoting behavior as seen by | joerg | 1 | -2/+2 |
2020-04-30 | Terminate case properly | joerg | 1 | -2/+2 |
2020-04-29 | mk/subst.mk: fix combination of SUBST_FILTER_CMD with SUBST_NOOP_OK=no | rillig | 1 | -3/+6 |
2020-04-29 | mk/subst.mk: allow identity substitutions in SUBST_NOOP_OK=no mode | rillig | 1 | -5/+24 |
2020-04-23 | mk/subst.mk: don't recommend {pre,do,post}-patch | rillig | 1 | -2/+2 |
2020-04-23 | mk/subst.mk: warn about all noop patterns before erroring out | rillig | 1 | -5/+16 |
2020-04-23 | mk/subst.mk: omit ./ for sanely named files, quote filename patterns | rillig | 1 | -3/+3 |
2020-04-23 | mk/subst.mk: refactor main code | rillig | 1 | -33/+34 |
2020-04-23 | mk/subst.mk: prevent filename expansion using "set -f" | rillig | 1 | -8/+6 |
2020-04-18 | mk/subst.mk: document that SUBST_VARS does not support dollar | rillig | 1 | -2/+2 |
2020-04-18 | mk/subst.mk: make error message for filename pattern easier readable | rillig | 1 | -2/+2 |
2020-04-18 | mk/subst.mk: avoid undefined behavior in regular expressions | rillig | 1 | -2/+2 |
2020-04-18 | mk/subst.mk: fix pkglint warnings and notes | rillig | 1 | -10/+11 |
2020-04-18 | mk/subst.mk: rename local variable _class_ to class | rillig | 1 | -33/+33 |
2020-04-01 | mk/subst.mk: add user-settable SUBST_NOOP_OK | rillig | 1 | -3/+13 |
2020-03-28 | mk/subst.mk: fix typo in documentation | rillig | 1 | -2/+2 |
2020-03-23 | mk/subst.mk: Unbreak builds with no substitutions. | jperkin | 1 | -2/+2 |
2020-03-22 | mk/subst.mk: only create cookie after everything is finished | rillig | 1 | -3/+3 |
2020-03-22 | mk/subst.mk: ignore directories in SUBST_FILES | rillig | 1 | -2/+2 |
2020-03-22 | mk/subst.mk: use the same severity for all messages | rillig | 1 | -4/+5 |
2020-03-21 | mk/subst.mk: run diff in the default locale | rillig | 1 | -2/+2 |
2020-03-21 | mk/subst.mk: add global SUBST_SHOW_DIFF variable | rillig | 1 | -2/+9 |
2020-03-21 | mk/subst.mk: fix bmake warnings in case of duplicate SUBST classes | rillig | 1 | -3/+3 |
2020-03-20 | mk/subst.mk: evaluate SUBST_MESSAGE only once, and late | rillig | 1 | -4/+7 |
2020-03-20 | mk/subst.mk: fix early evaluation of SUBST_FILES | rillig | 1 | -7/+13 |
2020-03-19 | mk/subst.mk: add SUBST_NOOP_OK to catch typos and outdated definitions | rillig | 1 | -6/+29 |
2019-11-22 | mk: Set LC_ALL=C to avoid encoding issue with tr and sed | minskim | 1 | -3/+3 |
2019-09-08 | mk/subst.mk: document variables used in the file, remove SUBST_TARGETS | rillig | 1 | -15/+11 |
2019-04-28 | mk/subst.mk: use simpler words in the documentation, add an example | rillig | 1 | -8/+18 |
2019-03-17 | mk/subst.mk: substitute embedded newlines, escape dots in variable names | rillig | 1 | -2/+2 |
2018-11-30 | mk/misc: make configuration for show-all targets more configurable | rillig | 1 | -1/+3 |
2018-10-08 | Fix whitespace issues reported by pkglint | rillig | 1 | -2/+2 |
2018-01-02 | Allow package developers to easily see and check the SUBST changes. | rillig | 1 | -1/+8 |
2016-01-31 | Fixed subst.mk not to corrupt files | rillig | 1 | -14/+10 |
2013-10-13 | Add note to SUBST_SED noting that -E is not a standard sed option. | dholland | 1 | -3/+4 |
2008-01-26 | See also: PLIST_SUBST | rillig | 1 | -1/+4 |
2008-01-23 | Made the wording more into an explanation. | rillig | 1 | -2/+3 |
2008-01-18 | If the package doesn't provide a SUBST_MESSAGE, generate a default one. | rillig | 1 | -3/+4 |
2008-01-18 | Don't rely on file(1) to distinguish text files from binary files. This | rillig | 1 | -5/+5 |
2008-01-18 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -7/+4 |
2007-11-19 | Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in a | rillig | 1 | -2/+3 |
2007-11-01 | Before running _SUBST_IS_TEXT_FILE on a file, make sure that the file | rillig | 1 | -5/+5 |
2007-04-05 | Recognize XML files as text. | wiz | 1 | -2/+2 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 1 | -1/+10 |
2007-03-07 | Fixed the quoting for SUBST_VARS.*. Now every character gets replaced | rillig | 1 | -2/+5 |