summaryrefslogtreecommitdiff
path: root/mk/configure
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-5/+5
2011-05-20Remove reference to REPLACE_PYTHON -- this file doesn't support itwiz1-2/+1
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc1-1/+46
2011-01-12On Mac OS X, use system OpenGL and OpenALadam1-1/+3
2010-10-19On Darwin, libraries need correct install_nameadam1-1/+6
2009-09-12Always set both --host and --build, a number of programs want to usejoerg1-1/+3
2008-11-29One more variable for show-all-gnu-configure.rillig1-1/+2
2008-09-13Tell cmake not to muck with rpath's as it seems to interact badly withmarkd1-1/+2
2008-02-13Oops, fixed a typo.rillig1-3/+2
2008-02-13Documented the interface to packages. Renamed the targets to emphasizerillig1-14/+21
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig7-25/+23
2008-01-04Made the .include directives simpler, since the directory of therillig2-11/+11
2007-12-20remember to close() the "ls -l " exprs, lest we run out of file descriptorsabs1-1/+2
2007-12-18Doing USE_TOOLS+=cmake in the configure stage is too late so move itmarkd1-2/+1
2007-12-12Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it inmarkd3-3/+116
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-3/+2
2007-11-28Added keywords for "bmake help".rillig1-1/+2
2007-11-01Moved the pre-configure-checks-hook below do-configure-pre-hook, so thatrillig1-2/+2
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