Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-28 | Remove old .bulk-not_available (NOT_AVAILABLE_FILE) files that are left | kristerw | 1 | -1/+7 | |
from previous run. | |||||
2007-01-28 | More documentation for the purpose of this file and a tiny wording | rillig | 1 | -4/+11 | |
improvement for TEST_DIRS. | |||||
2007-01-27 | Support Emacs 22, which is hold in wip/emacs-current. Prompted by wiz. | uebayasi | 1 | -10/+16 | |
(Should I put a note "emacs22" EMACS_TYPE is experimental somewhere?) | |||||
2007-01-27 | Document TEST_TARGET with help from Alistair Crooks. | uebayasi | 1 | -1/+4 | |
2007-01-27 | Sync kde mirrors with reality a bit. | wiz | 1 | -10/+9 | |
2007-01-26 | Teach USE_DIRS about kde3. | markd | 1 | -1/+8 | |
2007-01-25 | Some Linux distros have gawk and install in /bin. | rpaulo | 1 | -1/+9 | |
2007-01-25 | Absolute never use .x11-buildlink. Some cases get nasty to fix, so | joerg | 1 | -1/+5 | |
back to this. | |||||
2007-01-24 | Do not create share/skel, nothing installs into it. | wiz | 13 | -39/+13 | |
2007-01-24 | Oops, this was meant to go in with the rest of the apr changes. | epg | 1 | -3/+4 | |
Use devel/apr0 for apache2 and devel/apr and devel/apr-util for apache22. | |||||
2007-01-24 | ... and quote the $ for subst so that ${RM} ends up in the final file. | joerg | 1 | -2/+2 | |
2007-01-24 | *blush* Fix variable substituation to not substitute the same string | joerg | 1 | -2/+2 | |
twice. | |||||
2007-01-24 | Empty files are so ambiguous, so better leave a friendly message in the | rillig | 1 | -2/+2 | |
STARTFILE. | |||||
2007-01-24 | Quick fix: The main code of the bulk build cannot be run in the shell's | rillig | 1 | -2/+2 | |
"set -e" mode, since it would fill up the temporary directory. Reverted that change. | |||||
2007-01-23 | Since there are many cases where the string @FOO@ is replaced with the | rillig | 1 | -2/+11 | |
pkgsrc variable ${FOO}, there is now a shorter variant for it. Instead of defining SUBST_SED.*, just say SUBST_VARS.* = FOO. | |||||
2007-01-22 | Add descriptions for anthy-* options. Remove old anthy option names. | wiz | 1 | -2/+2 | |
2007-01-22 | Reverted the change between 1.37 and 1.38. | rillig | 1 | -2/+1 | |
MANPATH cannot be overridden so easily to make it right for imake Packages. Noticed by Dan. | |||||
2007-01-22 | Add xinit as tool. | joerg | 1 | -2/+13 | |
2007-01-22 | A big cleanup: | rillig | 1 | -66/+40 | |
- The "header" of the build log is always printed, not only when PRECLEAN is set. - The variable "installed" was redundant. Removing it saves 5 lines of code. - When the package is outdated and currently installed, it suffices to just run pkg_delete. The "make deinstall" is too expensive and doesn't do anything further. - Completely rewrote the section that deinstalls unneeded packages. It seems to me that the pkg_info -Q flag has been introduced after the bulk build was initially written, so it wasn't used here. - A package that doesn't get deinstalled with a simple pkg_delete probably has a reason for that. Don't try to run pkg_delete -f after it. - To remove all packages, it isn't necessary to iterate over the installed packages. Just pkg_delete -r "*". - Replaced "required package" with "dependency" in the log messages, since that is shorter. Maybe the term "required package" comes from the time where packages also depended on shared library versions, so that terminology made sense back in 2000. Anyway, that's long ago. | |||||
2007-01-21 | Fixed misleading indentation. | rillig | 1 | -3/+3 | |
2007-01-21 | Some variable definitions in mk/defaults/mk.conf have only one word in | rillig | 1 | -2/+2 | |
the line where the variable name appears. | |||||
2007-01-18 | Backed out my previous change. The variable fetchdir needs to be a | rillig | 1 | -6/+3 | |
relative path. The error message nevertheless includes the full path. | |||||
2007-01-18 | pkgsrc bulk builds need much CPU time, but do they also need much stack? | rillig | 1 | -3/+4 | |
2007-01-17 | The sunpro C++ compiler needs its own cache, since cc and CC transform | rillig | 1 | -2/+3 | |
-Wall to different arguments. | |||||
2007-01-17 | The sunpro wrapper needs to distinguish whether cc or CC is called in | rillig | 1 | -6/+31 | |
some cases. XXX: There should be more support in the infrastructure for this case. | |||||
2007-01-17 | Documented WRKDIR. | rillig | 1 | -1/+20 | |
2007-01-17 | Add coqide option description | tonio | 1 | -0/+1 | |
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -5/+9 | |
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented? | |||||
2007-01-16 | change the default user/group for dbus to something <=8 chars since some ↵ | dmcmahill | 1 | -5/+5 | |
systems (eg solaris) need that. Addresses PR/34127 | |||||
2007-01-16 | Add modular Xorg support for iceauth and xmessage as tool, nuke | joerg | 1 | -3/+24 | |
makepsres at the same time. The latter wasn't used in pkgsrc and is related to DPS which is dead. | |||||
2007-01-16 | when using sunpro, go ahead and use the sun fortran compiler insted of f2c. ↵ | dmcmahill | 1 | -9/+23 | |
The former seems to work as well or better | |||||
2007-01-16 | alias f2c-f77 as g77 as well as f77 and f2c-f77. libtool cares. | dmcmahill | 1 | -2/+2 | |
2007-01-15 | Made the database lookup for deinstalling the unneeded packages less | rillig | 1 | -10/+13 | |
obscure by using awk instead of sed. | |||||
2007-01-15 | Documented PKGDIR. | rillig | 1 | -1/+18 | |
2007-01-14 | Options to subprocesses like the assember must pass the transformations. | rillig | 1 | -5/+2 | |
They are _not_ GCC warnings, although they start with -W. | |||||
2007-01-14 | The new variable SUBST_SKIP_TEXT_CHECK.* can be set to "yes" to do the | rillig | 1 | -2/+14 | |
substitutions in all files, whether or not file(1) says they are text. | |||||
2007-01-14 | The default variable assignment is printed by "make help" again. | rillig | 1 | -3/+3 | |
Completely empty lines are suppressed. | |||||
2007-01-14 | Inserted an empty line between two paragraphs, so they look a little | rillig | 1 | -2/+3 | |
more aesthetic. | |||||
2007-01-12 | Add descriptions for speex, sndfile, samplerate. Sort. | wiz | 1 | -2/+5 | |
2007-01-12 | Added the file msg.help, which describes the INFO_MSG, WARNING_MSG, | rillig | 2 | -1/+21 | |
ERROR_MSG and FATAL_MSG commands. | |||||
2007-01-12 | PKGTOOLS_ENV does not exist anymore. | rillig | 1 | -5/+1 | |
2007-01-12 | Fixed the documentation of the PREFIX variable. It cannot be overridden, | rillig | 1 | -3/+12 | |
neither by the user nor by a package. | |||||
2007-01-11 | When a SUBST change leaves a file as-is, print an informational message. | rillig | 1 | -3/+4 | |
For all messages, the current SUBST_CLASS is printed, too. | |||||
2007-01-11 | Added the INFO_MSG command, which can be used when the user should be | rillig | 1 | -3/+4 | |
noticed about something that is not severe enough to need a warning. INFO messages go to stdout instead of stderr. Added the :M* modifier to the INSTALL_MACROS to make the resulting command lines somewhat shorter. | |||||
2007-01-11 | MAKE_JOBS is only used in the do-build target, nowhere else. | rillig | 1 | -3/+4 | |
2007-01-11 | Bugfix: the first and second paragraph of a topic had not had an empty | rillig | 1 | -1/+2 | |
line between them. | |||||
2007-01-10 | It's more informative to use absolute pathnames in error messages than | rillig | 1 | -1/+4 | |
just ".". | |||||
2007-01-09 | Add an option to allow a batch mode pcb to be built. Useful for webserver | dmcmahill | 1 | -0/+1 | |
environments. | |||||
2007-01-09 | Added a typical command for the post-extract target. | rillig | 1 | -1/+4 | |
2007-01-09 | Fixed the documentation. | rillig | 1 | -2/+2 | |