Age | Commit message (Expand) | Author | Files | Lines |
2010-02-24 | Rename the install phase to stage-install. Introduce a new install | joerg | 1 | -2/+2 |
2009-05-15 | Re-enabled the detection of variables as they appear in | rillig | 1 | -2/+2 |
2009-05-10 | Added documentation for UNLIMIT_RESOURCES. | rillig | 1 | -0/+13 |
2009-05-09 | Make USE_DESTDIR=full the default value and retire the option. | joerg | 1 | -5/+5 |
2008-09-15 | typo | rillig | 1 | -2/+2 |
2008-08-10 | Remove long outdated comment about full destdir not working completely. | joerg | 1 | -3/+1 |
2008-06-16 | Make it more explicit that PKG_DESTDIR_SUPPORT and as side effect | joerg | 1 | -1/+4 |
2008-02-20 | Eliminated a needless check. | rillig | 1 | -5/+3 |
2008-02-20 | Changed the order of the checks for automatic keywords, so that the | rillig | 1 | -5/+5 |
2008-02-19 | Documented the pkgsrc online help. | rillig | 1 | -0/+35 |
2008-02-19 | Rewrote the help file parser a little bit, so that the definitions from | rillig | 1 | -7/+15 |
2008-02-12 | Removed outdated comment. | rillig | 1 | -2/+1 |
2008-01-19 | Explained the evolution of mount(2) in NetBSD and how to deal with it. | rillig | 1 | -3/+14 |
2008-01-19 | Renamed some *.mk files to *.help, since they only contain comments. | rillig | 3 | -3/+6 |
2008-01-19 | Added a file where difficulties using specific C functions can be | rillig | 1 | -0/+12 |
2008-01-10 | Explained the difference between an lvalue and an rvalue. | rillig | 1 | -2/+21 |
2008-01-06 | C compilers also emit error messages that are worth being explain. | rillig | 1 | -0/+16 |
2008-01-06 | Explained an error message from g++ that occurs quite often. | rillig | 1 | -0/+36 |
2008-01-05 | Upper-case keywords may also end with a colon. This is used in | rillig | 1 | -2/+2 |
2008-01-05 | Rewrote the help parser. You can get a list of all help topics by | rillig | 1 | -29/+61 |
2008-01-05 | Instead of just recording whether a topic is relevant or not, collect | rillig | 1 | -9/+13 |
2007-12-13 | Made "bmake show-help topic=show-var" (and probably some others) work | rillig | 1 | -4/+4 |
2007-11-29 | More examples of "Undefined Symbol" from Solaris 10. | rillig | 1 | -6/+79 |
2007-11-23 | + asprintf | rillig | 1 | -1/+6 |
2007-11-20 | Added gethostbyname and socket. | rillig | 1 | -1/+9 |
2007-11-20 | Added help about the BROKEN_GETTEXT_DETECTION variable. | rillig | 1 | -0/+10 |
2007-11-13 | Replaced the use of gensub() with sub(), since the former is not | rillig | 1 | -3/+3 |
2007-09-30 | MANINSTALL is _not_ user-settable. | rillig | 1 | -1/+3 |
2007-09-29 | Added documentation about manpage handling in pkgsrc. This still needs | rillig | 1 | -0/+36 |
2007-09-12 | ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented | rillig | 1 | -1/+5 |
2007-09-12 | Added documentation for NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM. | rillig | 1 | -0/+18 |
2007-09-11 | Better specification for PKGNAME. | rillig | 1 | -3/+8 |
2007-08-14 | Return the documentation for FOO.<param> or FOO.${param} when help for | rillig | 1 | -3/+8 |
2007-08-13 | This file doesn't need the multiple-inclusion guards. | rillig | 1 | -6/+1 |
2007-06-04 | Keywords may be separated by commas. | rillig | 1 | -2/+2 |
2007-05-24 | Replaced printf(1) with echo(1), since printf is not available in the | rillig | 1 | -8/+8 |
2007-05-24 | If more than one location for a topic is found, print an empty line | rillig | 1 | -1/+3 |
2007-04-11 | When pkgsrc-wip is available, look in those files, too. | rillig | 1 | -1/+4 |
2007-03-09 | The mk/*/*/*.mk files are also interesting. | rillig | 2 | -3/+11 |
2007-03-01 | Remove SCRIPTS_ENV TODO, it is already documented in | wiz | 1 | -5/+1 |
2007-02-20 | Make the help finder find multi-line definitions, like in | rillig | 1 | -5/+10 |
2007-02-06 | Documented PKGNAME and PKGREVISION. | rillig | 2 | -11/+51 |
2007-02-06 | A bit more documentation. | rillig | 1 | -2/+4 |
2007-02-05 | More documentation for debugging pkgsrc. | rillig | 1 | -0/+29 |
2007-01-21 | Some variable definitions in mk/defaults/mk.conf have only one word in | rillig | 1 | -2/+2 |
2007-01-17 | Documented WRKDIR. | rillig | 1 | -1/+20 |
2007-01-15 | Documented PKGDIR. | rillig | 1 | -1/+18 |
2007-01-14 | The default variable assignment is printed by "make help" again. | rillig | 1 | -3/+3 |
2007-01-12 | Added the file msg.help, which describes the INFO_MSG, WARNING_MSG, | rillig | 2 | -1/+21 |
2007-01-12 | PKGTOOLS_ENV does not exist anymore. | rillig | 1 | -5/+1 |