Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-20 | Up to now, the language "c" has always been enabled, no matter if the | rillig | 1 | -5/+9 |
2006-07-20 | Don't bother with error messages when attempting to remove the "work" | jlam | 1 | -2/+2 |
2006-07-20 | The package directory path is "PKGPATH", not "PKG_PATH", which is used | jlam | 1 | -2/+2 |
2006-07-20 | Change last instance of _REPLACE.* to REPLACE.*. Remove special | jlam | 1 | -11/+1 |
2006-07-20 | verify_file() returns a non-zero result whenever the distfile does not | joerg | 1 | -3/+1 |
2006-07-20 | Remove ${SED} check that no longer works. | jlam | 1 | -19/+1 |
2006-07-19 | Be more conservative and avoid possible shell implementation differences | jlam | 8 | -16/+28 |
2006-07-19 | Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don't | jlam | 1 | -3/+7 |
2006-07-19 | Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc | jlam | 1 | -36/+4 |
2006-07-19 | Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run. | jlam | 1 | -1/+3 |
2006-07-19 | Make "mirror-distfiles" less verbose by not printing out anything if no | jlam | 2 | -5/+11 |
2006-07-19 | Comment the code a bit more. | jlam | 1 | -1/+4 |
2006-07-19 | The "makedistinfo" target should actually be named "distinfo" to match | jlam | 1 | -7/+9 |
2006-07-19 | Only pass -v to the fetch script if PKG_VERBOSE is set. | jlam | 1 | -2/+2 |