Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | package-install with DESTDIR should pass down -A as needed to get | joerg | 1 | -2/+5 |
2009-02-11 | Use pkg_admin for audit processing if pkg_install >= 20090201 is | joerg | 2 | -4/+14 |
2009-02-06 | Fix circular dependency detection for the case of non-leading circles. | joerg | 1 | -4/+9 |
2008-11-29 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 2 | -21/+21 |
2008-05-26 | Fix broken shell code: | tron | 1 | -3/+3 |
2008-05-21 | Include OWNER (if set) in BUILD_INFO - from dillo | abs | 1 | -1/+4 |
2008-04-07 | Simplify logic as audit-packages and download-vulnerabilities always | joerg | 1 | -20/+1 |
2008-04-07 | Sync with reality: audit-packages does exist, the vulnerability file | joerg | 1 | -3/+3 |
2008-04-05 | Remove old comment - this now does call audit-packages directly | adrianp | 1 | -5/+1 |
2008-04-03 | Move handling of pkg_install version into flavor. Add an explicit | joerg | 2 | -2/+29 |
2008-03-20 | Fix from David Holland for PR 38134 - fix a typo which was causing | agc | 1 | -2/+2 |
2008-03-15 | Remove support for separate audit-packages, PKGTOOLS_REQD has been | joerg | 1 | -52/+14 |
2008-03-11 | Explicitly "" around $1, so that e.g. csh-like expansion of {} doesn't | joerg | 1 | -1/+1 |
2008-03-10 | Replace "pkg_admin -S lsbest" usage with pkg_info -E. The base stripping | joerg | 3 | -5/+5 |
2008-02-18 | Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mk | obache | 1 | -1/+11 |
2008-01-23 | Add better error message when failing to tar up old package. | gdt | 1 | -2/+3 |
2008-01-23 | Don't run pkg_create with the -v option. It prints a temporary package | rillig | 2 | -3/+4 |
2008-01-05 | Explicitly record the PKGNAME via the @name command. That way, it is | rillig | 2 | -3/+9 |
2008-01-04 | Reverted the change that tried to make binary packages more sane because | rillig | 1 | -8/+2 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -2/+2 |
2008-01-03 | When creating the binary package, first create a temporary file, and if | rillig | 1 | -2/+8 |
2008-01-03 | * Rename AP var to AUDIT_PACKAGES as the former was a bit obscure | adrianp | 2 | -10/+14 |
2007-12-16 | audit-packages logic for its location depends on a variety of factors | adrianp | 1 | -1/+19 |
2007-12-02 | Removed the block comments, as they were full of redundant words. | rillig | 1 | -61/+29 |
2007-11-22 | Use SIGUSR1 instead of SIGINT, since the latter may occur indepenently | rillig | 1 | -2/+2 |
2007-11-22 | Exit if reduce-depends produces an error. | rillig | 1 | -2/+4 |
2007-11-22 | Replaced the usage message with a standard one. | rillig | 1 | -9/+7 |
2007-11-22 | A little sanity checking prevents that a file called "=2.5" is created | rillig | 1 | -1/+5 |
2007-11-19 | Don't warn that the "check", "info" or "list' target will be removed. | tron | 1 | -10/+10 |
2007-11-17 | Added a missing line continuation to prevent output of a shell command. | rillig | 1 | -2/+2 |
2007-11-12 | Fix uninitialised variable resulting in wildcard patterns printed twice. | joerg | 1 | -1/+2 |
2007-11-10 | show-installed-depends will not be removed. | rillig | 1 | -2/+2 |
2007-11-10 | Removed the "will be removed soon" marker for show-downlevel, since it | rillig | 1 | -3/+6 |
2007-11-07 | The comment in the first paragraph says that the targets in this file | rillig | 1 | -8/+14 |
2007-11-07 | Removed some extra code that I had added years ago (bsd.pkg.mk 1.1610) | rillig | 1 | -7/+2 |
2007-11-07 | Fixed the latest pkglint warnings. | rillig | 1 | -5/+5 |
2007-11-07 | Replace ${PKG_SILENT}${_PKG_DEBUG} with ${RUN}, per pkglint. | gdt | 1 | -3/+3 |
2007-11-07 | use ${OLDNAME} instead of OLDNAME to make it clear that it's a | gdt | 1 | -2/+2 |
2007-11-07 | Allow make replace to replace a package with a name other than the new | gdt | 2 | -10/+21 |
2007-10-31 | Simpler .include lines. | rillig | 2 | -12/+12 |
2007-10-14 | Switched two words, so that the version number of the package appears to | rillig | 1 | -2/+2 |
2007-10-01 | Added CVS Id. | rillig | 1 | -0/+2 |
2007-09-27 | Documented the used environment variables. | rillig | 1 | -1/+7 |
2007-09-22 | revert previous; it has trouble in two many places and 1) a fix isn't | gdt | 1 | -5/+4 |
2007-09-21 | When replacing, use the oldname as found in work/.replace_oldname to | gdt | 1 | -4/+5 |
2007-09-21 | Instead of the overly verbose "Required installed package", the type of | rillig | 1 | -10/+13 |
2007-09-20 | Replaced _PKG_SILENT _PKG_DEBUG with the shorter RUN. | rillig | 1 | -51/+41 |
2007-09-07 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN} and made the code simpler. | rillig | 1 | -24/+14 |
2007-08-15 | Use the new pkg_add -m for cross-compiling instead of -f. | joerg | 1 | -2/+2 |
2007-08-14 | Fix a number of bugs in the DESTDIR support: | joerg | 1 | -1/+7 |