pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/courier-imap



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 02:40:08 UTC 2020

Modified Files:
        pkgsrc/mail/courier-imap: Makefile

Log Message:
courier-imap: cannot be built in unprivileged mode


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/mail/courier-imap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/courier-imap/Makefile
diff -u pkgsrc/mail/courier-imap/Makefile:1.87 pkgsrc/mail/courier-imap/Makefile:1.88
--- pkgsrc/mail/courier-imap/Makefile:1.87      Thu May 21 13:31:59 2020
+++ pkgsrc/mail/courier-imap/Makefile   Tue Aug 18 02:40:08 2020
@@ -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|@sbindir@/pop3
 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