Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-19 | Restore original quoting from old fetch.mk for _ORDERED_SITES to resolve | jlam | 1 | -3/+5 |
2006-07-19 | Add a verbose flag to the fetch script to output the actual fetch command. | jlam | 1 | -4/+11 |
2006-07-19 | Make some variables "private": | jlam | 1 | -10/+10 |
2006-07-19 | Work around incomprehensible quoting mess surrounding MASTER_SORT* by | jlam | 1 | -2/+2 |
2006-07-19 | PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_* | jlam | 1 | -8/+7 |
2006-07-18 | Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE | jlam | 2 | -17/+4 |
2006-07-18 | Overhaul fetch module: | jlam | 7 | -403/+459 |
2006-07-18 | Add a flag "-s suffix" for allowing the specified files to have a suffix | jlam | 1 | -6/+15 |
2006-07-17 | During 'make replace', use pkg_admin to set the unsafe_depends | gdt | 1 | -1/+2 |
2006-07-17 | Remove stale comment, noted by bad@ in PR 33871. | wiz | 1 | -7/+1 |
2006-07-17 | First cut at a fetch script to replace the humungous fetch "macros" in | jlam | 1 | -0/+173 |
2006-07-17 | Don't say "ERROR:" or "WARNING:"... be a more typical shell script by | jlam | 1 | -4/+4 |
2006-07-17 | Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since they | rillig | 1 | -1/+4 |
2006-07-17 | Remove duplicate files from ${ALLFILES}. This doesn't affect the | schmonz | 1 | -1/+2 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 7 | -54/+62 |
2006-07-15 | Converted the header comment to the canonical form. Changed the | rillig | 1 | -10/+16 |
2006-07-15 | Fixed dead links in the automatically generated README.html files. From | rillig | 1 | -3/+3 |
2006-07-15 | Added some common script interpreters (awk, bash, sh) that can be | rillig | 2 | -24/+82 |
2006-07-14 | +freeradius-simul-use | adrianp | 1 | -0/+1 |
2006-07-14 | Add a "bootstrap-register" target used specially by the bootstrap script | jlam | 1 | -1/+10 |
2006-07-14 | Avoid using # and % to strip prefix/suffix from variable values -- not | jlam | 1 | -3/+2 |
2006-07-13 | Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now they | heinz | 1 | -4/+6 |
2006-07-13 | Check whether the "checksum" target is defined beforehand to prevent | jlam | 1 | -2/+6 |
2006-07-13 | Check whether the checksum target is defined before defining one. | jlam | 1 | -3/+5 |
2006-07-13 | * Fix bug when more than one file needed to be checksummed. | jlam | 1 | -4/+3 |
2006-07-13 | Try to avoid possible differences in processing "$@". | jlam | 1 | -4/+5 |