summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.readme.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-20Rename PKGTOOLS_VER to PKGTOOLS_VERSION and use that everywhereadrianp1-2/+2
Export PKGTOOLS_VERSION so that genreadme.awk can use it This will sync the output between './mkreadme' and 'make readme'
2007-10-09Remove trailing spaces.martti1-3/+3
2007-08-29The code for the pkg_install<20070714 vulnerability checks used in theadrianp1-2/+3
README.html generation are broken. It will not find vulnerabilities in any packages that have complex names in the pkg-vulnerabilties file. e.g. php{4,5}-perl and sun-{jdk,jre}15 Post pkg_install-20070714 this is now fixed and only currently known vulnerabilities are shown in the generated README.html files for packages. You will need to update to pkg_install>=20070714 to get this fix.
2007-08-13PKGNAME and PKGPATH will never contain characters that need to berillig1-5/+3
escaped for HTML output.
2007-08-06Encode the generated HTML properly, taken from genreadme.awkadrianp1-3/+7
2007-08-06Fix show-vulnerabilities-html target for pkg_install>=20070714.adrianp1-2/+2
audit-packages prints vulnerabilities to stdout so compensate for this.
2007-08-05mkdatabase needs BMAKE=${MAKE:Q} set before calling otherwise it willadrianp1-2/+2
default to using 'make' which will break systems (e.g. OS/X) that use 'bmake'. Report from Mark E. Perkins on pkgsrc-users@
2007-08-04Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install isadrianp1-3/+8
installed. Idea from one of joerg@'s patches. Fix 'make readme' and make README.html' targets for individual packages. Issue reported by Gary Thorpe and David Lord in pkgsrc-users@
2007-07-14Add support for the upcoming pkg_install-20070714 which now includesadrianp1-8/+25
audit-packages.
2006-10-17Added a missing line continuation in the README.html target.rillig1-2/+2
2006-10-02Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files canrillig1-2/+2
be generated again.
2006-07-27Remove all uses of the following targets from pkgsrc:jlam1-5/+4
show-all-depends-dirs show-all-depends-dirs-excl Replace them with calls to pkgsrc/mk/scripts/depends-depth-first.awk which does the same thing but without the extra overhead of invoking a recursive make.
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-11/+11
environment ${PKGSRC_MAKE_ENV} is also passed along. Create a convenience variable RECURSIVE_MAKE that does exactly this and that can be used in place of MAKE when invoking make recursively. Use RECURSIVE_MAKE everywhere in pkgsrc/mk that we invoke make recursively.
2006-07-15Fixed dead links in the automatically generated README.html files. Fromrillig1-3/+3
OKANO Takayoshi in PR 34006.
2006-07-06Refactor the README.html generation code from bsd.pkg.mk into a separatejlam1-0/+339
bsd.pkg.readme.mk and document the public targets and variables for this new file.