pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-imap pass --with-waitfunc=wait3 to config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/291bdbac85dd
branches:  trunk
changeset: 462740:291bdbac85dd
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Oct 11 07:39:31 2003 +0000

description:
pass --with-waitfunc=wait3 to configure. only create one directory at
a time in post-install. fixes build on Solaris.

fix from Michael Santos in PR pkg/22387.

diffstat:

 mail/courier-imap/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 6bc996cf0960 -r 291bdbac85dd mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Sat Oct 11 07:29:29 2003 +0000
+++ b/mail/courier-imap/Makefile        Sat Oct 11 07:39:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/08/30 22:51:20 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2003/10/11 07:39:31 grant Exp $
 
 DISTNAME=      courier-imap-1.4.2
 PKGREVISION=   1
@@ -15,6 +15,10 @@
 
 .include "../../mail/courier-auth/Makefile.common"
 
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+=       --with-waitfunc=wait3
+.endif
+
 CONFIGURE_ENV+=                OPENSSL=${BUILDLINK_PREFIX.openssl}/bin/openssl
 
 .if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s)
@@ -61,7 +65,8 @@
        done
 
 post-install:
-       ${INSTALL_DATA_DIR} ${EGDIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${SYSCONFTOOL}
        ${INSTALL_DATA} ${WRKSRC}/imap/BUGS                             \
                ${DOCDIR}/BUGS.imap



Home | Main Index | Thread Index | Old Index