Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-03-15 | If the "Internal error #1" happens again, it will at least provide a | rillig | 1 | -2/+2 |
2007-03-14 | Use the new -T option of pkg_crate, if pkg_install is new enough. | joerg | 2 | -2/+16 |
2007-03-09 | Fixed a quoting bug that occurred when PKG_DEVELOPER=#yes, | rillig | 1 | -2/+2 |
2007-03-09 | Added MAKEFLAGS to the call to RECURSIVE_MAKE. | rillig | 1 | -2/+2 |
2007-03-09 | Renamed some more flavor-specific targets to have the form _flavor-*. | rillig | 6 | -63/+50 |
2007-03-08 | Renamed replace-pkg to _flavor-replace and undo-replace-pkg to | rillig | 2 | -17/+18 |
2007-03-08 | Added headings. | rillig | 1 | -5/+15 |
2007-03-08 | Don't create ${.TARGET} unless no further error can occur. The make(1) | rillig | 1 | -10/+11 |
2007-03-02 | Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'. | wiz | 1 | -3/+3 |
2007-02-20 | Added a README file with some basic introduction to encourage developers | rillig | 1 | -0/+56 |
2007-02-19 | Fixed more shell quoting issues, which showed up on IRIX. No wonder that | rillig | 1 | -6/+6 |
2007-02-19 | Oops: In the pre-previous commit, I forgot the $$2. | rillig | 1 | -2/+2 |
2007-02-19 | When make(1)'s shell is a Korn shell, brace expansion may be performed. | rillig | 1 | -9/+9 |
2007-02-19 | Made _DEPENDS_PATTERNS_CMD a little simpler. | rillig | 1 | -5/+5 |
2007-01-05 | PKGVIEWS is never supposed to be empty, so it does not need the | rillig | 1 | -3/+2 |
2007-01-05 | Since 2003, the package tools don't need their own environment variable, | rillig | 1 | -13/+7 |
2006-12-13 | Add "sid" as an abbreviation for the "show-installed-depends" target. | ghen | 1 | -1/+5 |
2006-11-26 | Oops, forgot to remove a line continuation. | rillig | 1 | -2/+2 |
2006-11-26 | As the pkglint warning says, the pipe operator discards the exit status of | rillig | 1 | -6/+8 |
2006-11-16 | The undo-replace target had confused the "installed" and the "new" name. | rillig | 1 | -43/+30 |
2006-11-13 | Record the build host (i.e. the machine a package was built on) in the | agc | 1 | -1/+4 |
2006-11-03 | Add package-install. For non-DESTDIR builds, package and package-install | joerg | 1 | -1/+27 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 2 | -8/+16 |
2006-10-09 | Backout rev 1.13 of rillig. Addresses PR 34764 and complains on | joerg | 1 | -9/+7 |
2006-10-09 | Replaced the pipe operator with temporary files, since the former hides | rillig | 1 | -7/+9 |
2006-10-08 | Remove the +BUILD_DEFS file before overwriting it. This is necessary to | rillig | 1 | -3/+5 |
2006-10-08 | Made the code simpler and added "set -e". | rillig | 1 | -7/+6 |
2006-10-06 | Remove references to DESTDIR. LOCALBASE should not be altered that way, | joerg | 2 | -4/+4 |
2006-08-04 | Make sure requires and libs (PROVIDES) are set for | reed | 1 | -5/+5 |
2006-07-27 | Add back CONFLICTS handling that was accidentally left out when revision | jlam | 1 | -1/+2 |
2006-07-27 | Remove all uses of the following targets from pkgsrc: | jlam | 1 | -2/+3 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 2 | -5/+5 |
2006-07-19 | Make "mirror-distfiles" less verbose by not printing out anything if no | jlam | 1 | -2/+6 |
2006-07-17 | During 'make replace', use pkg_admin to set the unsafe_depends | gdt | 1 | -1/+2 |