summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.readme.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09More SVR4_PKGNAME cleanup.wiz1-4/+2
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-3/+1
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-1/+3
Build depends are target packages that are needed at build-time for, e.g., static libraries to link against, header files to include, &c. Tool depends are native packages that are needed at build-time for, e.g., compilers/linkers/&c. to run. ok agc
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-2/+2
to santise environment
2011-06-03add "" to ${DESCR_SRC} to make thespz1-3/+3
[: /ftp/pub/pkgsrc/current/pkgsrc/archivers/heirloom-tar/DESCR: unexpected operator go away
2009-06-30add a long missing @ in the print-summary-data target that has been causing ↵dmcmahill1-2/+2
garbage to appear in the output
2008-06-24Fix _two_ bugs in obviously untested previous commit.wiz1-4/+4
2008-06-23include owner in readmeabs1-2/+6
2008-04-18Change the code generation README.html to use the newjoerg1-19/+13
"pkg_admin audit-history" command to print the full list of vulnerabilities and use further pkg_admin pmatch logic to mark them as fixed or still open. For pkg_install versions before 20080415, skip the vulnerability processing. Discussed with: dmcmahill
2008-03-15Remove remaining compat code for old pkg_install versions.joerg1-6/+2
2008-03-15Require newer pkg_install for make README.html as well.joerg1-26/+10
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-2/+2
2008-01-03* Rename AP var to AUDIT_PACKAGES as the former was a bit obscureadrianp1-4/+5
* Add DOWNLOAD_VULN_LIST var * Get AUDIT_PACKAGES and DOWNLOAD_VULN_LIST to point to the right binaries taking into consideration OPSYS and pkg_install version * Replace all references to audit-packages and download-vulnerability-list with AUDIT_PACKAGES and DOWNLOAD_VULN_LIST
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.