Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-04-11 | Be more informative when cleaning packages and pre-requisites, and clean | agc | 1 | -3/+3 |
2005-04-10 | uncomment the checksums for IRIX | jschauma | 1 | -4/+4 |
2005-04-10 | Fix typo. | jmmv | 1 | -2/+2 |
2005-04-10 | Remove <errno.h> TODO item -- it's fine as is. Rationale: the | schmonz | 1 | -2/+1 |
2005-04-09 | Sense of a USE_BUILDLINK3 test was reversed when USE_BUILDLINK3 was | markd | 1 | -2/+1 |
2005-04-08 | Per discussion on tech-pkg, use USE_X11 (not USE_IMAKE) to add X11BASE/bin; | tv | 1 | -2/+2 |
2005-04-08 | Second cut of a fix for the problem where PKGNAME is geting set to xemacs-${V... | jwise | 1 | -1/+5 |
2005-04-07 | In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mk | tv | 1 | -4/+2 |
2005-04-07 | Add mt locale, first used in kmplayer. | markd | 13 | -13/+65 |
2005-04-05 | Always include wrapper/bl3, period, even if NO_BUILD. | tv | 1 | -4/+2 |
2005-04-05 | Prevent MAKEFLAGS from being passed through shell environment. It was | minskim | 1 | -2/+2 |
2005-03-31 | The last revision to this file added a check for removing packages. | reed | 1 | -1/+3 |
2005-03-31 | Fix for PR 28230 (bsd.pkg.mk ignores /etc/audit-packages.conf) by | agc | 1 | -2/+7 |
2005-03-30 | If SIGN_AS is not set, remind the user to please sign the checksum | hubertf | 1 | -1/+4 |
2005-03-30 | libkver please | hubertf | 1 | -0/+1 |
2005-03-30 | Before calculating checksums, print a line that says what's happening. | hubertf | 1 | -1/+3 |
2005-03-30 | Remove the packages added when pruning files etc. before starting | kristerw | 1 | -1/+17 |
2005-03-29 | Fixes for shlib handling on AIX | garbled | 2 | -8/+4 |