Age | Commit message (Expand) | Author | Files | Lines |
2007-06-12 | Define some variables for using FETCH_CMD=wget. | obache | 1 | -1/+6 |
2007-06-11 | update locations of emacs 21 and emacs 22 packages. | markd | 1 | -5/+5 |
2007-06-11 | Add two mirror servers for sourceforge.jp: | obache | 1 | -1/+3 |
2007-06-11 | add jdk15, modelled on jdk14 | abs | 1 | -3/+13 |
2007-06-10 | Alter the pattern to detect upper limits to actually match some real | joerg | 1 | -2/+2 |
2007-06-09 | There was one ">" too much, so the fail-wrapper warning was printed | rillig | 1 | -2/+2 |
2007-06-09 | Added a slight variation of the patch provided in PR 36187 by Naoto | rillig | 1 | -4/+7 |
2007-06-09 | Fixed the description of PLIST_SRC. | rillig | 1 | -16/+12 |
2007-06-09 | Document nox11 option. | wiz | 1 | -0/+1 |
2007-06-08 | Changed the wording of the warning messages when a compiler-fail-wrapper | rillig | 1 | -3/+7 |
2007-06-07 | Back out previous and always define the shell variable $silent | jlam | 1 | -2/+3 |
2007-06-07 | Fixed a typo, which has been discovered by Mark E. Perkins. | rillig | 1 | -2/+2 |
2007-06-06 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save some | rillig | 1 | -49/+39 |
2007-06-06 | The "build-env" target is no longer defined in this file. | rillig | 1 | -7/+1 |
2007-06-06 | Fixed indentation. | rillig | 1 | -3/+3 |
2007-06-06 | Added _VARGROUPS. | rillig | 1 | -1/+6 |
2007-06-06 | Added _VARGROUPS. | rillig | 1 | -1/+14 |
2007-06-06 | Made the generation of the PLIST_SUBST entries a bit simpler. | rillig | 1 | -41/+8 |
2007-06-06 | Added BUILD_DEFS. | rillig | 1 | -1/+3 |
2007-06-06 | Removed the comment about REPLACE_EMACS, since there isn't any code | rillig | 1 | -9/+9 |
2007-06-06 | Removed the outer .if ... .endif, so that I don't need to indent the | rillig | 1 | -22/+23 |
2007-06-05 | Added the variable JAVA_BINPREFIX containing the prefix to the wrapped | rillig | 1 | -9/+28 |
2007-06-05 | The variable $silent may be undefined, not only empty. | rillig | 1 | -2/+2 |
2007-06-04 | For GNU-style configure scripts, the environment variable install_sh | rillig | 2 | -3/+8 |
2007-06-04 | Keywords may be separated by commas. | rillig | 1 | -2/+2 |
2007-06-04 | Added documentation. | rillig | 1 | -1/+15 |
2007-06-04 | Avoid usage of modern kinds of parameter expansion (##, #, %%, %) | heinz | 1 | -3/+4 |
2007-05-31 | If a package is already installed, bulk-install should not try to build | rillig | 1 | -2/+3 |
2007-05-29 | * Move the meat of the bootstrap-depends target entirely within the | jlam | 1 | -3/+12 |
2007-05-29 | Add some more keywords, so that one can grep for "mk.conf" and find the | rillig | 1 | -1/+3 |
2007-05-29 | Test to see if a variable is defined before testing for its value. Keeps | dmcmahill | 1 | -2/+3 |
2007-05-28 | Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files | heinz | 1 | -2/+2 |
2007-05-28 | In order to avoid incorrect information about needed shared libraries in | heinz | 2 | -7/+22 |
2007-05-28 | Remove trailing spaces. | martti | 9 | -19/+19 |
2007-05-27 | Define a TOOLS_ENV variable that holds a shell environment that may be | jlam | 1 | -7/+22 |
2007-05-27 | Move the .if test out of the .for loop because the test condition doesn't | jlam | 1 | -5/+5 |
2007-05-26 | Correct recording of provided shared libraries when using DESTDIR. | heinz | 1 | -2/+2 |
2007-05-26 | Add ring servers to MASTER_SITE_TEX_CTAN. | obache | 1 | -2/+4 |
2007-05-25 | Remove stray done. | joerg | 1 | -3/+2 |
2007-05-25 | Partly backout the commit and move install-dependencies back into | joerg | 2 | -92/+54 |
2007-05-25 | Add xauth as tool. | joerg | 1 | -2/+13 |
2007-05-25 | When testing whether the patches/ directory exists or not, take into | rillig | 1 | -1/+9 |
2007-05-24 | Replaced printf(1) with echo(1), since printf is not available in the | rillig | 1 | -8/+8 |
2007-05-24 | If more than one location for a topic is found, print an empty line | rillig | 1 | -1/+3 |
2007-05-23 | Remove some more outdated/broken mirror sites. | wiz | 1 | -10/+2 |
2007-05-23 | When removing an already installed package, the correct package version | rillig | 1 | -3/+4 |
2007-05-23 | Add C99 support, required for packages which use C99 such as devel/glib2 | sketch | 1 | -1/+6 |
2007-05-23 | Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends. | joerg | 1 | -1/+6 |
2007-05-22 | GNU make strongly dislikes it when MAKE is already set to bmake. | joerg | 2 | -23/+15 |
2007-05-22 | While investigating xtraeme's bug report about duplicate running of the | joerg | 1 | -1/+2 |