Age | Commit message (Collapse) | Author | Files | Lines |
|
Approved by agc.
|
|
their files via a custom do-install target.
|
|
packages up to date.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|
|
This version allows changing of the paths for spamd chroot, spamd database,
pfctl binary and configuration file. This allows spamd to just work
for different configurations.
Based on patches and suggestions from Jeremy C. Reed and Johnny Lam.
|
|
Changes:
- Sync with OpenBSD 3.9 branch.
No new functionality, only a few bug/documentation fixes.
- All major BSDs are supported now (NetBSD, OpenBSD, FreeBSD and DragonFly).
Thanks to Jeremy C. Reed for providing patches for DragonFly.
|
|
Honor PKGMANDIR.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
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
|
|
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.
|
|
Changes:
* Compilation problems on i386 fixed.
* -Werror disabled.
|
|
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.
|