summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-02 08:39:37 +0000
committerjoerg <joerg>2006-05-02 08:39:37 +0000
commita67ccd3416a663e693f4a7d84644c8ecff0be6e7 (patch)
treed8d137b0f6d0636d594125903934226bc689a38c /mail/qpopper
parentf716fce58381127cd98eca75eb731af0ba5aea97 (diff)
downloadpkgsrc-a67ccd3416a663e693f4a7d84644c8ecff0be6e7.tar.gz
Don't run qpopauth -init -safe during installation, it destroys the
symmetry between installation from source and from binary package. Annoate MESSAGE accordingly, so that those using apop can do it themselves. Bump revision
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/MESSAGE7
-rw-r--r--mail/qpopper/Makefile3
-rw-r--r--mail/qpopper/distinfo4
-rw-r--r--mail/qpopper/patches/patch-am7
4 files changed, 13 insertions, 8 deletions
diff --git a/mail/qpopper/MESSAGE b/mail/qpopper/MESSAGE
index 77f9c7b7d00..aee65aff324 100644
--- a/mail/qpopper/MESSAGE
+++ b/mail/qpopper/MESSAGE
@@ -1,5 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2004/05/06 13:46:22 taca Exp $
+$NetBSD: MESSAGE,v 1.4 2006/05/02 08:39:37 joerg Exp $
+
+In order to enable APOP, you have to create the authentication database.
+It is no longer created as part of the installation, you should run
+the following command to create it:
+ ${PREFIX}/sbin/qpopauth -init -safe
In order to enable POP service, you should add the following lines
to your /etc/inetd.conf:
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index c20d0c25ebf..da86e53c734 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2005/12/29 06:21:53 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2006/05/02 08:39:37 joerg Exp $
#
DISTNAME= qpopper${VERSION}
PKGNAME= qpopper-${VERSION}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${QPOPPER_MASTER_SITES}
diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo
index f95c283a6a4..ad52b254811 100644
--- a/mail/qpopper/distinfo
+++ b/mail/qpopper/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2006/01/08 17:34:47 joerg Exp $
+$NetBSD: distinfo,v 1.14 2006/05/02 08:39:37 joerg Exp $
SHA1 (qpopper4.0.8.tar.gz) = 161038e6088b4952eedaf85fafa9f3b10eb40a01
RMD160 (qpopper4.0.8.tar.gz) = 4a1dc2aaa6ef1330a76dfed5330d658a45e7d1d2
@@ -14,6 +14,6 @@ SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2
SHA1 (patch-af) = a2100b026a0bab0be8c99c211ec0bd14d4405f32
SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089
SHA1 (patch-al) = 63fdc28b9c1d292d55464cda13c529ffb2a47b34
-SHA1 (patch-am) = 4f7c1c342f22e5cd6d6ef8dd2812629016fe17df
+SHA1 (patch-am) = fba92571d9225f8c5cacb38a4621127a19151352
SHA1 (patch-an) = 43e7c20b9c3cfd978255748236efbcbaf2f929ce
SHA1 (patch-ap) = 14ad2349ba690bbdc679a24a8b96da5681af1f18
diff --git a/mail/qpopper/patches/patch-am b/mail/qpopper/patches/patch-am
index 8dcbaa3cf23..22312d98e30 100644
--- a/mail/qpopper/patches/patch-am
+++ b/mail/qpopper/patches/patch-am
@@ -1,6 +1,6 @@
-$NetBSD: patch-am,v 1.4 2005/06/01 20:55:16 adrianp Exp $
+$NetBSD: patch-am,v 1.5 2006/05/02 08:39:37 joerg Exp $
---- popper/Makefile.in.orig 2005-05-13 20:20:11.000000000 +0100
+--- popper/Makefile.in.orig 2005-05-13 19:20:11.000000000 +0000
+++ popper/Makefile.in
@@ -96,6 +96,8 @@ VPATH = @srcdir@
prefix = @prefix@
@@ -75,7 +75,7 @@ $NetBSD: patch-am,v 1.4 2005/06/01 20:55:16 adrianp Exp $
${common_dir}/libcommon.a
poppassd: common_library
-@@ -206,22 +216,36 @@ poppassd: common_library
+@@ -206,22 +216,35 @@ poppassd: common_library
-I${mmangle_srcdir} -I${common_srcdir} ${SSL_INC} \
${CFLAGS} ${DEFS} ${CDEFS} ${OS_DEFS} $< -o $@
@@ -109,7 +109,6 @@ $NetBSD: patch-am,v 1.4 2005/06/01 20:55:16 adrianp Exp $
+ ${sbindir}/q${pop_auth}; \
+ echo "Installed popauth as ${sbindir}/q${pop_auth} " \
+ "with uid ${apop_uid}"; \
-+ ${sbindir}/q${pop_auth} -init -safe; \
fi
- if [ "x${pop_auth}" != "x" ]; then \