diff options
author | wiz <wiz> | 2005-07-16 15:40:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-16 15:40:56 +0000 |
commit | 7c69fc8ee344f4e0b9ea9469614497ace3726d1a (patch) | |
tree | 6e3b6dbc57f403cf98078dc3bd6498144c7375a6 /mail/elmo/Makefile | |
parent | 60536b0ae1c730fb582920cc8a88afd150bced30 (diff) | |
download | pkgsrc-7c69fc8ee344f4e0b9ea9469614497ace3726d1a.tar.gz |
Update to 1.3.2, provided by the maintainer Robert Lillack in
private mail.
New in 1.3.2
- support for matching arbitrary headers in rules
- bugfixes
pkgsrc includes additional changes:
- fix for http://secunia.com/advisories/15977/
- work around an annoying header parsing issue which
resulted in totally garbled date sorting
- work around random SIGSEVs
Diffstat (limited to 'mail/elmo/Makefile')
-rw-r--r-- | mail/elmo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 27438d37249..c9e133d301f 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:18 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 15:40:56 wiz Exp $ # -DISTNAME= elmo-1.3.1 +DISTNAME= elmo-1.3.2 PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/} @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes REPLACE_PERL= elmoconf.pl CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme} +# I get segmentation faults when not compiled with debug enabled +CONFIGURE_ARGS+= --enable-debug SUBST_CLASSES= tux SUBST_STAGE.tux= post-patch |