summaryrefslogtreecommitdiff
path: root/mk/subst.mk
AgeCommit message (Expand)AuthorFilesLines
2020-04-18mk/subst.mk: document that SUBST_VARS does not support dollarrillig1-2/+2
2020-04-18mk/subst.mk: make error message for filename pattern easier readablerillig1-2/+2
2020-04-18mk/subst.mk: avoid undefined behavior in regular expressionsrillig1-2/+2
2020-04-18mk/subst.mk: fix pkglint warnings and notesrillig1-10/+11
2020-04-18mk/subst.mk: rename local variable _class_ to classrillig1-33/+33
2020-04-01mk/subst.mk: add user-settable SUBST_NOOP_OKrillig1-3/+13
2020-03-28mk/subst.mk: fix typo in documentationrillig1-2/+2
2020-03-23mk/subst.mk: Unbreak builds with no substitutions.jperkin1-2/+2
2020-03-22mk/subst.mk: only create cookie after everything is finishedrillig1-3/+3
2020-03-22mk/subst.mk: ignore directories in SUBST_FILESrillig1-2/+2
2020-03-22mk/subst.mk: use the same severity for all messagesrillig1-4/+5
2020-03-21mk/subst.mk: run diff in the default localerillig1-2/+2
2020-03-21mk/subst.mk: add global SUBST_SHOW_DIFF variablerillig1-2/+9
2020-03-21mk/subst.mk: fix bmake warnings in case of duplicate SUBST classesrillig1-3/+3
2020-03-20mk/subst.mk: evaluate SUBST_MESSAGE only once, and laterillig1-4/+7
2020-03-20mk/subst.mk: fix early evaluation of SUBST_FILESrillig1-7/+13
2020-03-19mk/subst.mk: add SUBST_NOOP_OK to catch typos and outdated definitionsrillig1-6/+29
2019-11-22mk: Set LC_ALL=C to avoid encoding issue with tr and sedminskim1-3/+3
2019-09-08mk/subst.mk: document variables used in the file, remove SUBST_TARGETSrillig1-15/+11
2019-04-28mk/subst.mk: use simpler words in the documentation, add an examplerillig1-8/+18
2019-03-17mk/subst.mk: substitute embedded newlines, escape dots in variable namesrillig1-2/+2
2018-11-30mk/misc: make configuration for show-all targets more configurablerillig1-1/+3
2018-10-08Fix whitespace issues reported by pkglintrillig1-2/+2
2018-01-02Allow package developers to easily see and check the SUBST changes.rillig1-1/+8
2016-01-31Fixed subst.mk not to corrupt filesrillig1-14/+10
2013-10-13Add note to SUBST_SED noting that -E is not a standard sed option.dholland1-3/+4
2008-01-26See also: PLIST_SUBSTrillig1-1/+4
2008-01-23Made the wording more into an explanation.rillig1-2/+3
2008-01-18If the package doesn't provide a SUBST_MESSAGE, generate a default one.rillig1-3/+4
2008-01-18Don't rely on file(1) to distinguish text files from binary files. Thisrillig1-5/+5
2008-01-18Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-7/+4
2007-11-19Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in arillig1-2/+3
2007-11-01Before running _SUBST_IS_TEXT_FILE on a file, make sure that the filerillig1-5/+5
2007-04-05Recognize XML files as text.wiz1-2/+2
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig1-1/+10
2007-03-07Fixed the quoting for SUBST_VARS.*. Now every character gets replacedrillig1-2/+5
2007-02-05Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1)rillig1-2/+2
2007-01-23Since there are many cases where the string @FOO@ is replaced with therillig1-2/+11
2007-01-14The new variable SUBST_SKIP_TEXT_CHECK.* can be set to "yes" to do therillig1-2/+14
2007-01-11When a SUBST change leaves a file as-is, print an informational message.rillig1-3/+4
2007-01-03+ keyword "subst"rillig1-1/+4
2006-12-10Also "Assembler source" is a text file for _SUBST_IS_TEXT_FILE.reed1-2/+2
2006-11-23file(1) under NetBSD-sparc64 4.99.4 identifies the filetron1-2/+2
2006-11-09Clarify _who_ is supposed to set the SUBST_* variables.rillig1-2/+2
2006-07-02Fixed the documentation for SUBST_SED.*, which is not _one_ sedrillig1-2/+3
2006-06-22SUBST_STAGE.* is currently not defined by all SUBST blocks, so disablerillig1-2/+3
2006-06-17Simplified the code by reducing the number of different targets that arerillig1-20/+11
2006-01-08Reverted the change from 1.29 to 1.30, as it had led to build failures inrillig1-2/+11
2006-01-07Added two missing :Q operators. One of them affects how therillig1-3/+3
2006-01-07Removed the use of ${FILE_CMD} from the substitution framework. Therillig1-11/+2