summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.check.mk
AgeCommit message (Expand)AuthorFilesLines
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-3/+3
2006-02-23Only add "fonts.(alias|dir|scale)" to "CHECK_FILES_SKIP" if a packagetron1-1/+5
2006-01-24The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames orrillig1-3/+5
2006-01-21Whether a missing interpreter is a warning or an error depends on whetherrillig1-2/+2
2006-01-21Depending on whether a file is executable or not, it is an error or arillig1-3/+7
2006-01-12Documented CHECK_INTERPRETER in the header comment.rillig1-1/+4
2006-01-12Added the target check-interpreter to bsd.pkg.check.mk, which checksrillig1-1/+46
2006-01-09Add a missing trailing backslash to continuatificate a shell snippetschmonz1-2/+2
2006-01-07Add R's index files, that are regenerated when a local modulemarkd1-1/+7
2005-12-30Skip charset.alias as it's another generated index file that changesjlam1-1/+4
2005-12-29Add some X11 font database files that are generated by mkfontdir,jlam1-1/+6
2005-12-29Add comments for the skipped files for CHECK_FILES.jlam1-2/+18
2005-09-30It is confusing to report the files mentioned in the PLIST but filteredkristerw1-8/+23
2005-09-25Some of the names listed in CHECK_FILES_SKIP are for directories, andkristerw1-5/+5
2005-09-25Use ${GREP} -vx instead of ${GREP} -v when filtering the listkristerw1-2/+2
2005-09-03Skip checking files in the refcount directory in case it's underjlam1-1/+2
2005-08-20Don't skip files that are under REQD_DIRS directories, as those arejlam1-3/+3
2005-08-20The various bsd.pkginstall.mk variables can be paths relative tojlam1-3/+3
2005-08-19Define new variables for package Makefile use:jlam1-3/+3
2005-08-19perllocal.pod is like info/dir... we don't care if it's created orjlam1-1/+2
2005-08-15Alter the check-files target for ${PREFIX} to check for if files arejlam1-19/+38
2005-08-15Minor nit... use ${.TARGET} instead of specifying the file name againjlam1-2/+2
2005-07-28Fix swapped words, found by Leonard Schmidt via tech-pkg.wiz1-2/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
2005-06-23CHECK_FILES is not ready for prime time, so do not enable it bykristerw1-2/+1
2005-06-23Put back behavior that was lost in the initial split of the check-filesjlam1-1/+7
2005-06-23Add a PKGSRC_USE_TOOLS definition to bsd.pkg.check.mk that notes thejlam1-7/+10
2005-06-23Drop CHECK_WRKREF_IS_TEXT_FILE and modify the semantics of CHECK_WRKREFjlam1-16/+22
2005-06-23Split out the check-wrkref implementation and related variables fromjlam1-1/+77
2005-06-23Split out the check-files implementation and related variables intojlam1-0/+253