summaryrefslogtreecommitdiff
path: root/mk/flavor/pkg/metadata.mk
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Rename "flavor" to "pkgformat".reed1-415/+0
2010-12-02Better match library names to improve REQUIRES/PROVIDES.reed1-5/+4
2010-09-24add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list.chs1-1/+3
2010-05-03From Aleksey Cheusovreed1-3/+7
2010-02-19Use the real root account for MESSAGES, not the fake user forjoerg1-3/+3
2009-07-24Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767.joerg1-19/+22
2009-05-02Add new metadata: PREV_PKGPATH and SUPERSEDES.reed1-1/+7
2008-05-21Include OWNER (if set) in BUILD_INFO - from dilloabs1-1/+4
2008-01-23Don't run pkg_create with the -v option. It prints a temporary packagerillig1-2/+2
2008-01-05Explicitly record the PKGNAME via the @name command. That way, it isrillig1-1/+2
2007-09-20Replaced _PKG_SILENT _PKG_DEBUG with the shorter RUN.rillig1-51/+41
2007-08-14Don't remove the whole metadata directory in _flavor-clean-metadata...jlam1-3/+4
2007-08-10Rename the generate-metadata and clean-metadata targets to _flavor- stylejlam1-11/+11
2007-07-02Remove USE_MTREE support. Keep one copy (the NetBSD version) forjoerg1-7/+1
2007-06-04Avoid usage of modern kinds of parameter expansion (##, #, %%, %)heinz1-3/+4
2007-05-28In order to avoid incorrect information about needed shared libraries inheinz1-5/+5
2007-05-26Correct recording of provided shared libraries when using DESTDIR.heinz1-2/+2
2007-05-22Make depends-cookie a flavor indendepent target. Before it was used tojoerg1-24/+14
2007-05-01Converted a load-time .for loop into a run-time one. This brings backrillig1-6/+3
2007-04-19Drop NO_MTREE by making it the default. Introduce USE_MTREE to get thejoerg1-3/+7
2007-03-14Use the new -T option of pkg_crate, if pkg_install is new enough.joerg1-1/+11
2007-03-09Fixed a quoting bug that occurred when PKG_DEVELOPER=#yes,rillig1-2/+2
2007-03-09Renamed some more flavor-specific targets to have the form _flavor-*.rillig1-2/+2
2007-03-02Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'.wiz1-3/+3
2006-11-13Record the build host (i.e. the machine a package was built on) in theagc1-1/+4
2006-10-09Main infrastructure for DESTDIR support.joerg1-6/+10
2006-10-08Remove the +BUILD_DEFS file before overwriting it. This is necessary torillig1-3/+5
2006-08-04Make sure requires and libs (PROVIDES) are set forreed1-5/+5
2006-07-27Add back CONFLICTS handling that was accidentally left out when revisionjlam1-1/+2
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-3/+3
2006-06-09make(1) will automatically delete partially made targets if the targetjlam1-30/+22
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig1-2/+2
2006-06-07Rewrite to avoid using "grep -H", which Solaris' grep does not support.jlam1-2/+6
2006-06-06Avoid using PKGNAME in target names since they are "immediately"jlam1-2/+2
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-2/+2
2006-06-03First pass at implementing support for package system flavors otherjlam1-0/+404