summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-21In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :shjlam1-5/+10
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-6/+5
2005-05-18Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, asrillig1-2/+3
2005-05-18If NO_WRKDIR_SYMLINK is defined, no symlink to ${WRKSRC} is created whenrillig1-1/+3
2005-05-18Added the show-tools target, which emits a shell code fragment defining allrillig1-1/+14
2005-05-17Turn _MANCOMPRESSED into a strictly "yes" and "no" variablejlam1-2/+6
2005-05-17Rework the README.html generation code. Major changes are:dmcmahill1-6/+8
2005-05-17Save the names of the patches applied during the patch phase into thejlam1-2/+2
2005-05-16Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the formerjlam1-2/+2
2005-05-16Fix mistake in previous commit -- expr is required by the wrapperjlam1-2/+5
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-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-4/+4
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-15Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we wantjlam1-14/+43
2005-05-15We only need gzcat when requested by the extract and patch phases, orjlam1-5/+5
2005-05-14Rewrote the show-depends-dirs target: fixed shell quoting, omittedrillig1-9/+11
2005-05-14Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc downjlam1-3/+3
2005-05-14Separate out the variables and targets for the "patch" phase into ajlam1-211/+4
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-14Simplify the check for whether we need a patch tool or not -- we simplyjlam1-18/+3
2005-05-14Found another two uses of .ifndef and .ifdef.rillig1-3/+3
2005-05-14Replaced .ifdef with .if defined() and .ifndef with .if !defined(). Thisrillig1-19/+19
2005-05-13Moved checking if ${SHLOCK} exists into the shell code fragment thatrillig1-14/+17
2005-05-13Don't check for ${SHLOCK}, which isn't defined yet that early injlam1-4/+8
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+4
2005-05-12Instead of structuring code so that variables defined by the EVAL_PREFIXjlam1-9/+3
2005-05-12Only cache the variable if it's been defined.jlam1-1/+3
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-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-13/+15
2005-05-11Separate out the variables and targets for the "extract" phase into ajlam1-141/+4
2005-05-11Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk tojlam1-2/+2
2005-05-10Split out ldconfig handling from the USE_TOOLS processing in replace.mk.jlam1-4/+4
2005-05-10Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,jlam1-3/+3
2005-05-10Make a distinction between the tools that pkgsrc needs and the toolsjlam1-29/+30
2005-05-10In make variables, quotes protect embedded whitespace in words, so wejlam1-8/+8
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-15/+64
2005-05-08Add a dummy describe-options target for package not using thedillo1-1/+9
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz1-2/+2
2005-05-07Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs.reed1-1/+2
2005-05-04Teach the new tools framework about ${STRIP}, which is used in somejlam1-3/+3
2005-05-04In make, && has a higher precedence than ||. Add parentheses to fix thejlam1-2/+2
2005-05-03Repair CHECK_FILES by adding \( \) around the -or expression in find.kristerw1-3/+5