summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2007-06-10Alter the pattern to detect upper limits to actually match some realjoerg1-2/+2
2007-06-09There was one ">" too much, so the fail-wrapper warning was printedrillig1-2/+2
2007-06-09Added a slight variation of the patch provided in PR 36187 by Naotorillig1-4/+7
2007-06-09Fixed the description of PLIST_SRC.rillig1-16/+12
2007-06-09Document nox11 option.wiz1-0/+1
2007-06-08Changed the wording of the warning messages when a compiler-fail-wrapperrillig1-3/+7
2007-06-07Back out previous and always define the shell variable $silentjlam1-2/+3
2007-06-07Fixed a typo, which has been discovered by Mark E. Perkins.rillig1-2/+2
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
2007-06-06The "build-env" target is no longer defined in this file.rillig1-7/+1
2007-06-06Fixed indentation.rillig1-3/+3
2007-06-06Added _VARGROUPS.rillig1-1/+6
2007-06-06Added _VARGROUPS.rillig1-1/+14
2007-06-06Made the generation of the PLIST_SUBST entries a bit simpler.rillig1-41/+8
2007-06-06Added BUILD_DEFS.rillig1-1/+3
2007-06-06Removed the comment about REPLACE_EMACS, since there isn't any coderillig1-9/+9
2007-06-06Removed the outer .if ... .endif, so that I don't need to indent therillig1-22/+23
2007-06-05Added the variable JAVA_BINPREFIX containing the prefix to the wrappedrillig1-9/+28
2007-06-05The variable $silent may be undefined, not only empty.rillig1-2/+2
2007-06-04For GNU-style configure scripts, the environment variable install_shrillig2-3/+8
2007-06-04Keywords may be separated by commas.rillig1-2/+2
2007-06-04Added documentation.rillig1-1/+15
2007-06-04Avoid usage of modern kinds of parameter expansion (##, #, %%, %)heinz1-3/+4
2007-05-31If a package is already installed, bulk-install should not try to buildrillig1-2/+3
2007-05-29* Move the meat of the bootstrap-depends target entirely within thejlam1-3/+12
2007-05-29Add some more keywords, so that one can grep for "mk.conf" and find therillig1-1/+3
2007-05-29Test to see if a variable is defined before testing for its value. Keepsdmcmahill1-2/+3
2007-05-28Changed suffix for _PLIST_NOKEYWORDS to be more in line with other filesheinz1-2/+2
2007-05-28In order to avoid incorrect information about needed shared libraries inheinz2-7/+22
2007-05-28Remove trailing spaces.martti9-19/+19
2007-05-27Define a TOOLS_ENV variable that holds a shell environment that may bejlam1-7/+22
2007-05-27Move the .if test out of the .for loop because the test condition doesn'tjlam1-5/+5
2007-05-26Correct recording of provided shared libraries when using DESTDIR.heinz1-2/+2
2007-05-26Add ring servers to MASTER_SITE_TEX_CTAN.obache1-2/+4
2007-05-25Remove stray done.joerg1-3/+2
2007-05-25Partly backout the commit and move install-dependencies back intojoerg2-92/+54
2007-05-25Add xauth as tool.joerg1-2/+13
2007-05-25When testing whether the patches/ directory exists or not, take intorillig1-1/+9
2007-05-24Replaced printf(1) with echo(1), since printf is not available in therillig1-8/+8
2007-05-24If more than one location for a topic is found, print an empty linerillig1-1/+3
2007-05-23Remove some more outdated/broken mirror sites.wiz1-10/+2
2007-05-23When removing an already installed package, the correct package versionrillig1-3/+4
2007-05-23Add C99 support, required for packages which use C99 such as devel/glib2sketch1-1/+6
2007-05-23Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends.joerg1-1/+6
2007-05-22GNU make strongly dislikes it when MAKE is already set to bmake.joerg2-23/+15
2007-05-22While investigating xtraeme's bug report about duplicate running of thejoerg1-1/+2
2007-05-22Remove an unused, just added internal target.joerg1-6/+1
2007-05-22Fix a small logic bug. When running install-dependencies for the firstjoerg2-11/+7
2007-05-22Make depends-cookie a flavor indendepent target. Before it was used tojoerg9-156/+305
2007-05-22Remove trailing spaces. This will fix my problems with pkglint:martti1-3/+3