2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
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-08-23 13:48:52 by Roland Illig | Files touched by this commit (58) |
Log message:
The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
|
2005-07-26 13:13:41 by Peter Postma | Files touched by this commit (2) |
Log message:
Update to spamd-20050726.
Changes:
* Compilation problems on i386 fixed.
* -Werror disabled.
|
2005-07-02 13:34:29 by Peter Postma | Files touched by this commit (1) |
Log message:
Correct a PLIST entry (I renamed it before importing and didn't test it, oops)
|
2005-06-28 18:48:52 by Peter Postma | Files touched by this commit (1) |
Log message:
Improve the description, text from http://www.benzedrine.cx/relaydb.html
Suggested by Thomas Klausner.
|
2005-06-28 14:43:57 by Peter Postma | Files touched by this commit (6) | |
Log message:
Initial import of spamd-20050624 (from OpenBSD 3.7 sources).
spamd is a fake sendmail(8)-like daemon which rejects false mail. If the
pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP)
to this daemon, it will attempt to waste the time and resources of
the spam sender.
Approved by Thomas Klausner.
|