pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qpopper Don't run qpopauth -init -safe during ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/792a5f0764c9
branches: trunk
changeset: 512172:792a5f0764c9
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue May 02 08:39:37 2006 +0000
description:
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:
mail/qpopper/MESSAGE | 7 ++++++-
mail/qpopper/Makefile | 3 ++-
mail/qpopper/distinfo | 4 ++--
mail/qpopper/patches/patch-am | 7 +++----
4 files changed, 13 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r 88fd0d1c9deb -r 792a5f0764c9 mail/qpopper/MESSAGE
--- a/mail/qpopper/MESSAGE Tue May 02 08:00:08 2006 +0000
+++ b/mail/qpopper/MESSAGE Tue May 02 08:39:37 2006 +0000
@@ -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 -r 88fd0d1c9deb -r 792a5f0764c9 mail/qpopper/Makefile
--- a/mail/qpopper/Makefile Tue May 02 08:00:08 2006 +0000
+++ b/mail/qpopper/Makefile Tue May 02 08:39:37 2006 +0000
@@ -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 -r 88fd0d1c9deb -r 792a5f0764c9 mail/qpopper/distinfo
--- a/mail/qpopper/distinfo Tue May 02 08:00:08 2006 +0000
+++ b/mail/qpopper/distinfo Tue May 02 08:39:37 2006 +0000
@@ -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-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 -r 88fd0d1c9deb -r 792a5f0764c9 mail/qpopper/patches/patch-am
--- a/mail/qpopper/patches/patch-am Tue May 02 08:00:08 2006 +0000
+++ b/mail/qpopper/patches/patch-am Tue May 02 08:39:37 2006 +0000
@@ -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 @@
${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 @@
+ ${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 \
Home |
Main Index |
Thread Index |
Old Index