summaryrefslogtreecommitdiff
path: root/mail/qpopper/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-02 08:39:37 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-02 08:39:37 +0000
commitd9060d115295d90de31b8e065790df22ad33c2e2 (patch)
treed8d137b0f6d0636d594125903934226bc689a38c /mail/qpopper/patches
parentb080390556f44941aa4d2de3f95e75b3546b1024 (diff)
downloadpkgsrc-d9060d115295d90de31b8e065790df22ad33c2e2.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/patches')
-rw-r--r--mail/qpopper/patches/patch-am7
1 files changed, 3 insertions, 4 deletions
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 \