Age | Commit message (Expand) | Author | Files | Lines |
2008-01-03 | Mirrors of SourceForgeJP seems changed, noticed by Zafer Aydogan in private m... | obache | 1 | -4/+4 |
2008-01-01 | Add more *ONW, *GRP and *MODE variables to BSD_MAKE_ENV for unprivileged build. | obache | 1 | -1/+5 |
2007-12-31 | Add support for NetBSD 4.0 compatibility through installing compat40 | jlam | 1 | -1/+5 |
2007-12-30 | EXTRACT_USING is always set, even when the necessary tools are not | joerg | 2 | -6/+12 |
2007-12-29 | Fix EXTRACT_USING=gtar and simplify the other cases. TOOLS_GTAR was never | joerg | 1 | -4/+4 |
2007-12-28 | Simplify pattern for Mac OS X Leopard. | tron | 1 | -2/+2 |
2007-12-22 | Change MOZILLA master sites difinitions, related to PR 37379. | obache | 2 | -8/+31 |
2007-12-20 | remember to close() the "ls -l " exprs, lest we run out of file descriptors | abs | 1 | -1/+2 |
2007-12-19 | Meta packages have user-destdir support and don't need any patches. | rillig | 1 | -1/+4 |
2007-12-19 | Added a variable META_PACKAGE that should be set to "yes" by | rillig | 1 | -1/+17 |
2007-12-18 | Doing USE_TOOLS+=cmake in the configure stage is too late so move it | markd | 5 | -14/+31 |
2007-12-17 | Make Apache 2.2.x the default as discussed on "tech-pkg" mailing list. | tron | 1 | -2/+2 |
2007-12-16 | Fix cut and paste error in last change. | tron | 1 | -2/+2 |
2007-12-16 | Mac OS X's Leopard "/bin/sh" doesn't support "echo -n" (apparently by | tron | 1 | -1/+5 |
2007-12-16 | Removing '||' does not mean 'simpler' (hi rillig). | obache | 1 | -2/+2 |
2007-12-16 | audit-packages logic for its location depends on a variety of factors | adrianp | 1 | -1/+19 |
2007-12-14 | Add an nls option so that packages can make it optional. | bjs | 1 | -0/+1 |
2007-12-13 | show-var is related to show-vars and show-subdir-var. | rillig | 1 | -1/+5 |
2007-12-13 | Made "bmake show-help topic=show-var" (and probably some others) work | rillig | 1 | -4/+4 |
2007-12-13 | Added information about the interface to this file, which can be queried | rillig | 1 | -1/+37 |
2007-12-12 | Add support for kde4 (currently in wip) so that packages in wip can use | markd | 1 | -1/+8 |
2007-12-12 | Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in | markd | 6 | -5/+144 |
2007-12-11 | Updated list of sourceforge mirrors according to | heinz | 1 | -5/+2 |
2007-12-10 | Added compatibility code for INSTALLATION_DIRS_FROM_PLIST. I had | rillig | 1 | -1/+2 |
2007-12-07 | Added AUTO_MKDIRS as an alias for INSTALLATION_DIRS_FROM_PLIST. The | rillig | 1 | -1/+3 |
2007-12-06 | Print an understandable error message if the number of arguments for | rillig | 1 | -1/+6 |
2007-12-05 | Don't prefer "pkgsrc" versions of "MesaLib", "Xft2" etc. under | tron | 1 | -1/+6 |
2007-12-05 | Escape colons in preprocessor, compiler or linker flags while checking | tron | 1 | -12/+12 |
2007-12-02 | Revert unintended commit. | wiz | 1 | -5/+2 |
2007-12-02 | Fix typo in error message. From Sergey Svishchev. | wiz | 2 | -4/+7 |
2007-12-02 | Removed the block comments, as they were full of redundant words. | rillig | 1 | -61/+29 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 8 | -27/+12 |
2007-12-01 | If a package defines FETCH_MESSAGE, show that instead of the generic | rillig | 1 | -2/+2 |
2007-11-30 | Since the "build" target is run inside the pkgsrc barrier, "build-env" | rillig | 2 | -3/+7 |
2007-11-30 | Solaris SunPro Compiler 11/12 fails on Solaris 8/9 with -xc99. The header fil... | rhaen | 1 | -1/+9 |
2007-11-30 | The interpreter check for packages which are their own interpreter, | bjs | 1 | -2/+6 |
2007-11-30 | Documented USE_IMAKE. | rillig | 1 | -1/+9 |
2007-11-29 | Add comment noting that support for OLDNAME in Removed case is needed. | gdt | 1 | -1/+2 |
2007-11-29 | More examples of "Undefined Symbol" from Solaris 10. | rillig | 1 | -6/+79 |
2007-11-29 | Added more keywords. | rillig | 1 | -3/+5 |
2007-11-28 | Print a warning for every file that has /bin/sh as interpreter, but only | rillig | 1 | -1/+6 |
2007-11-28 | Do not load the $cache file for every argument. Instead, load it once | rillig | 2 | -5/+8 |
2007-11-28 | Oops, don't overflow the terminal. | rillig | 1 | -2/+2 |
2007-11-28 | sunpro doesn't need -lstdc++. | rillig | 1 | -1/+4 |
2007-11-28 | Using a single awk process instead of a pipe of four grep processes | rillig | 1 | -4/+6 |
2007-11-28 | Added keywords for "bmake help". | rillig | 1 | -1/+2 |
2007-11-28 | Modern versions of Solaris include "/bin/bash". | tron | 1 | -1/+4 |
2007-11-27 | Made the code a bit more readable by elimination common subexpressions. | rillig | 1 | -7/+10 |
2007-11-26 | Bump PKGREVISION to 4. | seb | 1 | -1/+23 |
2007-11-26 | Define "TOOLS_PLATFORM.flex" to "/usr/bin/flex" not "/usr/bin/lex". | tron | 1 | -2/+2 |