Age | Commit message (Expand) | Author | Files | Lines |
2005-05-09 | Do not add the things in pkgsrc/regress to the bulk build since they | kristerw | 1 | -2/+2 |
2005-05-09 | Add a small Makefile fragment for packages requiring X11 clients | xtraeme | 1 | -0/+42 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 4 | -53/+77 |
2005-05-09 | Remove redundant variable definitions that simply match their defaults. | jlam | 1 | -3/+1 |
2005-05-09 | Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the tools | jlam | 5 | -124/+99 |
2005-05-09 | Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention for | jlam | 4 | -51/+43 |
2005-05-08 | Add a dummy describe-options target for package not using the | dillo | 1 | -1/+9 |
2005-05-08 | Rewrite how PKG_OPTIONS is computed: | dillo | 4 | -184/+375 |
2005-05-08 | Changes to the upload script: | wiz | 1 | -53/+47 |
2005-05-07 | Refer doc/pkgsrc.txt instead of Packages.txt. | wiz | 4 | -9/+9 |
2005-05-07 | Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs. | reed | 1 | -1/+2 |
2005-05-06 | Properly quote the &, <, and > characters when generating BROKENWORKLOG. | rillig | 1 | -2/+3 |
2005-05-05 | IRIX and Interix use the install-sh script from bootstrap as their install | jlam | 2 | -4/+2 |
2005-05-05 | Interix has /bin/strip. | jlam | 1 | -2/+2 |
2005-05-04 | Back out previous change as it was accidentally committed with some other | jlam | 1 | -2/+2 |
2005-05-04 | Teach the new tools framework about ${STRIP}, which is used in some | jlam | 16 | -19/+42 |
2005-05-04 | If we're using the tools from the packages, set TOOLS_REAL_CMD.* | jlam | 1 | -9/+9 |
2005-05-04 | Create a wrapper instead of a symlink if TOOLS_REAL_CMD.<tool> isn't an | jlam | 1 | -2/+2 |
2005-05-04 | In make, && has a higher precedence than ||. Add parentheses to fix the | jlam | 1 | -2/+2 |
2005-05-03 | Repair CHECK_FILES by adding \( \) around the -or expression in find. | kristerw | 1 | -3/+5 |
2005-05-03 | Darwin has /usr/bin/lex and /usr/bin/yacc according to: | jlam | 1 | -1/+3 |
2005-05-03 | Teach the new tools framework about INSTALL and set the appropriate | jlam | 16 | -25/+55 |
2005-05-03 | Nuke stray GZIP definitions that I missed in a previous commit. | jlam | 2 | -4/+2 |
2005-05-03 | First pass at converting pkgsrc to use the new tools framework (still | jlam | 13 | -138/+178 |
2005-05-03 | GNU xargs must be invoked with "-r" so that we don't run the command at | jlam | 1 | -3/+4 |
2005-05-03 | Teach the bulk build scripts about the new tools framework. | jlam | 3 | -11/+11 |
2005-05-03 | Teach the new tools framework about MAIL_CMD. We use mail/nail as a | jlam | 16 | -16/+50 |
2005-05-03 | When using the pkgsrc versions of gzip/gunzip, also invoke them with | jlam | 1 | -5/+7 |
2005-05-03 | Back out part of a change from revision 1.756 of bsd.pkg.mk. It was | jlam | 14 | -27/+19 |
2005-05-02 | * Push the imake- and xmkmf-handling into the new tools framework. | jlam | 7 | -12/+139 |
2005-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -13/+3 |
2005-05-02 | If we only define the "TOOL" variable if the real command exists, then | jlam | 2 | -126/+2 |
2005-05-02 | We need ldconfig (this should probably be restricted only to packages that | jlam | 1 | -4/+4 |
2005-05-02 | Remove the need for ${FIND} in the top-level make. | jlam | 1 | -2/+2 |
2005-05-02 | Teach the new tools framework about ldconfig. This must be provided by | jlam | 14 | -14/+32 |
2005-05-02 | Include perl.mk to make sure the perl symlink is created. | jlam | 1 | -1/+2 |
2005-05-02 | PERL5 shouldn't be recursively defined. | jlam | 1 | -2/+2 |
2005-05-02 | Re-order nested .if statements for brevity. | jlam | 1 | -8/+5 |
2005-05-02 | Teach the new tools framework about USE_TOOLS+=bzcat. | jlam | 7 | -9/+37 |
2005-04-30 | s/upto date/up-to-date/ | jschauma | 1 | -2/+2 |
2005-04-30 | net/qmail has been taught to not need expr and wc in the top-level make. | jlam | 1 | -2/+2 |
2005-04-30 | Avoid checking for !empty(...) so that we that defer variable references. | jlam | 1 | -7/+1 |
2005-04-30 | Split replace.mk into two parts, one of which is included by bsd.prefs.mk | jlam | 4 | -93/+129 |
2005-04-30 | Rewrite to avoid needing egrep. | jlam | 1 | -32/+32 |
2005-04-28 | Make the pretty-printing actually work by passing all of the options on | jlam | 1 | -3/+3 |
2005-04-28 | We don't need to use ${SORT} to sort the options list. VAR:O will do | jlam | 1 | -13/+6 |
2005-04-28 | There is no uk_UA.ISO_8859-1. Luckily no package believes otherwise, | wiz | 13 | -39/+13 |
2005-04-28 | Defer execution until the value is needed. This avoids needing ${ECHO}, | jlam | 1 | -17/+12 |
2005-04-28 | Only set the "TOOL" variable if one has been associated with the tool. | jlam | 1 | -1/+3 |
2005-04-28 | coreutils.mk has been merged into replace.mk | jlam | 1 | -2/+1 |