summaryrefslogtreecommitdiff
path: root/mk/flavor/pkg
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Documented the used environment variables.rillig1-1/+7
2007-09-22revert previous; it has trouble in two many places and 1) a fix isn'tgdt1-5/+4
2007-09-21When replacing, use the oldname as found in work/.replace_oldname togdt1-4/+5
2007-09-21Instead of the overly verbose "Required installed package", the type ofrillig1-10/+13
2007-09-20Replaced _PKG_SILENT _PKG_DEBUG with the shorter RUN.rillig1-51/+41
2007-09-07Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN} and made the code simpler.rillig1-24/+14
2007-08-15Use the new pkg_add -m for cross-compiling instead of -f.joerg1-2/+2
2007-08-14Fix a number of bugs in the DESTDIR support:joerg1-1/+7
2007-08-14Don't remove the whole metadata directory in _flavor-clean-metadata...jlam1-3/+4
2007-08-13Factor out _REPLACE_NEWNAME_CMD.gdt1-17/+21
2007-08-13Made the code simpler:rillig1-40/+23
2007-08-11add missing \, reported my Mark Perkinsgdt1-2/+2
2007-08-10store +REQUIRED_BY and +INSTALLED_INFO in work/.replace-FOO rathergdt1-7/+12
2007-08-10Rename the generate-metadata and clean-metadata targets to _flavor- stylejlam2-14/+14
2007-08-10Remove ${WRKDIR}/.pkgdb during "install-clean" as that directoryjlam1-1/+6
2007-08-08Skip blank lines in +REQUIRED_BY files so that we don't error out tryingjlam1-1/+2
2007-08-08Need to also unset unsafe_depends_strict along with unsafe_depends here.tnn1-2/+2
2007-08-08Change the meaning of unsafe_depends to mean that a dependency hasgdt1-3/+9
2007-08-08Improve previous: Per tnn@ suggestion, don't do pkg_admin unset unlessgdt1-6/+17
2007-08-07Remove unsafe_depends and rebuild tags from a package just beforegdt1-3/+6
2007-08-04Use ${PKGTOOLS_VERSION} when detecting which version of pkg_install isadrianp1-3/+2
2007-08-03Update _USE_DESTDIR=full handling to use the new -u/-g code andjoerg1-1/+4
2007-08-02Preserve any existing +INSTALLED_INFO file from an installed packagejlam1-1/+19
2007-08-02Add core of the infrastructure support for cross-compilation.joerg2-4/+16
2007-07-14Add support for the upcoming pkg_install-20070714 which now includesadrianp1-35/+53
2007-07-13Don't cd to PREFIX, it might not exist yet. bin-install doesn't dojoerg1-2/+2
2007-07-02Remove USE_MTREE support. Keep one copy (the NetBSD version) forjoerg1-7/+1
2007-06-15When a recursive make is run, stdin must be preserved. Otherwise su(1)rillig1-3/+5
2007-06-10Alter the pattern to detect upper limits to actually match some realjoerg1-2/+2
2007-06-07Back out previous and always define the shell variable $silentjlam1-2/+3
2007-06-05The variable $silent may be undefined, not only empty.rillig1-2/+2
2007-06-04Avoid usage of modern kinds of parameter expansion (##, #, %%, %)heinz1-3/+4
2007-05-29* Move the meat of the bootstrap-depends target entirely within thejlam1-3/+12
2007-05-28In order to avoid incorrect information about needed shared libraries inheinz1-5/+5
2007-05-28Remove trailing spaces.martti2-4/+4
2007-05-26Correct recording of provided shared libraries when using DESTDIR.heinz1-2/+2
2007-05-25Remove stray done.joerg1-3/+2
2007-05-25Partly backout the commit and move install-dependencies back intojoerg2-92/+54
2007-05-23Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends.joerg1-1/+6
2007-05-22GNU make strongly dislikes it when MAKE is already set to bmake.joerg2-23/+15
2007-05-22Remove an unused, just added internal target.joerg1-6/+1
2007-05-22Fix a small logic bug. When running install-dependencies for the firstjoerg2-11/+7
2007-05-22Make depends-cookie a flavor indendepent target. Before it was used tojoerg7-149/+302
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-19When building the dependency lists, handle bootstrap dependencies likejoerg1-2/+2
2007-03-17XXX: "make replace" should be one transaction.rillig1-1/+6
2007-03-15Made show-depends a flavor-specific target.rillig1-3/+2
2007-03-15If the "Internal error #1" happens again, it will at least provide arillig1-2/+2
2007-03-14Use the new -T option of pkg_crate, if pkg_install is new enough.joerg2-2/+16