Commit graph

12 commits

Author SHA1 Message Date
rillig
3434bf2469 PKGNAME and PKGPATH will never contain characters that need to be
escaped for HTML output.
2007-08-13 09:45:49 +00:00
adrianp
462a5ff1d9 Encode the generated HTML properly, taken from genreadme.awk 2007-08-06 19:28:17 +00:00
adrianp
bf4e848d46 Fix show-vulnerabilities-html target for pkg_install>=20070714.
audit-packages prints vulnerabilities to stdout so compensate for this.
2007-08-06 02:36:24 +00:00
adrianp
4dbb76ab3c mkdatabase needs BMAKE=${MAKE:Q} set before calling otherwise it will
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-05 19:13:02 +00:00
adrianp
7bddba39aa Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install is
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-08-04 11:23:56 +00:00
adrianp
9b5c38d79d Add support for the upcoming pkg_install-20070714 which now includes
audit-packages.
2007-07-14 17:17:45 +00:00
rillig
767e55b646 Added a missing line continuation in the README.html target. 2006-10-17 06:28:33 +00:00
rillig
25e3638a11 Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files can
be generated again.
2006-10-02 09:37:09 +00:00
jlam
b5e83f7d36 Remove all uses of the following targets from pkgsrc:
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-27 22:01:28 +00:00
jlam
c489860d62 Whenever we invoke a recursive make, we need to ensure that the proper
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-27 21:46:45 +00:00
rillig
5c048c44f3 Fixed dead links in the automatically generated README.html files. From
OKANO Takayoshi in PR 34006.
2006-07-15 20:08:33 +00:00
jlam
1d395074e5 Refactor the README.html generation code from bsd.pkg.mk into a separate
bsd.pkg.readme.mk and document the public targets and variables for this
new file.
2006-07-06 21:07:33 +00:00