Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-14 | Introduce explicit name for no staged installation support: "none". | asau | 1 | -1/+4 | |
Keep "none" a default value for PKG_DESTDIR_SUPPORT for now. | |||||
2010-09-29 | not USE_BSD_MAKE, it's a USE_BSD_MAKEFILE. | obache | 1 | -2/+2 | |
2010-02-24 | Rename the install phase to stage-install. Introduce a new install | joerg | 1 | -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-15 | Re-enabled the detection of variables as they appear in | rillig | 1 | -2/+2 | |
mk/defaults/mk.conf. I don't know when I removed it accidentally. | |||||
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 | |
META_PACKAGE must be set before including bsd.prefs.mk. | |||||
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 | |
latter checks are not run that much. | |||||
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 | |
defaults/mk.conf can be found again. (The words didn't end with [A-Za-z0-9], but rather with "?=". | |||||
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 | |
documented. The first one is mremap(), since its prototype differs between Linux and NetBSD. | |||||
2008-01-10 | Explained the difference between an lvalue and an rvalue. | rillig | 1 | -2/+21 | |
Documented the __STDC__ macro, especially Sun's implementation. | |||||
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 | |
mk/check/check-portability.mk. | |||||
2008-01-05 | Rewrote the help parser. You can get a list of all help topics by | rillig | 1 | -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-05 | Instead of just recording whether a topic is relevant or not, collect | rillig | 1 | -9/+13 | |
all applicable keywords (like variable names, make targets or explicit keywords). This will help printing an index of all keywords. | |||||
2007-12-13 | Made "bmake show-help topic=show-var" (and probably some others) work | rillig | 1 | -4/+4 | |
again. | |||||
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 | |
mentioned in The Open Group's specification of awk. Specifically, FreeBSD's awk doesn't have it. | |||||
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 | |
much work. | |||||
2007-09-12 | ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented | rillig | 1 | -1/+5 | |
form. | |||||
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 | |
FOO is requested. | |||||
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 | |
top-level directory of pkgsrc. | |||||
2007-05-24 | If more than one location for a topic is found, print an empty line | rillig | 1 | -1/+3 | |
between them. Up to now, "bmake help topic=configure" looked rather compressed. | |||||
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 | |
Don't print the make target definition in the help text. | |||||
2007-03-01 | Remove SCRIPTS_ENV TODO, it is already documented in | wiz | 1 | -5/+1 | |
mk/configure/bsd.configure-vars.mk. | |||||
2007-02-20 | Make the help finder find multi-line definitions, like in | rillig | 1 | -5/+10 | |
mk/configure/replace-interpreter.mk. | |||||
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 | |
the line where the variable name appears. | |||||
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 | |
Completely empty lines are suppressed. |