2004-08-30 21:18:18 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Capitalize COMMENT and drop trailing whitespace.
|
2004-08-22 21:32:52 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
2004-08-09 22:14:21 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Avoid calling mkdir() with a trailing slash, as some systems don't
support it. DSPAM now correctly creates per-user statistics files on
NetBSD 1.6.2. Bump PKGREVISION.
|
2004-08-09 09:02:59 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Support building more options:
"long-usernames" allows usernames longer than allowed by the underlying
operating system. This may be needed if you use DSPAM as a Postfix content
filter.
"spam-subject" prepends "[SPAM]" to the Subject: of messages \
classified as
spam.
|
2004-08-07 20:26:25 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
The permissions on /var/dspam should be 0770, not 0755. This affects the
binary package, but ride the last PKGREVISION bump.
|
2004-08-07 08:12:20 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
The dspam binary must be setuid to the dspam user, so we must list
the file in SPECIAL_PERMS to ensure that when installing from a binary
package, it is automatically set to the correct ownership and file
permissions. Also manage ${DSPAM_HOME} using OWN_DIRS_PERMS since it
must exist for dspam to work properly, and must also be writable by
the dspam user.
Bump the PKGREVISION to 3.
|
2004-08-06 23:27:52 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
There is no "large" subst class.
|
2004-08-06 23:24:13 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
* Only include bdb.buildlink3.mk if we are using DB[34] as a storage
driver backend.
* Convert to use bsd.options.mk. DSPAM_DELIVERY_AGENT_ARGS has been
deprecated -- just set DSPAM_DELIVERY_AGENT to the LDA instead of
"custom".
* Only install the documentation for the storage driver used by DSPAM.
* Drop the default signature lifetime from 15 days to 14 days to match
the DSPAM defaults.
Bump the PKGREVISION to 2.
|
2004-07-25 01:06:56 by Marc Recht | Files touched by this commit (1) |
Log message:
Use mk/pgsql.buildlink3.mk for choosing the PostgreSQL version to be used.
|
2004-07-07 17:18:34 by Marc Recht | Files touched by this commit (1) |
Log message:
Fix a typo: It's user:group and not group:user.
bump PKGREVISION to 1.
|