mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- 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:
parent
92118d1d77
commit
aadc59d2ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132313
@ -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
|
||||
|
11
mail/tpop3d/files/patch-maildir.c
Normal file
11
mail/tpop3d/files/patch-maildir.c
Normal 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);
|
||||
|
Loading…
Reference in New Issue
Block a user