Age | Commit message (Expand) | Author | Files | Lines |
2005-11-08 | Teach the tools framework how to replace mkfontdir and mkfontscale | jlam | 1 | -2/+2 |
2005-11-08 | Consolidate blocks for tools that were supplied by the same package into | jlam | 1 | -483/+109 |
2005-11-08 | Create a tex.buildlink3.mk file that is used by tex-using packages. | tonio | 1 | -0/+148 |
2005-11-08 | Fixed computation of the .broken file, which had been "./dev/null" when the | rillig | 1 | -4/+4 |
2005-11-08 | Add "soelim", also part of groff if replacement is needed. | tv | 8 | -8/+30 |
2005-11-07 | Clarified the libkver item. | rillig | 1 | -1/+1 |
2005-11-07 | Using a mk.conf different from /etc/mk.conf works. | rillig | 1 | -1/+0 |
2005-11-07 | Mention FORCEBROKENFILE in the list. | tv | 1 | -1/+2 |
2005-11-07 | Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASON | tv | 1 | -1/+8 |
2005-11-06 | Bless FreeBSD with the usergroup functions used by DragonFly. | joerg | 2 | -1/+60 |
2005-11-06 | Fixed grammar in a comment. | rillig | 1 | -2/+2 |
2005-11-06 | Added basic checks to make sure the values from the configuration file are | rillig | 2 | -17/+126 |
2005-11-06 | Only export MAKECONF if it is not null, <bsd.own.mk> does not really like | seb | 1 | -2/+3 |
2005-11-06 | Remove extra ${pkgsrc_dir} that slipped in. | seb | 1 | -2/+2 |
2005-11-05 | - Replaced spaces with tabs in the "build --help" message. | rillig | 3 | -39/+97 |
2005-11-05 | - Condensed the code. | rillig | 1 | -37/+18 |
2005-11-05 | Reformatted the --help output. Instead of many echo(1) commands, one | rillig | 1 | -42/+43 |
2005-11-05 | The configuration variables had no apparent order. Now they are sorted | rillig | 1 | -32/+55 |
2005-11-05 | - Rewrote the "man page" comment. | rillig | 1 | -11/+32 |
2005-11-05 | Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Added | rillig | 1 | -5/+5 |
2005-11-05 | - Added a comment above each paragraph explaining what goes on there. | rillig | 1 | -31/+74 |
2005-11-05 | - Added an alias --resume for --restart, as "restart" sounds too much like | rillig | 1 | -19/+13 |
2005-11-05 | - Added a function post_filter_cmd() that can be overridden in bulk.conf. | rillig | 1 | -33/+54 |
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 |