summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-10Fix typo in comment.jlam1-2/+2
2005-05-10Make a distinction between the tools that pkgsrc needs and the toolsjlam5-136/+198
2005-05-10TOOLS_ALIASES.<tool> can be set to the list of names that should also bejlam1-5/+14
2005-05-10In make variables, quotes protect embedded whitespace in words, so wejlam1-8/+8
2005-05-09Do not add the things in pkgsrc/regress to the bulk build since theykristerw1-2/+2
2005-05-09Add a small Makefile fragment for packages requiring X11 clientsxtraeme1-0/+42
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam4-53/+77
2005-05-09Remove redundant variable definitions that simply match their defaults.jlam1-3/+1
2005-05-09Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the toolsjlam5-124/+99
2005-05-09Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention forjlam4-51/+43
2005-05-08Add a dummy describe-options target for package not using thedillo1-1/+9
2005-05-08Rewrite how PKG_OPTIONS is computed:dillo4-184/+375
2005-05-08Changes to the upload script:wiz1-53/+47
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz4-9/+9
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