2003-02-20 14:51:23 by Lubomir Sedlacik | Files touched by this commit (3) |
Log message:
Updated to version 0.6.
Changes: This version features minor bug, correctness,
and interoperability fixes.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2002-11-07 04:50:09 by Dieter Baron | Files touched by this commit (1) |
Log message:
compile in support for standalone (non-inetd started) mode.
bump PKGREVISION.
|
2002-11-07 04:49:43 by Dieter Baron | Files touched by this commit (2) |
Log message:
compile in support for standalone (non-inetd started) mode.
bump PKGREVISION.
|
2002-11-07 04:48:01 by Dieter Baron | Files touched by this commit (5) |
Log message:
compile in support for standalone (non-inetd started) mode.
bump PKGREVISION.
|
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message:
Complete standardization of messages according to latest pkglint.
|
2002-09-24 13:57:28 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.5.9. Switch to buildlink2.
Changes:
This release adds two interoperability fixes and makes the code ISO C99
compliant.
|
2002-09-18 23:15:19 by Johnny C. Lam | Files touched by this commit (12) |
Log message:
When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
|
2002-06-26 12:30:12 by Stoned Elipot | Files touched by this commit (59) |
Log message:
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
|
2002-04-23 16:03:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.5.1, changes since 0.5:
The UIDL calculation has been reworked, adding support for multi-line
message headers and reconsidering which headers to use. Without this change,
the generated IDs wouldn't always be unique when running with certain (common)
MTAs.
|