- Remove unnecessary IS_INTERACTIVE from Makefile

- Added patch to prevent crashing whith nonexistent maildir

PR:		ports/79495
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-04-03 05:42:25 +00:00
parent 92118d1d77
commit aadc59d2ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132313
2 changed files with 12 additions and 2 deletions

View file

@ -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@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

View file

@ -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);