pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 24 05:44:33 UTC 2020

Modified Files:
        pkgsrc/mail/qmail: Makefile

Log Message:
qmail: mark as NOT_FOR_UNPRIVILEGED

Although the package itself builds when pkgsrc is bootstrapped in
unprivileged mode, the pkgsrc +INSTALL/+DEINSTALL scripts fail, causing
bulk build noise:

=> Creating binary package /wrk/mail/qmail/work/.packages/qmail-1.03nb49.tgz
fatal: unable to find user alias
===========================================================================

ERROR: instchown exited 111.

Permissions are likely wrong, and/or the queue may be uninitialized.

===========================================================================
pkg_add: install script returned error status
pkg_add: 1 package addition failed


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/mail/qmail/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/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.121 pkgsrc/mail/qmail/Makefile:1.122
--- pkgsrc/mail/qmail/Makefile:1.121    Thu Jun 25 05:42:39 2020
+++ pkgsrc/mail/qmail/Makefile  Mon Aug 24 05:44:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2020/06/25 05:42:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.122 2020/08/24 05:44:33 tnn Exp $
 #
 
 DISTNAME=              notqmail-1.08
@@ -113,6 +113,7 @@ SUBST_STAGE.config= do-configure
 SUBST_FILES.config=    config-fast-pkgsrc-defaults.sh
 SUBST_VARS.config=     SORT MV CP PKG_SYSCONFDIR QMAIL_QUEUE_EXTRA
 
+NOT_FOR_UNPRIVILEGED=          yes
 PKG_USERS_VARS+=               QMAIL_ALIAS_USER QMAIL_DAEMON_USER QMAIL_LOG_USER
 PKG_USERS_VARS+=               QMAIL_ROOT_USER QMAIL_PASSWD_USER QMAIL_QUEUE_USER
 PKG_USERS_VARS+=               QMAIL_REMOTE_USER QMAIL_SEND_USER



Home | Main Index | Thread Index | Old Index