summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches
diff options
context:
space:
mode:
Diffstat (limited to 'mail/popa3d/patches')
-rw-r--r--mail/popa3d/patches/patch-aa20
-rw-r--r--mail/popa3d/patches/patch-ab12
2 files changed, 29 insertions, 3 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa
index c27cb35e9d4..6ece860c816 100644
--- a/mail/popa3d/patches/patch-aa
+++ b/mail/popa3d/patches/patch-aa
@@ -1,7 +1,25 @@
-$NetBSD: patch-aa,v 1.7 2002/09/24 11:57:28 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2002/11/07 03:49:42 dillo Exp $
--- params.h.orig Sun Sep 8 11:49:24 2002
+++ params.h
+@@ -13,7 +13,7 @@
+ /*
+ * Are we going to be a standalone server or start via an inetd clone?
+ */
+-#define POP_STANDALONE 0
++#define POP_STANDALONE 1
+
+ #if POP_STANDALONE
+
+@@ -38,7 +38,7 @@
+ * option is provided primarily as a way to meet conventions of certain
+ * systems where all services obey libwrap access controls.
+ */
+-#define DAEMON_LIBWRAP 0
++#define DAEMON_LIBWRAP 1
+
+ #if DAEMON_LIBWRAP
+ /*
@@ -143,8 +143,8 @@
*
* Note that there's no built-in password aging support.
diff --git a/mail/popa3d/patches/patch-ab b/mail/popa3d/patches/patch-ab
index b9607a9edb0..51fb41075bd 100644
--- a/mail/popa3d/patches/patch-ab
+++ b/mail/popa3d/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2002/09/24 11:57:28 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2002/11/07 03:49:42 dillo Exp $
--- Makefile.orig Sun Oct 28 02:10:49 2001
+++ Makefile
@@ -26,7 +26,15 @@ $NetBSD: patch-ab,v 1.5 2002/09/24 11:57:28 wiz Exp $
# HP-UX trusted system
#LIBS += -lsec
# Solaris (POP_STANDALONE, POP_VIRTUAL)
-@@ -24,7 +24,7 @@ LIBS =
+@@ -17,14 +17,14 @@ LIBS =
+ # PAM
+ #LIBS += -lpam
+ # TCP wrappers
+-#LIBS += -lwrap
++LIBS += -lwrap
+ # libwrap may also want this
+ #LIBS += -lnsl
+ # OpenSSL (-DHAVE_OPENSSL)
#LIBS += -lcrypto
DESTDIR =