summaryrefslogtreecommitdiff
path: root/mk/configure
AgeCommit message (Expand)AuthorFilesLines
2007-08-01Begin adding some of the basic, non-intrusive pieces of thejoerg1-1/+4
2007-07-28Add REPLACE_KSH similiar to REPLACE_BASH and REPLACE_SH as thejoerg1-1/+10
2007-07-25Documented PKGCONFIG_OVERRIDE and PKGCONFIG_OVERRIDE_STAGE.rillig1-1/+12
2007-07-12No longer pass install_sh in the environment to GNU configure scripts.jlam4-9/+61
2007-06-04For GNU-style configure scripts, the environment variable install_shrillig2-3/+8
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig2-2/+15
2007-03-15Moved the definition of CONFIG_SHELL from gnu-configure.mk to configure.mk.rillig2-6/+11
2007-03-08Better documentation.rillig1-7/+8
2007-03-07Renamed the configure-cookie target to _configure-cookie.rillig2-14/+9
2007-03-01Update SCRIPTS_ENV description.wiz1-3/+3
2007-01-08Added the variable CONFIG_SHELL_FLAGS that is intended to be set to -xrillig1-2/+20
2007-01-07Documented OVERRIDE_GNU_CONFIG_SCRIPTS.rillig1-1/+13
2006-11-09Moved the portability checks from the configure/ directory to checks/,rillig3-165/+6
2006-11-05Normalized the way test(1) is used. Since I have no idea whether ${TEST}rillig2-9/+9
2006-11-05The config.guess, config.sub and libtool files should also berillig2-8/+8
2006-10-29Added a "see also" entry.rillig1-1/+4
2006-10-26PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes".tv1-2/+2
2006-10-23Added the CHECK_PORTABILITY_SKIP variable that may be defined by packagesrillig2-7/+18
2006-10-21If ${WRKSRC} does not yet exist in the configure phase, skip therillig1-1/+2
2006-10-21Documented a not-so-easily-fixed bug that occurs when stripping commentsrillig1-1/+3
2006-10-12Warnings must only be prefixed by a warnings heading, not an errorrillig1-6/+13
2006-10-12Portability checks, version two.rillig3-31/+107
2006-10-05If a word in a configure script is "#", stop scanning that line forrillig1-1/+3
2006-10-05Replaced "test -f" with "ls". That way, broken symbolic links are alsorillig2-4/+4
2006-10-05It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS.rillig1-2/+2
2006-10-02Some fixes:rillig1-6/+2
2006-10-02Added a new compile-time check that detects the usage of the "=="rillig2-1/+67
2006-09-19Bugfix: In the #! interpreter lines, allow white-space behind the #!.rillig1-2/+2
2006-08-03Add "itlocaledir" to the list of directory patterns to replace.salo1-1/+2
2006-07-27The intention behind REPLACE_BASH was to make replacing /bin/sh withrillig1-2/+2
2006-07-27After auditing all the packages the ensure that they never invoke thejlam2-4/+4
2006-07-23The proper phase to run just before "configure" is "patch", notjlam1-2/+2
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam2-4/+4
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-2/+2
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam1-11/+1
2006-07-19Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don'tjlam1-3/+7
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-36/+4
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-07-15Added some common script interpreters (awk, bash, sh) that can berillig2-24/+82
2006-07-10Fix reversed test... noted by deiter roelants on tech-pkg.jlam1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam2-14/+14
2006-07-07LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly differentjlam1-13/+33
2006-07-07Move the STEP_MSG outside of the .if.endif block so it's always printed.jlam1-3/+3
2006-07-07Add missing "rm" statement that was causing the libtool wrapper to bejlam1-1/+2
2006-07-07Make configure, install, and package barrier-aware even if NO_CONFIGURE,jlam1-2/+4
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-06Fix cut-and-paste goof.jlam1-4/+4
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam2-31/+18
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam2-8/+9
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam9-0/+642