Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-05 | Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1) | rillig | 1 | -2/+2 |
2007-01-23 | Since there are many cases where the string @FOO@ is replaced with the | rillig | 1 | -2/+11 |
2007-01-14 | The new variable SUBST_SKIP_TEXT_CHECK.* can be set to "yes" to do the | rillig | 1 | -2/+14 |
2007-01-11 | When a SUBST change leaves a file as-is, print an informational message. | rillig | 1 | -3/+4 |
2007-01-03 | + keyword "subst" | rillig | 1 | -1/+4 |
2006-12-10 | Also "Assembler source" is a text file for _SUBST_IS_TEXT_FILE. | reed | 1 | -2/+2 |
2006-11-23 | file(1) under NetBSD-sparc64 4.99.4 identifies the file | tron | 1 | -2/+2 |
2006-11-09 | Clarify _who_ is supposed to set the SUBST_* variables. | rillig | 1 | -2/+2 |
2006-07-02 | Fixed the documentation for SUBST_SED.*, which is not _one_ sed | rillig | 1 | -2/+3 |
2006-06-22 | SUBST_STAGE.* is currently not defined by all SUBST blocks, so disable | rillig | 1 | -2/+3 |
2006-06-17 | Simplified the code by reducing the number of different targets that are | rillig | 1 | -20/+11 |
2006-01-08 | Reverted the change from 1.29 to 1.30, as it had led to build failures in | rillig | 1 | -2/+11 |
2006-01-07 | Added two missing :Q operators. One of them affects how the | rillig | 1 | -3/+3 |
2006-01-07 | Removed the use of ${FILE_CMD} from the substitution framework. The | rillig | 1 | -11/+2 |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 1 | -2/+2 |
2006-01-01 | Fixed some cases where the exitcode of child processes has been ignored. | rillig | 1 | -4/+4 |
2006-01-01 | Fixed trivial pkglint warnings: | rillig | 1 | -4/+4 |
2005-12-06 | Allow absolute filenames for SUBST_FILES. Needed for converters/convmv and | rillig | 1 | -2/+2 |
2005-11-24 | Added another diagnostic message to distinguish the cases for non-text | rillig | 1 | -2/+4 |
2005-11-17 | A warning is printed for every non-text file. This helps in detecting | rillig | 1 | -1/+3 |
2005-08-21 | Changed the comment for SUBST_STAGE to be more complete. Started the other | rillig | 1 | -9/+9 |
2005-06-09 | Fixed a typo. | rillig | 1 | -2/+2 |
2005-05-20 | Change instances where we stored `shell command` in a make variable into | jlam | 1 | -23/+22 |
2005-05-20 | Revert part of revision 1.18. The new quoting was breaking some | jlam | 1 | -22/+23 |
2005-05-18 | Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarily | rillig | 1 | -2/+2 |
2005-05-17 | Fixed shell quoting. Reviewed by jlam. | rillig | 1 | -25/+27 |
2005-04-30 | Avoid checking for !empty(...) so that we that defer variable references. | jlam | 1 | -7/+1 |
2004-08-23 | SUBST_POSTCMD must be globally defined or else it breaks. | jlam | 1 | -2/+2 |
2004-08-23 | Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE} | jlam | 1 | -2/+2 |
2004-08-23 | Use _SUBST_BACKUP_SUFFIX instead of hardcoding ".subst.sav" everywhere. | jlam | 1 | -8/+10 |
2004-08-23 | SUBST_FILTER_CMD can't be empty. It must be a real filter cmd, so default | jlam | 1 | -2/+2 |
2004-06-06 | Usually there's no need to keep the original version of a file | schmonz | 1 | -2/+8 |
2004-03-07 | Solaris' file(1) reports "executable [path] script" on scripts which | grant | 1 | -2/+2 |
2004-03-01 | * Document SUBST_CLASSES. | uebayasi | 1 | -9/+13 |
2003-12-29 | Reinstate the fix in revision 1.6 | kim | 1 | -2/+2 |
2003-12-28 | Revert revision 1.5 as binaries and directories are now being substed | kim | 1 | -12/+18 |
2003-12-28 | The generated target is subst-<class>, not <class>-subst. Fix comment | jmmv | 1 | -2/+2 |
2003-12-27 | bomb to prevent silent failure if we're unable to rename a file | grant | 1 | -2/+2 |
2003-12-27 | remove somewhat bogus test for text files, which was dependent on the | grant | 1 | -18/+12 |
2003-12-11 | only print SUBST_MESSAGE if it's defined. | grant | 1 | -1/+3 |