summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-05-07Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs.reed1-1/+2
2005-05-06Properly quote the &, <, and > characters when generating BROKENWORKLOG.rillig1-2/+3
2005-05-05IRIX and Interix use the install-sh script from bootstrap as their installjlam2-4/+2
2005-05-05Interix has /bin/strip.jlam1-2/+2
2005-05-04Back out previous change as it was accidentally committed with some otherjlam1-2/+2
2005-05-04Teach the new tools framework about ${STRIP}, which is used in somejlam16-19/+42
2005-05-04If we're using the tools from the packages, set TOOLS_REAL_CMD.*jlam1-9/+9
2005-05-04Create a wrapper instead of a symlink if TOOLS_REAL_CMD.<tool> isn't anjlam1-2/+2
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
2005-05-03Darwin has /usr/bin/lex and /usr/bin/yacc according to:jlam1-1/+3
2005-05-03Teach the new tools framework about INSTALL and set the appropriatejlam16-25/+55
2005-05-03Nuke stray GZIP definitions that I missed in a previous commit.jlam2-4/+2
2005-05-03First pass at converting pkgsrc to use the new tools framework (stilljlam13-138/+178
2005-05-03GNU xargs must be invoked with "-r" so that we don't run the command atjlam1-3/+4
2005-05-03Teach the bulk build scripts about the new tools framework.jlam3-11/+11
2005-05-03Teach the new tools framework about MAIL_CMD. We use mail/nail as ajlam16-16/+50
2005-05-03When using the pkgsrc versions of gzip/gunzip, also invoke them withjlam1-5/+7
2005-05-03Back out part of a change from revision 1.756 of bsd.pkg.mk. It wasjlam14-27/+19
2005-05-02* Push the imake- and xmkmf-handling into the new tools framework.jlam7-12/+139
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-13/+3
2005-05-02If we only define the "TOOL" variable if the real command exists, thenjlam2-126/+2
2005-05-02We need ldconfig (this should probably be restricted only to packages thatjlam1-4/+4
2005-05-02Remove the need for ${FIND} in the top-level make.jlam1-2/+2
2005-05-02Teach the new tools framework about ldconfig. This must be provided byjlam14-14/+32
2005-05-02Include perl.mk to make sure the perl symlink is created.jlam1-1/+2
2005-05-02PERL5 shouldn't be recursively defined.jlam1-2/+2
2005-05-02Re-order nested .if statements for brevity.jlam1-8/+5
2005-05-02Teach the new tools framework about USE_TOOLS+=bzcat.jlam7-9/+37
2005-04-30s/upto date/up-to-date/jschauma1-2/+2
2005-04-30net/qmail has been taught to not need expr and wc in the top-level make.jlam1-2/+2
2005-04-30Avoid checking for !empty(...) so that we that defer variable references.jlam1-7/+1
2005-04-30Split replace.mk into two parts, one of which is included by bsd.prefs.mkjlam4-93/+129
2005-04-30Rewrite to avoid needing egrep.jlam1-32/+32
2005-04-28Make the pretty-printing actually work by passing all of the options onjlam1-3/+3
2005-04-28We don't need to use ${SORT} to sort the options list. VAR:O will dojlam1-13/+6
2005-04-28There is no uk_UA.ISO_8859-1. Luckily no package believes otherwise,wiz13-39/+13
2005-04-28Defer execution until the value is needed. This avoids needing ${ECHO},jlam1-17/+12
2005-04-28Only set the "TOOL" variable if one has been associated with the tool.jlam1-1/+3
2005-04-28coreutils.mk has been merged into replace.mkjlam1-2/+1
2005-04-28Merge coreutils.mk into replace.mk. Also remove the "coreutils" optionjlam2-80/+474
2005-04-28Note the "[" is natively available everywhere (usually as a shell builtin).jlam13-13/+26
2005-04-28Remove unused variable _TOOLS_REPLACE_LIST.jlam1-8/+1
2005-04-28whitespace changes to simplify merging with coreutils.mk.jlam1-28/+28
2005-04-28We only need to loop over the tools that we say we're going to use.jlam1-8/+7
2005-04-28Create _USE_TOOLS, a sanitized versino of USE_TOOLS that removes thejlam1-38/+49
2005-04-28Correct the PKGPATH for gsed.jlam1-2/+2
2005-04-28Split out the tools from the same package into separate clauses so thatjlam1-106/+113
2005-04-28Define TOOLS_DEPENDS.* to be the dependency that will be added, andjlam5-34/+71
2005-04-28Rename TOOLS_DEPENDS.* to TOOLS_DEPMETHOD.* to roughly match thejlam2-29/+29