2004-02-24 02:24:01 by Johnny C. Lam | Files touched by this commit (1) | |
Log message:
The default EXTRACT_SUFX for the courier packages has changed to ".tar.bz2"
but this package still uses ".tar.gz" until it's updated.
|
2004-02-10 03:22:50 by Johnny C. Lam | Files touched by this commit (14) |
Log message:
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
|
2003-05-30 01:14:12 by grant beattie | Files touched by this commit (18) |
Log message:
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
|
2002-11-15 01:04:41 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2
|
2002-05-20 11:39:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.9. Fixes pkg/15568.
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for
xfilter() since select() only works correctly on non-blocking fds.
* maildrop/formatmbox.C (GetFromLine): Do not write a newline before
every From_ line...
* maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs.
* rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
* rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
* rfc2045/reformime: Fix handling of unencoded nulls in text/plain
content.
* rfc2045/reformime.sgml: Documented the -m and -D options.
* userdb/configure.in: Fix typo.
* rfc2045/rfc2045.c (doline): Fix incorrect calculation of the
end of a multipart MIME section that's inside another multipart
MIME section.
* maildir/maildirfiltertypelist.h: Fix typo.
|
2002-04-25 17:26:02 by Yuji Yamano | Files touched by this commit (1) |
Log message:
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
|