Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-02 | Make GNU_CONFIGURE_PREFIX the default prefix for GNU_CONFIGURE_MANDIR | joerg | 1 | -3/+4 | |
and GNU_CONFIGURE_INFODIR. Add the latter for symmetry. | |||||
2006-02-27 | tweak. | rxg | 1 | -3/+3 | |
2006-02-24 | Remove description and default for the obsolete PURE_* variables. | ghen | 1 | -22/+1 | |
2006-02-23 | Only add "fonts.(alias|dir|scale)" to "CHECK_FILES_SKIP" if a package | tron | 1 | -1/+5 | |
is using "pkginstall.mk" to handle font installation. This fixes one of the many false positives created by "CHECK_FILES", in this case affecting the "xservers" package. | |||||
2006-02-22 | Add man/ru/*. | wiz | 21 | -21/+987 | |
2006-02-22 | Drop trailing whitespace. | wiz | 14 | -1377/+1377 | |
2006-02-21 | Instead of passing only the path to the tools to CONFIGURE_ARGS, pass | rillig | 1 | -4/+4 | |
the complete command. This fixes problems when EGREP is defined as "grep -E" instead of "egrep". | |||||
2006-02-19 | Add .tar.bz support | adrianp | 1 | -3/+3 | |
2006-02-18 | Added SITES.${foo} as an alias for SITES_${foo}. The latter will be | rillig | 1 | -3/+6 | |
deprecated after the 2006Q1 branch. | |||||
2006-02-18 | Remove deprecated and now unused file. | wiz | 1 | -18/+0 | |
2006-02-17 | Remove type1inst log file; improve empty dir detection; | wiz | 1 | -4/+4 | |
needed by fonts/intlfonts, ok@ jlam. | |||||
2006-02-17 | Fix typo in type1inst depends line. | wiz | 1 | -2/+2 | |
2006-02-16 | Add nl_BE and sv_SE locale dirs for gourmet. | wiz | 22 | -22/+198 | |
2006-02-16 | mirrors.cloud9.net seems unreliable - drop down the list of ↵ | abs | 1 | -2/+2 | |
MASTER_SITE_PERL_CPAN | |||||
2006-02-15 | DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar. | reed | 1 | -1/+2 | |
2006-02-13 | Only write the terminating HTML code to the ${_BROKENFILE} if the | rillig | 1 | -4/+4 | |
package is really broken. | |||||
2006-02-12 | The security/kth-krb4 package does not install bin/ftp anymore (since | rillig | 1 | -2/+2 | |
February 2004), so it doesn't conflict with bootstrap-pkgsrc. | |||||
2006-02-11 | Added "pre-build>" identifier to two echo commands. | rillig | 1 | -3/+3 | |
2006-02-11 | Renamed the ``restart'' variable to ``resume'', as that is what the | rillig | 1 | -13/+11 | |
variable does. | |||||
2006-02-11 | Fixed double quoting of _BROKENWRKLOG. | rillig | 1 | -2/+2 | |
2006-02-11 | When returning "..is not an acceptable TeX version.." also identify | ross | 1 | -2/+3 | |
which version(s) _are_ acceptable. | |||||
2006-02-11 | Teach the tools framework about various gettext-tools: gettext, msgfmt, | jlam | 1 | -1/+22 | |
and xgettext. These are supplied by devel/gettext-tools if not present in the base system. | |||||
2006-02-10 | Add es_NI locale, for gnucash-devel. | wiz | 22 | -22/+110 | |
2006-02-10 | A small step in the direction of valid HTML for the build log files. | rillig | 1 | -12/+23 | |
2006-02-10 | Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34 | shannonjr | 1 | -2/+2 | |
2006-02-10 | Indented the variable definitions more consistently. | rillig | 1 | -20/+20 | |
2006-02-09 | Describe libofx option. | wiz | 1 | -0/+1 | |
2006-02-07 | When in "set -e" mode, the Solaris /bin/sh exits when "cd" fails, even | rillig | 1 | -2/+6 | |
if it occurs as the condition of a "while" or "if", or in combination with && or ||. This, of course, introduces a race condition if someone removes the directory between the two "cd"s. The result would be that the bulk build terminates, but that's not a big issue, as in this case there must be something much more severely broken. | |||||
2006-02-07 | Info pages don't always end in ".info" as noted in PR pkg/32699. Fix the | jlam | 1 | -6/+11 | |
PLIST handling based on the suggestion in the PR by Johan Danielsson. This restores the behavior from the old PLIST code. | |||||
2006-02-07 | Fix typo in comment. | jlam | 1 | -2/+2 | |
2006-02-07 | Provide default values for various variables if they're not present in | jlam | 5 | -26/+26 | |
the shell environment array ENVIRON. | |||||
2006-02-06 | Set required libtool version to 1.5.22nb1, to skip regression issue in the | tv | 1 | -1/+2 | |
original 1.5.22 package. | |||||
2006-02-05 | warning: escape sequence `\.' treated as plain `.' | rillig | 4 | -13/+13 | |
2006-02-05 | plist-info.awk:80: warning: escape sequence `\.' treated as plain `.' | rillig | 1 | -2/+2 | |
2006-02-04 | - Added "set -e" at the top of the file to prevent uncontrolled execution. | rillig | 1 | -15/+28 | |
- Added "set -u" at the top of the file to prevent spelling errors. - Renamed UNZIP to UNZIP_CMD, since that is used by the rest of pkgsrc. - Found a singleton use of $extract_options and replaced it with ${EXTRACT_OPTS_LHA}. - Took the default assignment for TMPDIR out of the block. All other entries are tools. - Removed unnecessary variables. - Make sure that distfile can always be resolved, even if the current working directory is changed. - Provide default values for all EXTRACT_OPTS_* variables, as close as possible to the point where they are used. - Replaced all "$@" with ${1+"$@"} to avoid errors when no parameters are given. - Made the removal of the temporary file for .tar extraction more robust. | |||||
2006-02-04 | Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logs | rillig | 1 | -3/+24 | |
of successful builds are not removed, only renamed. This variable will be useful for examining the warnings that appear during the bulk builds but are thrown away because the package builds fine. This feature is experimental and thus not enabled by default. | |||||
2006-02-03 | If a package is still up to date, it doesn't matter if it is currently | rillig | 1 | -7/+3 | |
installed or not. So there is no need for two different messages. (They had been necessary in revision 1.1, though.) | |||||
2006-02-03 | .tar.z is a valid tar extension. | joerg | 1 | -2/+2 | |
2006-02-02 | Replaced jlam's initial sketch with one in which the parts are arranged | rillig | 1 | -27/+35 | |
in a much simpler way, which hopefully makes the wrapper framework less frightening to the pkgsrc developers. Added some additional notes. | |||||
2006-02-02 | If the replace-interpreter program cannot find a file, a warning is | rillig | 1 | -1/+3 | |
printed. | |||||
2006-02-02 | Fix unrar usage: the command to extract is 'x', without hyphen. | joerg | 1 | -2/+2 | |
2006-02-02 | Don't include define lower opsys version for the host name, e.g. use | joerg | 1 | -2/+1 | |
i386-pc-dragonflybsd instead of i386-pc-dragonflybsd1. Saves a few forks and execs and makes DragonFly more homogenous with NetBSD. | |||||
2006-01-30 | Added the bulk build ID to the subject line of the report mail. It had been | rillig | 1 | -2/+2 | |
${BUILDDATE} before, which has disappeared with the REPORTS_* change. | |||||
2006-01-29 | Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is not | rillig | 1 | -3/+2 | |
activated this prevents unexpected behavior. | |||||
2006-01-29 | add a missing .PHONY: Now if you do something like | dmcmahill | 1 | -1/+2 | |
cd pkgsrc/foo touch fetch make fetch you get the correct behaviour. | |||||
2006-01-28 | Add zh_HK locale for gtk2+-2.8.11. | wiz | 22 | -22/+110 | |
2006-01-28 | Actually heed the value of IMAKE if it is set by the user. | jlam | 1 | -2/+2 | |
2006-01-25 | Add mjpegtools-simd option. | xtraeme | 1 | -1/+2 | |
2006-01-25 | Remove mjpegtools-cmov options... deprecated. | xtraeme | 1 | -1/+0 | |
2006-01-24 | The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames or | rillig | 1 | -3/+5 | |
for pathnames relative to ${PREFIX}. |