From ea2c9518093d903ae44b6f26caed06e9fb9aac16 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sat, 30 Jun 2001 21:21:51 +0000 Subject: Update teapop to 0.3.1 0.3.1 ! Using --enable-extra-dividers without any parameters now yields the same result as leaving it out. (Patch by: "Oleg. O. Orlov" ) + Support for Maildirs outside of a users home directory. (Suggested by: David S. Greenley + Logs when a successful login is made. (Patch by: Fabio Muzzi - In some environments the logging would have the wrong timezone on timestamps. - Maildir messages with a certain filename length could get parse incorrectly in some environments. (Patch by: David S. Greenley ! Teapop will now drop privs AFTER running all user provided POP-before-SMTP controls. - Maildir could leave .lock files under some circumstances. (Based on ideas from: Ivan F. Martinez ! The switch --enable-flock has been deprecated for the more flexible --enable-lock (which can be set to either flock or dotlock.) The default is now flock. o set USE_BUILDLINK_ONLY --- mail/teapop/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'mail/teapop/Makefile') diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 5bc808a1ea2..f1a43c4fc05 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/04/03 05:52:00 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 21:21:51 zuntum Exp $ -DISTNAME= teapop-0.3.0 +DISTNAME= teapop-0.3.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ @@ -9,9 +9,11 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-flock -CONFIGURE_ARGS+=--sysconfdir=/etc +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --enable-flock +CONFIGURE_ARGS+= --sysconfdir=/etc .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3