2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-11-11 08:33:05 by Roland Illig | Files touched by this commit (1) |
Log message:
Set PKGNAME instead of PKGBASE, as required by
../../mail/courier-maildir/Makefile.common.
|
2005-10-20 22:26:24 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Update mail/courier-imap to 4.0.6. Changes from version 4.0.4 include:
* Use PCRE for pattern-matching.
* When autopurging messages from a folder based on their
timestamp, scan 'new' in addition to 'cur', otherwise mail
delivered to the folder directly never gets purged, unless
the folder is open.
* Fix handling of invalid sequence number of 0.
* NOT operator on content searches.
|
2005-08-11 02:04:01 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
Update mail/courier-imap to 4.0.4. Changes from version 4.0.1 include:
* imap: Implemented account groups, administrator group.
* imapd.c: New OUTBOX_MULTIPLE_SEND option.
* imap: add LOGGEROPTS and SSLLOGGEROPTS configuration settings
which are passed to courierlogger to set the application name for
syslog.
* tcpd/tcpd.c: Added --accesslocal option.
* smap: SMAP EXPUNGE >100 msg ranges was broken.
* PROXY_HOSTNAME: new setting in imap and pop3 config file overrides
gethostname() when checking if a proxy connection is required.
* msgbodystructure.c (msgbodystructure): Fix MSGBODYSTRUCTURE response
for a corrupted content-type of "text".
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-22 07:35:33 by Johnny C. Lam | Files touched by this commit (22) |
Log message:
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
2005-05-19 19:05:38 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
The courier-imap and sqwebmail packages embed ${SETENV} into scripts, so
pass the real "env" command path to the configure script. This avoids
the configure script just detecting "env" in the tools directory and
assuming that's the path to the real thing. This fixes PR pkg/30282.
|
2005-05-13 07:20:49 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Pass the install-time definition of sysconfdir through to sub-make
processes. Since courier-imap uses GNU automake, we need to set
AM_MAKEFLAGS to the correct value. This fixes the installation of
the example config files into ${PREFIX}/share/examples/courier.
|
2005-05-03 17:35:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Sort.
|