Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | Oops, fixed a typo. | rillig | 1 | -3/+2 |
2008-02-13 | Documented the interface to packages. Renamed the targets to emphasize | rillig | 1 | -14/+21 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 7 | -25/+23 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 2 | -11/+11 |
2007-12-20 | remember to close() the "ls -l " exprs, lest we run out of file descriptors | abs | 1 | -1/+2 |
2007-12-18 | Doing USE_TOOLS+=cmake in the configure stage is too late so move it | markd | 1 | -2/+1 |
2007-12-12 | Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in | markd | 3 | -3/+116 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -3/+2 |
2007-11-28 | Added keywords for "bmake help". | rillig | 1 | -1/+2 |
2007-11-01 | Moved the pre-configure-checks-hook below do-configure-pre-hook, so that | rillig | 1 | -2/+2 |
2007-08-01 | Begin adding some of the basic, non-intrusive pieces of the | joerg | 1 | -1/+4 |
2007-07-28 | Add REPLACE_KSH similiar to REPLACE_BASH and REPLACE_SH as the | joerg | 1 | -1/+10 |
2007-07-25 | Documented PKGCONFIG_OVERRIDE and PKGCONFIG_OVERRIDE_STAGE. | rillig | 1 | -1/+12 |
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 |