pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mailman Disable the permission check, mailman is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e1e290ad1aa
branches:  trunk
changeset: 542925:2e1e290ad1aa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 29 19:17:34 2008 +0000

description:
Disable the permission check, mailman is very bitching otherwise.

diffstat:

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

diffs (19 lines):

diff -r ac700b02a52e -r 2e1e290ad1aa mail/mailman/Makefile
--- a/mail/mailman/Makefile     Thu May 29 19:14:17 2008 +0000
+++ b/mail/mailman/Makefile     Thu May 29 19:17:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2008/04/25 20:39:10 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2008/05/29 19:17:34 joerg Exp $
 
 DISTNAME=      mailman-2.1.9
 CATEGORIES=    mail www
@@ -97,6 +97,9 @@
 
 PYCOMPILEALL=  ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
 
+# mailman depends a lot on it and will bitch if changed.
+CHECK_PERMS=   no
+
 post-extract:
        ${CP} ${FILESDIR}/mailman.conf.dist ${WRKDIR}/mailman.conf.dist
 



Home | Main Index | Thread Index | Old Index