ports/79495: [MAINTAINER UPDATE] mail/tpop3d

Boris Kovalenko boris at tagnet.ru
Sun Apr 3 04:00:22 UTC 2005


>Number:         79495
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/tpop3d
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 03 04:00:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #4: Wed Mar 23 19:01:50 YEKT 2005
>Description:
[DESCRIBE CHANGES]

    1. Remove unnecessary IS_INTERACTIVE from Makefile
    2. Added patch to prevent crashing whith nonexistent maildir
    
Added file(s):
- files/patch-maildir.c

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tpop3d-1.5.3_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Mon Mar 14 08:27:27 2005
+++ /usr/ports/mail/tpop3d.new/Makefile	Sun Apr  3 09:47:20 2005
@@ -7,14 +7,13 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
 MAINTAINER=	boris at tagnet.ru
 COMMENT=	Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
 
-IS_INTERACTIVE=	yes
 USE_OPENSSL=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/files/patch-maildir.c /usr/ports/mail/tpop3d.new/files/patch-maildir.c
--- /usr/ports/mail/tpop3d/files/patch-maildir.c	Thu Jan  1 05:00:00 1970
+++ /usr/ports/mail/tpop3d.new/files/patch-maildir.c	Sun Apr  3 09:44:44 2005
@@ -0,0 +1,11 @@
+--- maildir.c.orig	Tue Nov 25 01:23:20 2003
++++ maildir.c	Sun Apr  3 09:44:25 2005
+@@ -205,7 +205,7 @@
+     mailbox M, failM = NULL;
+     struct timeval tv1, tv2;
+     float f;
+-    int locked;
++    int locked = 0;
+  
+     alloc_struct(_mailbox, M);
+     
--- tpop3d-1.5.3_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list