summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2006-02-17Remove type1inst log file; improve empty dir detection;wiz1-4/+4
needed by fonts/intlfonts, ok@ jlam.
2006-02-17Fix typo in type1inst depends line.wiz1-2/+2
2006-02-16Add nl_BE and sv_SE locale dirs for gourmet.wiz22-22/+198
2006-02-16mirrors.cloud9.net seems unreliable - drop down the list of ↵abs1-2/+2
MASTER_SITE_PERL_CPAN
2006-02-15DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar.reed1-1/+2
2006-02-13Only write the terminating HTML code to the ${_BROKENFILE} if therillig1-4/+4
package is really broken.
2006-02-12The security/kth-krb4 package does not install bin/ftp anymore (sincerillig1-2/+2
February 2004), so it doesn't conflict with bootstrap-pkgsrc.
2006-02-11Added "pre-build>" identifier to two echo commands.rillig1-3/+3
2006-02-11Renamed the ``restart'' variable to ``resume'', as that is what therillig1-13/+11
variable does.
2006-02-11Fixed double quoting of _BROKENWRKLOG.rillig1-2/+2
2006-02-11When returning "..is not an acceptable TeX version.." also identifyross1-2/+3
which version(s) _are_ acceptable.
2006-02-11Teach the tools framework about various gettext-tools: gettext, msgfmt,jlam1-1/+22
and xgettext. These are supplied by devel/gettext-tools if not present in the base system.
2006-02-10Add es_NI locale, for gnucash-devel.wiz22-22/+110
2006-02-10A small step in the direction of valid HTML for the build log files.rillig1-12/+23
2006-02-10Bump '_GCC_DIST_VERSION' to '3.4.5' to match lang/gcc34shannonjr1-2/+2
2006-02-10Indented the variable definitions more consistently.rillig1-20/+20
2006-02-09Describe libofx option.wiz1-0/+1
2006-02-07When in "set -e" mode, the Solaris /bin/sh exits when "cd" fails, evenrillig1-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-07Info pages don't always end in ".info" as noted in PR pkg/32699. Fix thejlam1-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-07Fix typo in comment.jlam1-2/+2
2006-02-07Provide default values for various variables if they're not present injlam5-26/+26
the shell environment array ENVIRON.
2006-02-06Set required libtool version to 1.5.22nb1, to skip regression issue in thetv1-1/+2
original 1.5.22 package.
2006-02-05warning: escape sequence `\.' treated as plain `.'rillig4-13/+13
2006-02-05plist-info.awk:80: warning: escape sequence `\.' treated as plain `.'rillig1-2/+2
2006-02-04- Added "set -e" at the top of the file to prevent uncontrolled execution.rillig1-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-04Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logsrillig1-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-03If a package is still up to date, it doesn't matter if it is currentlyrillig1-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.joerg1-2/+2
2006-02-02Replaced jlam's initial sketch with one in which the parts are arrangedrillig1-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-02If the replace-interpreter program cannot find a file, a warning isrillig1-1/+3
printed.
2006-02-02Fix unrar usage: the command to extract is 'x', without hyphen.joerg1-2/+2
2006-02-02Don't include define lower opsys version for the host name, e.g. usejoerg1-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-30Added the bulk build ID to the subject line of the report mail. It had beenrillig1-2/+2
${BUILDDATE} before, which has disappeared with the REPORTS_* change.
2006-01-29Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is notrillig1-3/+2
activated this prevents unexpected behavior.
2006-01-29add a missing .PHONY: Now if you do something likedmcmahill1-1/+2
cd pkgsrc/foo touch fetch make fetch you get the correct behaviour.
2006-01-28Add zh_HK locale for gtk2+-2.8.11.wiz22-22/+110
2006-01-28Actually heed the value of IMAKE if it is set by the user.jlam1-2/+2
2006-01-25Add mjpegtools-simd option.xtraeme1-1/+2
2006-01-25Remove mjpegtools-cmov options... deprecated.xtraeme1-1/+0
2006-01-24The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames orrillig1-3/+5
for pathnames relative to ${PREFIX}.
2006-01-24In the FTPHOST compatibility mode, there was a slash missing whenrillig1-2/+2
constructing REPORTS_DIR out of FTPHOST and FTPURL.
2006-01-24Ensure that decompress_cat and tarprog always have vaild default valuesjlam1-2/+3
in the case where the user makes bad option choices on the command line.
2006-01-23If the package directory doesn't exist, then return a non-zero code. Thisjlam1-2/+6
allows us to distinguish the case where everything is what we expect, and any deviations from that main case.
2006-01-23Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and usextraeme1-1/+26
it in the mysql packages.
2006-01-23Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction.wiz1-2/+2
2006-01-23Instead of accumulating _ALL_DEPENDS_PKGSRCDIRS, accumulate _ALL_DEPENDSjlam1-4/+4
instead -- this keeps more information around.
2006-01-23gzcat needs the full command, not only the pathname, in case it isrillig1-2/+2
${GZIP} -cd.
2006-01-23The ../../mk/scripts/extract shell program does not work with Solaris'rillig1-2/+2
/bin/sh. Fixed by invoking it via ${SH}.
2006-01-22Made all sentences in the comments start with an upper-case letter and endrillig1-16/+16
with a period.
2006-01-22SUS says awk's delete command only deletes array elements, not the arrayjlam2-5/+2
itself.