Age | Commit message (Expand) | Author | Files | Lines |
2011-10-15 | Rename "flavor" to "pkgformat". | reed | 1 | -415/+0 |
2010-12-02 | Better match library names to improve REQUIRES/PROVIDES. | reed | 1 | -5/+4 |
2010-09-24 | add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list. | chs | 1 | -1/+3 |
2010-05-03 | From Aleksey Cheusov | reed | 1 | -3/+7 |
2010-02-19 | Use the real root account for MESSAGES, not the fake user for | joerg | 1 | -3/+3 |
2009-07-24 | Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767. | joerg | 1 | -19/+22 |
2009-05-02 | Add new metadata: PREV_PKGPATH and SUPERSEDES. | reed | 1 | -1/+7 |
2008-05-21 | Include OWNER (if set) in BUILD_INFO - from dillo | abs | 1 | -1/+4 |
2008-01-23 | Don't run pkg_create with the -v option. It prints a temporary package | rillig | 1 | -2/+2 |
2008-01-05 | Explicitly record the PKGNAME via the @name command. That way, it is | rillig | 1 | -1/+2 |
2007-09-20 | Replaced _PKG_SILENT _PKG_DEBUG with the shorter RUN. | rillig | 1 | -51/+41 |
2007-08-14 | Don't remove the whole metadata directory in _flavor-clean-metadata... | jlam | 1 | -3/+4 |
2007-08-10 | Rename the generate-metadata and clean-metadata targets to _flavor- style | jlam | 1 | -11/+11 |
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 1 | -7/+1 |
2007-06-04 | Avoid usage of modern kinds of parameter expansion (##, #, %%, %) | heinz | 1 | -3/+4 |
2007-05-28 | In order to avoid incorrect information about needed shared libraries in | heinz | 1 | -5/+5 |
2007-05-26 | Correct recording of provided shared libraries when using DESTDIR. | heinz | 1 | -2/+2 |
2007-05-22 | Make depends-cookie a flavor indendepent target. Before it was used to | joerg | 1 | -24/+14 |
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-14 | Use the new -T option of pkg_crate, if pkg_install is new enough. | joerg | 1 | -1/+11 |
2007-03-09 | Fixed a quoting bug that occurred when PKG_DEVELOPER=#yes, | rillig | 1 | -2/+2 |
2007-03-09 | Renamed some more flavor-specific targets to have the form _flavor-*. | rillig | 1 | -2/+2 |
2007-03-02 | Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'. | wiz | 1 | -3/+3 |
2006-11-13 | Record the build host (i.e. the machine a package was built on) in the | agc | 1 | -1/+4 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 1 | -6/+10 |
2006-10-08 | Remove the +BUILD_DEFS file before overwriting it. This is necessary to | rillig | 1 | -3/+5 |
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-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -3/+3 |
2006-06-09 | make(1) will automatically delete partially made targets if the target | jlam | 1 | -30/+22 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 1 | -2/+2 |
2006-06-07 | Rewrite to avoid using "grep -H", which Solaris' grep does not support. | jlam | 1 | -2/+6 |
2006-06-06 | Avoid using PKGNAME in target names since they are "immediately" | jlam | 1 | -2/+2 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 1 | -2/+2 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 1 | -0/+404 |