Age | Commit message (Expand) | Author | Files | Lines |
2005-04-26 | Only set the "TOOL" variable if it was associated with the corresponding | jlam | 1 | -4/+7 |
2005-04-26 | PLATFORM_TOOL.<tool> is meant to be set like the "TOOL" variable, so | jlam | 1 | -7/+14 |
2005-04-26 | As of bsd.tool.mk:1.6, TOOLS_CMD.<tool> defaults to | jlam | 7 | -45/+7 |
2005-04-26 | Make the wrapper and the symlink default to the same name under the tools | jlam | 1 | -6/+6 |
2005-04-26 | Remove support for 30, since mysql3 packages have been removed. Noted by kris... | wiz | 1 | -8/+2 |
2005-04-25 | whitespace fix -- does nobody use emacs here? | drochner | 1 | -2/+2 |
2005-04-25 | Add OS conditional blocks to exclude some PAM implementations from | tv | 1 | -2/+14 |
2005-04-25 | If PLATFORM_TOOL.<tool> is defined for a particular tool, then use it | jlam | 1 | -9/+16 |
2005-04-24 | Alphabetize the platform tools lists. | jlam | 1 | -18/+18 |
2005-04-24 | Platforms that have GNU grep also have egrep and fgrep. | jlam | 1 | -7/+3 |
2005-04-24 | MAKEINFO usually has "makeinfo" plus arguments, so use a wrapper instead | jlam | 1 | -3/+4 |
2005-04-24 | Rename "m4" to "gm4" to more explicitly note that we want GNU m4. The | jlam | 1 | -19/+19 |
2005-04-24 | Rename "awk" to "gawk" to make it more explicit that we want GNU awk | jlam | 1 | -22/+22 |
2005-04-24 | Use bsd.tools.mk to generate the wrapper script. Also, TOOLS_EXECDIRS | jlam | 1 | -17/+9 |
2005-04-24 | Teach replace.mk about gzip, gunzip, and gzcat. | jlam | 1 | -3/+49 |
2005-04-24 | Correct the use of quotes when using echo. | jlam | 1 | -3/+3 |
2005-04-24 | If "TOOL" is already defined, then we don't need to redefine it. | jlam | 1 | -3/+1 |
2005-04-24 | Rewrite code for using system-supplied tools so that we can replace | jlam | 1 | -66/+80 |
2005-04-22 | Improve the documentation in the header comments. | jlam | 1 | -6/+19 |
2005-04-22 | Remove the search for TOOLS_REAL_CMD.<tool> in ${TOOL_EXECDIRS}. This | jlam | 1 | -30/+11 |
2005-04-22 | MAKE_PROGRAM should already be a full path, so don't bother with the | jlam | 1 | -3/+1 |
2005-04-22 | Avoid using a for loop (optimization) which also broke when using the | jlam | 1 | -8/+4 |
2005-04-22 | Prepend USE_NEW_TOOLS with an underscore to make it private. Developers | jlam | 1 | -3/+3 |
2005-04-21 | Fix typo. | sketch | 1 | -2/+2 |
2005-04-21 | by default don't try to include src and xsrc in the list of things to | dmcmahill | 1 | -11/+21 |
2005-04-21 | Work around brain damaged autoconf by stripping leading and trailing | tv | 1 | -8/+8 |
2005-04-20 | On Interix, memorysize is actually "vmemory"; use ulimit -v. | tv | 1 | -2/+2 |
2005-04-20 | Execute chmod(1) after chown(1)/chgrp(1) so NetBSD's chown(2) does | seb | 2 | -10/+10 |
2005-04-20 | Document shells/rssh's RSSH_.*_PATH variables. | seb | 1 | -1/+26 |
2005-04-20 | Check for the JRE and not the SDK package to figure which version of the | tron | 1 | -4/+4 |
2005-04-19 | Update sourceforge mirror sites: remove internap, unc, voxel | wiz | 1 | -6/+3 |
2005-04-19 | Remove wonka support, now that wonka package is gone. | wiz | 1 | -15/+3 |
2005-04-18 | Add _DISTFILES and _PATCHFILES definitions to the list of definitions | agc | 1 | -1/+3 |
2005-04-16 | enable the user to set LIBABISUFFIX if desired. Change approved by jschauma. | schwarz | 1 | -2/+2 |
2005-04-16 | Don't fail if there are multiple digest values for the same file with the | agc | 1 | -4/+4 |
2005-04-16 | Occasionally we do not want the "--host=${MACHINE_GNU_PLATFORM}" argument | agc | 1 | -1/+4 |
2005-04-16 | Make sure that USE_TOOLS contains all of "grep egrep fgrep" if it | jlam | 1 | -1/+6 |
2005-04-15 | Consolidate the egrep/fgrep/grep cases into a single case as an example | jlam | 1 | -32/+16 |
2005-04-15 | Teach replace.mk about egrep, fgrep, and file. | jlam | 1 | -2/+57 |
2005-04-15 | Add ACROREAD_FONTPATH, used by acroread7. | markd | 1 | -1/+6 |
2005-04-15 | Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrc | jlam | 3 | -1/+70 |
2005-04-15 | Allow TOOLS_DEPENDS.<tool> to be set to change the nature of the | jlam | 1 | -10/+22 |
2005-04-15 | Avoid dependency loops by setting and checking TOOLS_IGNORE.* guards. | jlam | 2 | -7/+23 |
2005-04-15 | Add a new yes/no variable USE_NEW_TOOLS to ease testing the new tools | jlam | 1 | -1/+6 |
2005-04-15 | Initial commit of the new tools framework. This is currently designed | jlam | 7 | -0/+879 |
2005-04-13 | Fixed quoting errors. Approved by jlam. | rillig | 1 | -10/+10 |
2005-04-13 | Print out the exitcode of pkg_create if nonzero, as it sometimes exists | rillig | 1 | -1/+2 |
2005-04-13 | Fix error introduced in rev. 1.1606: "$${PKGVULNDIR}" should be | jlam | 1 | -2/+2 |
2005-04-13 | Utilize load-balanced RING project servers. | uebayasi | 2 | -15/+22 |
2005-04-11 | catch up with PostgreSQL 8.0.2 and support Darwin .dylib | recht | 1 | -3/+21 |