summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-16Changed option processing to evaluate the options strictly from left torillig1-24/+15
2005-05-16No package seems to be using ${NICE} so don't require it.jlam1-3/+3
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-3/+3
2005-05-16tee is only used by bsd.bulk-pkg.mk.jlam1-5/+5
2005-05-16We only need "date" to write the date into the +PRESERVE file.jlam1-4/+8
2005-05-16expr is only used by bsd.bulk-pkg.mk.jlam1-6/+6
2005-05-16tsort is only used by bsd.bulk-pkg.mk.jlam1-3/+8
2005-05-16Document EXTRACT_USING in bsd.pkg.extract.mk where it is used.jlam1-1/+6
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam9-41/+32
2005-05-16We only need mtree if NO_MTREE isn't defined.jlam1-4/+7
2005-05-16Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve thejlam1-6/+8
2005-05-15Don't forcibly set XMKMF -- allow the package to override it if necessary.jlam1-2/+2
2005-05-15Asking the tools framework for "bison" now provides two distinct tools:jlam3-8/+26
2005-05-15In the tools framework, check that the directory doesn't exist beforejlam1-2/+3
2005-05-15MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATHjlam1-2/+2
2005-05-15Linux xargs is probably GNU xargs, so we need to invoke it with "-r".jlam1-2/+2
2005-05-15gzip-base installs "zcat" not "gzcat".jlam1-2/+2
2005-05-15We want to check if we're in gzip-base to avoid circular dependencies onjlam1-4/+4
2005-05-15gzip and gunzip don't exist on IRIX 5 so wrap then in existence checks.jlam1-3/+9
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