Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2007-07-14 | Add support for the upcoming pkg_install-20070714 which now includes | adrianp | 1 | -35/+53 |
2007-07-13 | Don't cd to PREFIX, it might not exist yet. bin-install doesn't do | joerg | 1 | -2/+2 |
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 1 | -7/+1 |
2007-06-15 | When a recursive make is run, stdin must be preserved. Otherwise su(1) | rillig | 1 | -3/+5 |
2007-06-10 | Alter the pattern to detect upper limits to actually match some real | joerg | 1 | -2/+2 |
2007-06-07 | Back out previous and always define the shell variable $silent | jlam | 1 | -2/+3 |
2007-06-05 | The variable $silent may be undefined, not only empty. | rillig | 1 | -2/+2 |
2007-06-04 | Avoid usage of modern kinds of parameter expansion (##, #, %%, %) | heinz | 1 | -3/+4 |
2007-05-29 | * Move the meat of the bootstrap-depends target entirely within the | jlam | 1 | -3/+12 |
2007-05-28 | In order to avoid incorrect information about needed shared libraries in | heinz | 1 | -5/+5 |
2007-05-28 | Remove trailing spaces. | martti | 2 | -4/+4 |
2007-05-26 | Correct recording of provided shared libraries when using DESTDIR. | heinz | 1 | -2/+2 |
2007-05-25 | Remove stray done. | joerg | 1 | -3/+2 |
2007-05-25 | Partly backout the commit and move install-dependencies back into | joerg | 2 | -92/+54 |
2007-05-23 | Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends. | joerg | 1 | -1/+6 |
2007-05-22 | GNU make strongly dislikes it when MAKE is already set to bmake. | joerg | 2 | -23/+15 |
2007-05-22 | Remove an unused, just added internal target. | joerg | 1 | -6/+1 |
2007-05-22 | Fix a small logic bug. When running install-dependencies for the first | joerg | 2 | -11/+7 |
2007-05-22 | Make depends-cookie a flavor indendepent target. Before it was used to | joerg | 7 | -149/+302 |
2007-05-01 | Converted a load-time .for loop into a run-time one. This brings back | rillig | 1 | -6/+3 |
2007-04-19 | Drop NO_MTREE by making it the default. Introduce USE_MTREE to get the | joerg | 1 | -3/+7 |
2007-03-19 | When building the dependency lists, handle bootstrap dependencies like | joerg | 1 | -2/+2 |
2007-03-17 | XXX: "make replace" should be one transaction. | rillig | 1 | -1/+6 |
2007-03-15 | Made show-depends a flavor-specific target. | rillig | 2 | -4/+3 |