Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -2/+2 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -33/+57 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 4 | -17/+17 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+3 |
2006-07-05 | Fix two bugs which prevent undo-replace from working. | jlam | 1 | -3/+3 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -12/+39 |
2006-06-14 | Fix error with just-in-time su when installing dependencies. The code | jlam | 1 | -3/+4 |
2006-06-09 | make(1) will automatically delete partially made targets if the target | jlam | 2 | -40/+27 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -22/+19 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 4 | -12/+12 |
2006-06-08 | Added a missing :Q operator for DEPENDS_TARGET, since like the other | rillig | 1 | -2/+2 |
2006-06-07 | Replace use of ${ECHO} with *_MSG to get more consistent-looking messages. | jlam | 1 | -11/+11 |
2006-06-07 | Make use of ERROR_CAT to print the list of conflicting packages. | jlam | 1 | -3/+2 |
2006-06-07 | Fix typo, reported by walt on users@crater.dragonflybsd.org. | ghen | 1 | -2/+2 |
2006-06-07 | Rewrite to avoid using "grep -H", which Solaris' grep does not support. | jlam | 1 | -2/+6 |