Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 14:38:47 +0600
From:      Boris Kovalenko <boris@tagnet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112070: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
Message-ID:  <E1HgGXv-000Lm4-33@boris.nikom.ru>
Resent-Message-ID: <200704240840.l3O8eBOi095601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112070
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 08:40:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #7: Mon Jan 15 12:31:11 YEKT 2007
>Description:
[DESCRIBE CHANGES]

    - Add "Save mbox indices" option
    - Accomodate OPTIONS algorithm change
    
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tpop3d-1.5.3_6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Fri Apr 20 12:25:50 2007
+++ /usr/ports/mail/tpop3d.new/Makefile	Tue Apr 24 14:35:57 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
@@ -29,6 +29,7 @@
 		PASSWDAUTH	"Use /etc/passwd authentication"		off \
 		FLATAUTH	"Use /etc/passwd-style flat file authentication"	off \
 		MAILDIR		"Compile Maildir support"			on \
+		MBOXINDICES	"Save Mbox indices"				off \
 		DRAC		"Enable DRAC RFC for POP-before-SMTP relaying"	off \
 		FIX_PERLAUTH	"Only try it if perl-auth coredumps"		off
 
@@ -72,8 +73,12 @@
 CONFIGURE_ARGS+=	--enable-auth-passwd
 .endif
 
-.if !defined(WITHOUT_MAILDIR)
+.if defined(WITH_MAILDIR)
 CONFIGURE_ARGS+=	--enable-mbox-maildir
+.endif
+
+.if defined(WITH_MBOXINDICES)
+CONFIGURE_ARGS+=	--enable-mbox-bsd-save-indices
 .endif
 
 .if defined(WITH_DRAC)
--- tpop3d-1.5.3_6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HgGXv-000Lm4-33>