Age | Commit message (Expand) | Author | Files | Lines |
2005-05-31 | Remove some obsolete variables. | wiz | 1 | -27/+1 |
2005-05-31 | PKG_FAIL_REASON must be (double-)quoted to achieve the correct output. | jmmv | 1 | -2/+2 |
2005-05-31 | Remove obsolete BITCHX_WITH_GTK variable. | wiz | 1 | -7/+1 |
2005-05-31 | Describe inet6 option, and standardize oss description a bit. | wiz | 1 | -2/+2 |
2005-05-31 | Add oss and its description. | wiz | 1 | -0/+1 |
2005-05-31 | Remove legacy lame option. | wiz | 1 | -7/+1 |
2005-05-31 | Describe gtk option. End gqmpeg options with a dot, | wiz | 1 | -3/+3 |
2005-05-31 | Show a deprecated warning even if the deprecated variable is set to | wiz | 1 | -3/+9 |
2005-05-31 | add a variable "GECKO_PROVIDER" which tells whether firefox or mozilla | drochner | 1 | -1/+7 |
2005-05-31 | Add option descriptions for gqmpeg-* | wiz | 1 | -0/+2 |
2005-05-31 | Remove obsolete GQMPEG_NO_* variables. | wiz | 1 | -14/+1 |
2005-05-31 | The available options are shown before the dependencies are installed. | rillig | 1 | -2/+2 |
2005-05-31 | DragonFly patch(1) can do backups, using -z flag: | salo | 1 | -3/+3 |
2005-05-31 | Rename describe-options to show-options, replacing the old show-options | dillo | 2 | -13/+7 |
2005-05-31 | Rename option PAM to pam (so all options are lower case). Backwards | dillo | 1 | -1/+3 |
2005-05-31 | To ease cleanup of the options namespace, add code to support legacy | dillo | 1 | -5/+31 |
2005-05-31 | Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent update | shannonjr | 1 | -2/+2 |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -1/+5 |
2005-05-29 | Simplify unprivileged builds by adding a new variable, UNPRIVILEGED, that, | jmmv | 2 | -1/+60 |
2005-05-28 | set PKG_FAIL_REASON if any unsupported option is listed in PKG_OPTIONS.xxx | dillo | 1 | -8/+32 |
2005-05-26 | Don't use buildlink framework just to do a conditional dependency for a | jlam | 1 | -17/+0 |
2005-05-26 | Teach the tools framework about nroff. | jlam | 12 | -12/+37 |
2005-05-26 | Fixed the output of show-tools. | rillig | 1 | -2/+2 |
2005-05-25 | fix typo in documentation | dillo | 1 | -7/+17 |
2005-05-24 | Add more error checking. PACKAGES must exist. No extra command line args ta... | dmcmahill | 1 | -1/+12 |
2005-05-24 | improve the message when an invalid cache file version is found | dmcmahill | 1 | -2/+4 |
2005-05-24 | Improve error checking. Specifically, after a new cache file is | dmcmahill | 1 | -7/+27 |
2005-05-24 | Add BUILTIN_PACKAGES, this will contain all builtin dependencies used | xtraeme | 1 | -1/+10 |
2005-05-24 | Added a variable PGSQL_VERSION that identifies the PostgreSQL version used. | rillig | 1 | -1/+3 |
2005-05-24 | Add a new file find-libs.mk that can be included by builtin.mk files | jlam | 1 | -0/+75 |
2005-05-23 | Work around brokenness in GNU configure scripts generated by autoconf-2.59a | jlam | 1 | -3/+3 |
2005-05-23 | Fixed the bug that I introduced with the last commit. I confused -n and -z. | rillig | 1 | -2/+2 |
2005-05-23 | Fixed quoting in show-comment. | rillig | 1 | -3/+3 |
2005-05-23 | Teach the tools framework about "flex" so that packages can specify | jlam | 6 | -6/+33 |
2005-05-22 | Replaced three instances of $s with ${s} to make it consistent with the | rillig | 1 | -4/+4 |
2005-05-22 | USE_X11=yes instead of USE_X11=#defined. | rillig | 1 | -2/+2 |
2005-05-22 | Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. | jlam | 1 | -6/+3 |
2005-05-22 | Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special values | jlam | 1 | -2/+1 |
2005-05-22 | Finish removing instances of _USE_NEW_TOOLS from pkgsrc. | jlam | 1 | -20/+4 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -6/+3 |
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 21 | -1677/+20 |
2005-05-22 | Fixed some quoting issues. | rillig | 1 | -34/+34 |
2005-05-22 | Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packages | minskim | 1 | -1/+3 |
2005-05-22 | Some packages want to embed the path to the perl tool in scripts but | jlam | 1 | -1/+13 |
2005-05-22 | The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of | jlam | 1 | -7/+1 |
2005-05-22 | Allow a tool to be passed to GNU configure scripts under more than | jlam | 1 | -5/+5 |
2005-05-22 | Add a few more tools for GNU configure scripts: grep, env, xmkmf. | jlam | 1 | -1/+4 |
2005-05-22 | pass down FIND to genreadme.awk and binpkg-cache | dmcmahill | 2 | -6/+7 |
2005-05-22 | use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when | dmcmahill | 1 | -4/+7 |
2005-05-21 | For packages that use GNU configure scripts, pass the real command | jlam | 2 | -2/+51 |