summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-14The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must includejlam1-4/+4
2005-05-14Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip).rillig1-2/+2
2005-05-14Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk.rillig1-2/+2
2005-05-14Fixed a typo when looking for /usr/bin/cmp.rillig1-2/+2
2005-05-14If we use the new tools framework, the _USE_GMAKE is unnecessary as wejlam1-4/+3
2005-05-14compiler.mk uses the following tools to compute the values of variablesjlam1-11/+11
2005-05-14Compute the installation prefix for every tool specified so that thejlam1-69/+73
2005-05-14Simplify the check for whether we need a patch tool or not -- we simplyjlam1-18/+3
2005-05-14Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VARrillig1-11/+10
2005-05-14Found another two uses of .ifndef and .ifdef.rillig1-3/+3
2005-05-14Replaced .ifdef with .if defined() and .ifnded with .if !defined(). Thisrillig1-6/+6
2005-05-14Replaced .ifdef with .if defined() and .ifndef with .if !defined(). Thisrillig1-19/+19
2005-05-14Fixed typo in finding grep(1).rillig1-2/+2
2005-05-14Fixed two obvious typos that leaded to syntax errors.rillig1-3/+3
2005-05-13Rewrite command to compute the installation prefix of a package to notjlam1-3/+6
2005-05-13Moved checking if ${SHLOCK} exists into the shell code fragment thatrillig1-14/+17
2005-05-13Teach the new tools framework about lha, unrar, unzip, and unzoo andjlam3-7/+79
2005-05-13Don't condtionally set the "TOOL" variables... set them explicitly. Alsojlam1-3/+3
2005-05-13Don't check for ${SHLOCK}, which isn't defined yet that early injlam1-4/+8
2005-05-13Fixed a typo in the comment.rillig1-2/+2
2005-05-13if-if-endif -> if-elif-endifminskim1-2/+2
2005-05-13Make _USE_NEW_TOOLS default to "yes" to turn on using the new toolsjlam1-2/+2
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+4
2005-05-12postgresql80-client is the correct BUILDLINK_PACKAGE word to use whenjlam1-2/+2
2005-05-12Adding "${GREP} ." into pipeline that I inadvertently left out whenjlam1-3/+3
2005-05-12Teach the new tools framework more about perl. We include perl5/vars.mkjlam2-3/+14
2005-05-12Instead of structuring code so that variables defined by the EVAL_PREFIXjlam2-9/+32
2005-05-12Don't check for whether variables are defined or not before addingjlam1-6/+2
2005-05-12Only cache the variable if it's been defined.jlam1-1/+3
2005-05-12Observe the following:jlam2-4/+10
2005-05-12There's no need to check for EXTRACT_SUFX when figuring out whether wejlam1-2/+2
2005-05-11Under the new tools framework, we use TOOLS_AWK to represent the awkjlam1-2/+3
2005-05-11Make these two files aware of the new tools framework to ease integration.jlam2-3/+27
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam4-21/+23
2005-05-11Needing automake implies needing autoconf. Match the version requirementsjlam1-1/+5
2005-05-11Rewrite so that we avoid needing to check the value of TOOLS_REAL_CMD.*jlam2-105/+100
2005-05-11Use EVAL_PREFIX to be pkgviews-friendly.jlam2-67/+132
2005-05-11Ditto citkit.dl.sourceforge.net.tv1-2/+1
2005-05-11Remove belnet.dl.sourceforge.net; it may as well be completely dead.tv1-2/+1
2005-05-11Rewrite logic that defines the targets that create the tools underjlam1-23/+36
2005-05-11Don't forget to pass the rest of the command-line arguments "$@" tojlam1-2/+2
2005-05-11Fix the makeinfo wrapper to actually accept arguments by fixing thejlam1-2/+3
2005-05-11Define the "TOOL" names for the tools to be the same as the "TOOLS_TOOL"jlam1-19/+26
2005-05-11Separate out the variables and targets for the "extract" phase into ajlam2-141/+178
2005-05-11Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk tojlam3-6/+7
2005-05-10It's actually /usr/contrib/bin/gawk.jlam1-2/+2
2005-05-10Split out ldconfig handling from the USE_TOOLS processing in replace.mk.jlam9-18/+29
2005-05-10Remove conditional expression from tools.*.mk files. Strip handling hasjlam12-33/+21
2005-05-10Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,jlam4-6/+22
2005-05-10TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}.jlam4-8/+8