Age | Commit message (Expand) | Author | Files | Lines |
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-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 | 1 | -10/+10 |
2007-10-14 | Switched two words, so that the version number of the package appears to | rillig | 1 | -2/+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 |
2007-08-14 | Don't remove the whole metadata directory in _flavor-clean-metadata... | jlam | 1 | -3/+4 |
2007-08-13 | Factor out _REPLACE_NEWNAME_CMD. | gdt | 1 | -17/+21 |
2007-08-13 | Made the code simpler: | rillig | 1 | -40/+23 |
2007-08-11 | add missing \, reported my Mark Perkins | gdt | 1 | -2/+2 |
2007-08-10 | store +REQUIRED_BY and +INSTALLED_INFO in work/.replace-FOO rather | gdt | 1 | -7/+12 |
2007-08-10 | Rename the generate-metadata and clean-metadata targets to _flavor- style | jlam | 2 | -14/+14 |
2007-08-10 | Remove ${WRKDIR}/.pkgdb during "install-clean" as that directory | jlam | 1 | -1/+6 |
2007-08-08 | Skip blank lines in +REQUIRED_BY files so that we don't error out trying | jlam | 1 | -1/+2 |
2007-08-08 | Need to also unset unsafe_depends_strict along with unsafe_depends here. | tnn | 1 | -2/+2 |
2007-08-08 | Change the meaning of unsafe_depends to mean that a dependency has | gdt | 1 | -3/+9 |
2007-08-08 | Improve previous: Per tnn@ suggestion, don't do pkg_admin unset unless | gdt | 1 | -6/+17 |
2007-08-07 | Remove unsafe_depends and rebuild tags from a package just before | gdt | 1 | -3/+6 |
2007-08-04 | Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install is | adrianp | 1 | -3/+2 |
2007-08-03 | Update _USE_DESTDIR=full handling to use the new -u/-g code and | joerg | 1 | -1/+4 |
2007-08-02 | Preserve any existing +INSTALLED_INFO file from an installed package | jlam | 1 | -1/+19 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 2 | -4/+16 |