summaryrefslogtreecommitdiff
path: root/mk/flavor
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Fix broken shell code:tron1-3/+3
2008-05-21Include OWNER (if set) in BUILD_INFO - from dilloabs1-1/+4
2008-04-07Simplify logic as audit-packages and download-vulnerabilities alwaysjoerg1-20/+1
2008-04-07Sync with reality: audit-packages does exist, the vulnerability filejoerg1-3/+3
2008-04-05Remove old comment - this now does call audit-packages directlyadrianp1-5/+1
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg2-2/+29
2008-03-20Fix from David Holland for PR 38134 - fix a typo which was causingagc1-2/+2
2008-03-15Remove support for separate audit-packages, PKGTOOLS_REQD has beenjoerg1-52/+14
2008-03-11Explicitly "" around $1, so that e.g. csh-like expansion of {} doesn'tjoerg1-1/+1
2008-03-10Replace "pkg_admin -S lsbest" usage with pkg_info -E. The base strippingjoerg3-5/+5
2008-02-18Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mkobache1-1/+11
2008-01-23Add better error message when failing to tar up old package.gdt1-2/+3
2008-01-23Don't run pkg_create with the -v option. It prints a temporary packagerillig2-3/+4
2008-01-05Explicitly record the PKGNAME via the @name command. That way, it isrillig2-3/+9
2008-01-04Reverted the change that tried to make binary packages more sane becauserillig1-8/+2
2008-01-04Made the .include directives simpler, since the directory of therillig1-2/+2
2008-01-03When creating the binary package, first create a temporary file, and ifrillig1-2/+8
2008-01-03* Rename AP var to AUDIT_PACKAGES as the former was a bit obscureadrianp2-10/+14
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