Age | Commit message (Expand) | Author | Files | Lines |
2006-08-01 | Oops, fixed a typo and tested it again. Now it works. | rillig | 1 | -3/+3 |
2006-08-01 | Added a program that sorts binary packages into categories, depending on | rillig | 1 | -0/+94 |
2006-08-01 | - add a -h|--help flag | dmcmahill | 1 | -16/+135 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 9 | -57/+57 |
2006-07-30 | - use ${BMAKE} instead of 'make' in one instance | jschauma | 1 | -5/+18 |
2006-07-28 | Update the usage output to reflect current reality. Noted by Stoned | dmcmahill | 1 | -4/+14 |
2006-07-28 | remove spurious empty line at the top of the summary files | dmcmahill | 1 | -2/+3 |
2006-07-28 | Allow the binpkg-cache script to also generate pkg_summary.gz files | dmcmahill | 3 | -19/+75 |
2006-07-27 | Remove ftp.au.netbsd.org. | lukem | 1 | -5/+3 |
2006-07-27 | Add back CONFLICTS handling that was accidentally left out when revision | jlam | 1 | -1/+2 |
2006-07-27 | Remove all uses of the following targets from pkgsrc: | jlam | 3 | -22/+8 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 12 | -73/+72 |
2006-07-27 | Make the language warning a bit less forceful, since it is often a false | joerg | 1 | -3/+3 |
2006-07-27 | Rename "SITES_* to "SITES.*" for file-specific lists of sites from which | jlam | 1 | -7/+4 |
2006-07-27 | Document the targets in fetch-list.mk. | jlam | 1 | -2/+30 |
2006-07-27 | Note that "fetch-list" is a public target. | jlam | 1 | -2/+2 |
2006-07-27 | Remove an unnecessary recursive make invocation. | jlam | 1 | -18/+11 |
2006-07-27 | Replace this: | jlam | 1 | -14/+13 |
2006-07-27 | All of the other *SITES* variables are plural, so rename DYNAMIC_SITE_* | jlam | 2 | -8/+8 |
2006-07-27 | Apply the "convention over configuration" principle: | jlam | 2 | -7/+9 |
2006-07-27 | The intention behind REPLACE_BASH was to make replacing /bin/sh with | rillig | 1 | -2/+2 |
2006-07-27 | The ORDERED_SITES variable defined in fetch.mk was made private in | jlam | 1 | -3/+3 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 5 | -10/+10 |
2006-07-27 | Documented DIST_PATH and fixed two typos (${TARGET} is not ${.TARGET}). | rillig | 2 | -15/+17 |
2006-07-26 | Pass MAKECONF down to recursive make processes to ensure they all use | jlam | 1 | -1/+6 |
2006-07-26 | Ensure that the just-in-time su command invoked has the same environment | jlam | 1 | -2/+3 |
2006-07-26 | add a missing PHONY | drochner | 1 | -1/+2 |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 2 | -5/+27 |
2006-07-25 | Move barrier to just after the depends phase. This allows both the | jlam | 2 | -8/+8 |
2006-07-25 | BUILD_ENV was renamed to PKGSRC_MAKE_ENV. | jlam | 1 | -3/+3 |
2006-07-25 | Whenever f2c is mentioned in USE_LANGUAGES, a C compiler is also needed, | rillig | 1 | -1/+3 |
2006-07-24 | Remove comment for non-existing USETBL. | wiz | 1 | -7/+1 |
2006-07-24 | Describe groff-docs. | wiz | 1 | -0/+1 |
2006-07-23 | The proper phase to run just before "configure" is "patch", not | jlam | 1 | -2/+2 |
2006-07-23 | Remove mirrors.sunsite.dk because it causes hangs in the | wiz | 1 | -2/+1 |
2006-07-23 | Remove cran.dk -- causes hangs for weekly distfiles mirror job. | wiz | 1 | -2/+1 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 15 | -32/+32 |
2006-07-22 | The C compiler is also used for Objective C, so the c-fail-wrapper is | rillig | 1 | -3/+3 |
2006-07-21 | "BUILD_ENV" was misnamed. It's actually the environment that is passed | jlam | 5 | -13/+13 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 7 | -17/+24 |
2006-07-21 | Modify the shlib-type script so that it doesn't need to compile anything | jlam | 2 | -26/+22 |
2006-07-20 | Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed | jlam | 13 | -26/+13 |
2006-07-20 | Make _show-dbginfo-configure work for packages that don't set | jlam | 1 | -1/+3 |
2006-07-20 | CONFIGURE_ARGS are processed by an ODE "for" loop, since that prevents | rillig | 1 | -2/+2 |
2006-07-20 | Use an ODE variable loop instead of a make .for loop to output the list | jlam | 1 | -6/+5 |
2006-07-20 | Added the build-env target. | rillig | 1 | -4/+18 |
2006-07-20 | Include the file bsd.pkg.debug.mk if requested by invoking the "debug" | rillig | 1 | -1/+4 |
2006-07-20 | Oops, there had been an RCS tag that should not have been expanded. | rillig | 1 | -2/+2 |
2006-07-20 | Added the "debug" target, which outputs a lot of information helping in | rillig | 1 | -0/+119 |