Next | Query returned 147 messages, browsing 131 to 140 | Previous

History of commit frequency

CVS Commit History:


   2004-10-28 08:03:18 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to use
the CGI frontend), regen distinfo for patch-ab missed in previous.
   2004-10-28 01:31:57 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.
   2004-10-28 01:27:00 by Juan Romero Pardines | Files touched by this commit (3)
Log message:
Apply patch from dspam CVS to fix some errors when using MySQL-4.1.x.

Bump PKGREVISION.
   2004-10-22 07:43:29 by Juan Romero Pardines | Files touched by this commit (5)
Log message:
Update mail/dspam to 3.2.0 (latest stable version).

Version 3.2 adds many significant enhancements, these include the
introduction of a dspam.conf master configuration, an aesthetically
redesigned web interface, support for SQLite, support for Windows, and
and many other enhancements.

More information:

http://www.nuclearelephant.com/projects/dspam/text/RELEASE-3.2.0.txt

pkgsrc changes:

* Default storage driver has been changed to SQLite, to sync with dspam's
 defaults.
* Deprecated options has been removed totally, now you'll have to specify
 them via PKG_OPTIONS.dspam=foo bar baz.
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   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.

Next | Query returned 147 messages, browsing 131 to 140 | Previous