summaryrefslogtreecommitdiff
path: root/mk/subst.mk
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-05Adjust comment about SUBST_FILES to match reality:joerg1-2/+2
2006-01-01Fixed some cases where the exitcode of child processes has been ignored.rillig1-4/+4
2006-01-01Fixed trivial pkglint warnings:rillig1-4/+4
2005-12-06Allow absolute filenames for SUBST_FILES. Needed for converters/convmv andrillig1-2/+2
2005-11-24Added another diagnostic message to distinguish the cases for non-textrillig1-2/+4
2005-11-17A warning is printed for every non-text file. This helps in detectingrillig1-1/+3
2005-08-21Changed the comment for SUBST_STAGE to be more complete. Started the otherrillig1-9/+9
2005-06-09Fixed a typo.rillig1-2/+2
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-23/+22
2005-05-20Revert part of revision 1.18. The new quoting was breaking somejlam1-22/+23
2005-05-18Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarilyrillig1-2/+2
2005-05-17Fixed shell quoting. Reviewed by jlam.rillig1-25/+27
2005-04-30Avoid checking for !empty(...) so that we that defer variable references.jlam1-7/+1
2004-08-23SUBST_POSTCMD must be globally defined or else it breaks.jlam1-2/+2
2004-08-23Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE}jlam1-2/+2
2004-08-23Use _SUBST_BACKUP_SUFFIX instead of hardcoding ".subst.sav" everywhere.jlam1-8/+10
2004-08-23SUBST_FILTER_CMD can't be empty. It must be a real filter cmd, so defaultjlam1-2/+2
2004-06-06Usually there's no need to keep the original version of a fileschmonz1-2/+8
2004-03-07Solaris' file(1) reports "executable [path] script" on scripts whichgrant1-2/+2
2004-03-01* Document SUBST_CLASSES.uebayasi1-9/+13
2003-12-29Reinstate the fix in revision 1.6kim1-2/+2
2003-12-28Revert revision 1.5 as binaries and directories are now being substedkim1-12/+18
2003-12-28The generated target is subst-<class>, not <class>-subst. Fix commentjmmv1-2/+2
2003-12-27bomb to prevent silent failure if we're unable to rename a filegrant1-2/+2