Age | Commit message (Expand) | Author | Files | Lines |
2007-07-12 | No longer pass install_sh in the environment to GNU configure scripts. | jlam | 4 | -9/+61 |
2007-06-04 | For GNU-style configure scripts, the environment variable install_sh | rillig | 2 | -3/+8 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 2 | -2/+15 |
2007-03-15 | Moved the definition of CONFIG_SHELL from gnu-configure.mk to configure.mk. | rillig | 2 | -6/+11 |
2007-03-08 | Better documentation. | rillig | 1 | -7/+8 |
2007-03-07 | Renamed the configure-cookie target to _configure-cookie. | rillig | 2 | -14/+9 |
2007-03-01 | Update SCRIPTS_ENV description. | wiz | 1 | -3/+3 |
2007-01-08 | Added the variable CONFIG_SHELL_FLAGS that is intended to be set to -x | rillig | 1 | -2/+20 |
2007-01-07 | Documented OVERRIDE_GNU_CONFIG_SCRIPTS. | rillig | 1 | -1/+13 |
2006-11-09 | Moved the portability checks from the configure/ directory to checks/, | rillig | 3 | -165/+6 |
2006-11-05 | Normalized the way test(1) is used. Since I have no idea whether ${TEST} | rillig | 2 | -9/+9 |
2006-11-05 | The config.guess, config.sub and libtool files should also be | rillig | 2 | -8/+8 |
2006-10-29 | Added a "see also" entry. | rillig | 1 | -1/+4 |
2006-10-26 | PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes". | tv | 1 | -2/+2 |
2006-10-23 | Added the CHECK_PORTABILITY_SKIP variable that may be defined by packages | rillig | 2 | -7/+18 |
2006-10-21 | If ${WRKSRC} does not yet exist in the configure phase, skip the | rillig | 1 | -1/+2 |
2006-10-21 | Documented a not-so-easily-fixed bug that occurs when stripping comments | rillig | 1 | -1/+3 |
2006-10-12 | Warnings must only be prefixed by a warnings heading, not an error | rillig | 1 | -6/+13 |
2006-10-12 | Portability checks, version two. | rillig | 3 | -31/+107 |
2006-10-05 | If a word in a configure script is "#", stop scanning that line for | rillig | 1 | -1/+3 |
2006-10-05 | Replaced "test -f" with "ls". That way, broken symbolic links are also | rillig | 2 | -4/+4 |
2006-10-05 | It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS. | rillig | 1 | -2/+2 |
2006-10-02 | Some fixes: | rillig | 1 | -6/+2 |
2006-10-02 | Added a new compile-time check that detects the usage of the "==" | rillig | 2 | -1/+67 |
2006-09-19 | Bugfix: In the #! interpreter lines, allow white-space behind the #!. | rillig | 1 | -2/+2 |
2006-08-03 | Add "itlocaledir" to the list of directory patterns to replace. | salo | 1 | -1/+2 |
2006-07-27 | The intention behind REPLACE_BASH was to make replacing /bin/sh with | rillig | 1 | -2/+2 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 2 | -4/+4 |
2006-07-23 | The proper phase to run just before "configure" is "patch", not | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 2 | -4/+4 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -2/+2 |
2006-07-20 | Change last instance of _REPLACE.* to REPLACE.*. Remove special | jlam | 1 | -11/+1 |
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-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -2/+2 |
2006-07-15 | Added some common script interpreters (awk, bash, sh) that can be | rillig | 2 | -24/+82 |
2006-07-10 | Fix reversed test... noted by deiter roelants on tech-pkg. | jlam | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 2 | -14/+14 |
2006-07-07 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly different | jlam | 1 | -13/+33 |
2006-07-07 | Move the STEP_MSG outside of the .if.endif block so it's always printed. | jlam | 1 | -3/+3 |
2006-07-07 | Add missing "rm" statement that was causing the libtool wrapper to be | jlam | 1 | -1/+2 |
2006-07-07 | Make configure, install, and package barrier-aware even if NO_CONFIGURE, | jlam | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-06 | Fix cut-and-paste goof. | jlam | 1 | -4/+4 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 2 | -31/+18 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 2 | -8/+9 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 9 | -0/+642 |