summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-15Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we wantjlam1-14/+43
2005-05-15If we're using xpkgwedge, we need to force using pkgxmkmf so that wejlam1-17/+17
2005-05-15We only need gzcat when requested by the extract and patch phases, orjlam1-5/+5
2005-05-15distfiles that end in .Z require gzcat as part of the extraction process.jlam1-2/+3
2005-05-15Old versions of pax-as-tar don't do the right thing when invoked asjlam1-1/+8
2005-05-15Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.jlam1-4/+4
2005-05-15Make implementation match documentation for when a wrapper is created andjlam1-8/+11
2005-05-14We also need a patch tool if there are patches for the package injlam1-7/+3
2005-05-14Add the *cat tools needed by the patch phase to output the contents ofjlam1-15/+21
2005-05-14Rewrote the show-depends-dirs target: fixed shell quoting, omittedrillig1-9/+11
2005-05-14Document the variables and targets defined by bsd.pkg.patch.mk.jlam1-1/+57
2005-05-14BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creatingjlam2-4/+14
2005-05-14Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc downjlam13-52/+85
2005-05-14Temporarily define TAR here until I figure out a better way to dealjlam1-1/+6
2005-05-14Separate out the variables and targets for the "patch" phase into ajlam2-211/+219
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