Age | Commit message (Expand) | Author | Files | Lines |
2005-11-05 | Remove the cleaning of pre-requisite packages before and after building | kristerw | 1 | -19/+7 |
2005-11-05 | - Added a shell function die() that is used to provide consistently | rillig | 1 | -19/+18 |
2005-11-05 | - Removed trailing white-space from the --help output. | rillig | 1 | -39/+41 |
2005-11-05 | Completely rewrote the printindex tool. | rillig | 1 | -57/+46 |
2005-11-05 | Use new automatic flag; depend on appropriate pkg_install version. | wiz | 1 | -3/+9 |
2005-11-05 | As the printdepends program takes quite a long time, every 50 packages a | rillig | 1 | -5/+18 |
2005-11-05 | Made the dependency directory check a little stricter. In the worst case | rillig | 1 | -3/+3 |
2005-11-05 | Export the BULK_BUILD_CONF variable so that subprocesses can see it. Rewrote | rillig | 1 | -10/+12 |
2005-11-05 | Added a command line option --config that allows to specify a custom | rillig | 1 | -2/+10 |
2005-11-05 | Fixed a typo. | rillig | 1 | -2/+2 |
2005-11-05 | Environment and pkgsrc variables used by the bulk build. | rillig | 1 | -0/+105 |
2005-11-04 | The last fix did not work. Completely reverted the unintended part of | rillig | 1 | -5/+2 |
2005-11-04 | Replaced "done" with "esac" to fix a syntax error. | rillig | 1 | -2/+2 |
2005-11-04 | Relax rules a bit on INSTALLATION_DIRS -- we still enforce that | jlam | 1 | -2/+5 |
2005-11-04 | back out part of previous commit that was unintended. | jlam | 1 | -5/+2 |
2005-11-04 | Use ${SLEEP} instead of sleep, and note that we use the sleep tool if | jlam | 1 | -6/+9 |
2005-11-04 | Teach the tools framework about "sleep" which can be provided by the | jlam | 13 | -13/+36 |
2005-11-04 | Add comment about possibly supporting SIOCGIFADDR in the future. | tv | 1 | -1/+8 |
2005-11-04 | Add a GNU variable for byacc so configure scripts will use YACC=byacc. | jlam | 1 | -1/+2 |
2005-11-04 | Add 'printf' and 'byacc' variables corresponding to the new tools in | jlam | 1 | -1/+3 |
2005-11-04 | Explained which variables are meant for input/output. | rillig | 1 | -1/+11 |
2005-11-04 | Shortened and restructured the header comment. Now the interface to this | rillig | 1 | -79/+41 |
2005-11-04 | Now that all packages using CONFIGURE_DIRS have been checked (and | rillig | 1 | -2/+2 |
2005-11-03 | Imported two MASTER_SITE_XEMACS from www/w3. | rillig | 1 | -2/+4 |
2005-11-02 | Removed the unused variable GNU_CONFIGURE_INFODIR, as suggested by | rillig | 1 | -3/+2 |
2005-11-02 | Microoptimization: awk has BRE pattern matching, so use it instead of | tv | 1 | -2/+2 |
2005-11-01 | Added missing description for option "debug". | heinz | 1 | -1/+1 |
2005-11-01 | Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS | tv | 2 | -18/+25 |
2005-11-01 | Sort OPSYS pre-<sys.mk> settings section by OPSYS name. | tv | 1 | -59/+60 |
2005-11-01 | Shorten the GNU_ARCH list by using a fallthrough variable expression | tv | 1 | -14/+4 |
2005-11-01 | Add some extra default overrides for Interix, to: | tv | 1 | -1/+44 |
2005-11-01 | add/document variables and options for wcalc | dmcmahill | 2 | -1/+25 |
2005-10-31 | Force recognition of hstrerror(3) on Interix when GNU_CONFIGURE. | tv | 1 | -1/+4 |
2005-10-31 | Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to what | rillig | 1 | -3/+3 |
2005-10-31 | Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR. | rillig | 1 | -9/+11 |
2005-10-31 | Add mysql5 support. | xtraeme | 1 | -3/+9 |
2005-10-30 | If we're using devel/patch, then we know that we can create backup files | jschauma | 1 | -1/+3 |
2005-10-30 | added missing header lines. | schwarz | 2 | -0/+39 |
2005-10-28 | Implement usergroupfuncs for DragonFly using pw(8). | joerg | 3 | -2/+62 |
2005-10-28 | usergroupfuncs.${OPSYS} actually replaces this file. Noted by <joerg>. | jlam | 1 | -2/+2 |
2005-10-28 | Fix typo in comment. | jlam | 1 | -2/+2 |
2005-10-27 | a.out has never existed on DragonFly; that OS was created long after its | tv | 1 | -2/+2 |
2005-10-27 | UnixWare has never used a.out. It descends directly from SVR4, and thus | tv | 1 | -2/+2 |
2005-10-27 | Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so that | tv | 1 | -2/+2 |
2005-10-26 | ...and gawk is no longer needed, either, so all these extras can now | tv | 1 | -4/+1 |
2005-10-26 | sysutils/coreutils is no longer needed in bulk builds, with the Perl tflat. | tv | 1 | -2/+2 |
2005-10-26 | Use Perl-based tflat, which is up to 90% faster than the awk-based one | tv | 2 | -161/+73 |
2005-10-26 | render -> renderext, to match rename. From PR 31919 by Gilles Dauphin. | wiz | 1 | -2/+2 |
2005-10-24 | Use correct (internal) variable for pkg_add arguments. | wiz | 1 | -2/+2 |
2005-10-24 | Use $${foo} instead of $$foo to prevent ident(1) from reporting false | rillig | 1 | -4/+4 |