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