all scripts are preprocessed before installation
(sed 's,@@bindir@@,${BINDIR},g' etc.)
pkg_src_summary: fix for packages having more than one file listed
in DESCR_SRC
FIX for pkg_src_summary -p: For a huge number of packages 'make
plist' fails because this stage requires package's sources
extracted. Now 'make plist' failures are not critical,
i.e. summary for such package is generated in any case.
fix in pkg_src_fetch_var.in: comments are removed
PKGNAME=pkgname-ver ### trtrtr -> PKGNAME=pkgname-ver
fix in pkg_micro_src_summary: If PKGREVISION is set to 0 (or empty)
in Makefile (bug?), then nb0 is *not* added to PKGNAME
Noteworthy changes:
* Added an experimental "sql" backend for cyrusdb. Currently MySQL,
PostgreSQL, and SQLite are supported.
* Added support for IMAP [CAPABILITY] response code to client-side
of Murder proxies.
* Added support for ManageSieve auto-capability response after
STARTTLS and after AUTH with a SASL security layer.
* Made MAXWORD and MAXQUOTED sizes configurable via imapd.conf
* Rewrote cyrusdb_quotalegacy.c to use readir()
rather than glob.c. This avoids a potential crash due to
conflicts between glibc and Heimdal implementations of glob().
* Added support for fulldirhash to 'ctl_mboxlist -v'
* Several skiplist transaction bugfixes.
* cyr_expire no longer has a default of 0 (zero) for -X and -D.
These options must be used explicitly in order to have the desired
effect.
* Added sieve_utf8fileinto option.
* Added sieve_sasl_send_unsolicited_capability and
sieve_sasl_expect_unsolicited_capability options.
* Several 32/64-bit compatibility fixes.
milter-greylist is a stand-alone milter written in C that implement
grey listing. It has been reported as efficient and easy to setup
by a large number of system administrators.
This is the development snapshot with the latest and greatest features
flimp is a generic graphical frontend to the many excellent command line
image manipulation tools available. It allows you to create pipelines
of commands that read from standard input and write to standard output.
One can view and compare the result of each stage of the pipeline.
flimp leaves the input image file untouched; the pipeline is saved in
a text file.
flimp features non-destructive image manipulation, 16bit color depth,
import of raw images via dcraw, and is easy to extend and customize.
New stage_post_build containing user's actions is added.
Actions are defined in 'post_build' shell function in distbb.conf.
Update your existing distbb.conf! I_AM_READY=3 is required.
distbb.mk: new 'dbb_vars' target that outputs formatted variables
values. They may be useful for debugging.
I put dbb_vars to the default TARGETS.
Code updating "virtual best" bulk build directory
is now separated to an individual stage - stage_update_best.
It is run after 'stage_gen_report'.
distbb.conf: logging directory default changed from xxx/log to xxx/logs.
stage_gen_report: progress messages become more verbose
Major changes:
The following code fails with nawk (seen on NetBSD)
runawk -e ' { print "123" } ' /dev/null
It says
/usr/bin/awk: can't open file --
source line number 7
This happens because nawk treats `--' after program as a generic file.
fixed: compilation bug under FreeBSD (WARNS=4 -> warning -> error)
caused by comparison of signed with unsigned
More verbose output when stat(filename) failed
modules/str2regexp.awk: adapted to buggy MAWK