summaryrefslogtreecommitdiff
path: root/mk/help
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24Rename the install phase to stage-install. Introduce a new installjoerg1-2/+2
target that defaults to either stage-install or package-install, depending on whether DESTDIR support is active and supported by the package or not.
2009-05-15Re-enabled the detection of variables as they appear inrillig1-2/+2
mk/defaults/mk.conf. I don't know when I removed it accidentally.
2009-05-10Added documentation for UNLIMIT_RESOURCES.rillig1-0/+13
2009-05-09Make USE_DESTDIR=full the default value and retire the option.joerg1-5/+5
2008-09-15typorillig1-2/+2
2008-08-10Remove long outdated comment about full destdir not working completely.joerg1-3/+1
2008-06-16Make it more explicit that PKG_DESTDIR_SUPPORT and as side effectjoerg1-1/+4
META_PACKAGE must be set before including bsd.prefs.mk.
2008-02-20Eliminated a needless check.rillig1-5/+3
2008-02-20Changed the order of the checks for automatic keywords, so that therillig1-5/+5
latter checks are not run that much.
2008-02-19Documented the pkgsrc online help.rillig1-0/+35
2008-02-19Rewrote the help file parser a little bit, so that the definitions fromrillig1-7/+15
defaults/mk.conf can be found again. (The words didn't end with [A-Za-z0-9], but rather with "?=".
2008-02-12Removed outdated comment.rillig1-2/+1
2008-01-19Explained the evolution of mount(2) in NetBSD and how to deal with it.rillig1-3/+14
2008-01-19Renamed some *.mk files to *.help, since they only contain comments.rillig3-3/+6
2008-01-19Added a file where difficulties using specific C functions can berillig1-0/+12
documented. The first one is mremap(), since its prototype differs between Linux and NetBSD.
2008-01-10Explained the difference between an lvalue and an rvalue.rillig1-2/+21
Documented the __STDC__ macro, especially Sun's implementation.
2008-01-06C compilers also emit error messages that are worth being explain.rillig1-0/+16
2008-01-06Explained an error message from g++ that occurs quite often.rillig1-0/+36
2008-01-05Upper-case keywords may also end with a colon. This is used inrillig1-2/+2
mk/check/check-portability.mk.
2008-01-05Rewrote the help parser. You can get a list of all help topics byrillig1-29/+61
running "bmake help topic=:index" now. This change is in preparation of importing this help into the pkgsrc guide. There are still too many false positives to be useful.
2008-01-05Instead of just recording whether a topic is relevant or not, collectrillig1-9/+13
all applicable keywords (like variable names, make targets or explicit keywords). This will help printing an index of all keywords.
2007-12-13Made "bmake show-help topic=show-var" (and probably some others) workrillig1-4/+4
again.
2007-11-29More examples of "Undefined Symbol" from Solaris 10.rillig1-6/+79
2007-11-23+ asprintfrillig1-1/+6
2007-11-20Added gethostbyname and socket.rillig1-1/+9
2007-11-20Added help about the BROKEN_GETTEXT_DETECTION variable.rillig1-0/+10
2007-11-13Replaced the use of gensub() with sub(), since the former is notrillig1-3/+3
mentioned in The Open Group's specification of awk. Specifically, FreeBSD's awk doesn't have it.
2007-09-30MANINSTALL is _not_ user-settable.rillig1-1/+3
2007-09-29Added documentation about manpage handling in pkgsrc. This still needsrillig1-0/+36
much work.
2007-09-12ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commentedrillig1-1/+5
form.
2007-09-12Added documentation for NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM.rillig1-0/+18
2007-09-11Better specification for PKGNAME.rillig1-3/+8
2007-08-14Return the documentation for FOO.<param> or FOO.${param} when help forrillig1-3/+8
FOO is requested.
2007-08-13This file doesn't need the multiple-inclusion guards.rillig1-6/+1
2007-06-04Keywords may be separated by commas.rillig1-2/+2
2007-05-24Replaced printf(1) with echo(1), since printf is not available in therillig1-8/+8
top-level directory of pkgsrc.
2007-05-24If more than one location for a topic is found, print an empty linerillig1-1/+3
between them. Up to now, "bmake help topic=configure" looked rather compressed.
2007-04-11When pkgsrc-wip is available, look in those files, too.rillig1-1/+4
2007-03-09The mk/*/*/*.mk files are also interesting.rillig2-3/+11
Don't print the make target definition in the help text.
2007-03-01Remove SCRIPTS_ENV TODO, it is already documented inwiz1-5/+1
mk/configure/bsd.configure-vars.mk.
2007-02-20Make the help finder find multi-line definitions, like inrillig1-5/+10
mk/configure/replace-interpreter.mk.
2007-02-06Documented PKGNAME and PKGREVISION.rillig2-11/+51
2007-02-06A bit more documentation.rillig1-2/+4
2007-02-05More documentation for debugging pkgsrc.rillig1-0/+29
2007-01-21Some variable definitions in mk/defaults/mk.conf have only one word inrillig1-2/+2
the line where the variable name appears.
2007-01-17Documented WRKDIR.rillig1-1/+20
2007-01-15Documented PKGDIR.rillig1-1/+18
2007-01-14The default variable assignment is printed by "make help" again.rillig1-3/+3
Completely empty lines are suppressed.
2007-01-12Added the file msg.help, which describes the INFO_MSG, WARNING_MSG,rillig2-1/+21
ERROR_MSG and FATAL_MSG commands.
2007-01-12PKGTOOLS_ENV does not exist anymore.rillig1-5/+1