Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/courier-imap courier-imap: cannot be built in unp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f9a215f3d85
branches:  trunk
changeset: 437171:7f9a215f3d85
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 02:40:08 2020 +0000

description:
courier-imap: cannot be built in unprivileged mode

diffstat:

 mail/courier-imap/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7a434de6b255 -r 7f9a215f3d85 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Tue Aug 18 02:35:25 2020 +0000
+++ b/mail/courier-imap/Makefile        Tue Aug 18 02:40:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/05/21 13:31:59 mef Exp $
+# $NetBSD: Makefile,v 1.88 2020/08/18 02:40:08 tnn Exp $
 
 DISTNAME=      courier-imap-4.10.0
 PKGREVISION=   8
@@ -80,6 +80,9 @@
 SUBST_SED.courier+=    -e "s|@bindir@/pop3d|@libexecdir@/courierpop3d|g"
 SUBST_STAGE.courier=   pre-configure
 
+# configure: Cannot obtain information for user courier: Undefined error: 0
+NOT_FOR_UNPRIVILEGED=  yes
+
 .include "../../security/courier-authlib/buildlink3.mk"
 
 post-install:



Home | Main Index | Thread Index | Old Index