summaryrefslogtreecommitdiff
path: root/mk/flavor
AgeCommit message (Expand)AuthorFilesLines
2007-12-16audit-packages logic for its location depends on a variety of factorsadrianp1-1/+19
2007-12-02Removed the block comments, as they were full of redundant words.rillig1-61/+29
2007-11-22Use SIGUSR1 instead of SIGINT, since the latter may occur indepenentlyrillig1-2/+2
2007-11-22Exit if reduce-depends produces an error.rillig1-2/+4
2007-11-22Replaced the usage message with a standard one.rillig1-9/+7
2007-11-22A little sanity checking prevents that a file called "=2.5" is createdrillig1-1/+5
2007-11-19Don't warn that the "check", "info" or "list' target will be removed.tron1-10/+10
2007-11-17Added a missing line continuation to prevent output of a shell command.rillig1-2/+2
2007-11-12Fix uninitialised variable resulting in wildcard patterns printed twice.joerg1-1/+2
2007-11-10show-installed-depends will not be removed.rillig1-2/+2
2007-11-10Removed the "will be removed soon" marker for show-downlevel, since itrillig1-3/+6
2007-11-07The comment in the first paragraph says that the targets in this filerillig1-8/+14
2007-11-07Removed some extra code that I had added years ago (bsd.pkg.mk 1.1610)rillig1-7/+2
2007-11-07Fixed the latest pkglint warnings.rillig1-5/+5
2007-11-07Replace ${PKG_SILENT}${_PKG_DEBUG} with ${RUN}, per pkglint.gdt1-3/+3
2007-11-07use ${OLDNAME} instead of OLDNAME to make it clear that it's agdt1-2/+2
2007-11-07Allow make replace to replace a package with a name other than the newgdt2-10/+21
2007-10-31Simpler .include lines.rillig2-12/+12
2007-10-14Switched two words, so that the version number of the package appears torillig1-2/+2
2007-10-01Added CVS Id.rillig1-0/+2
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