pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/mail/dovecot2 Pullup ticket #5321 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b57a1c9ba89
branches:  pkgsrc-2017Q1
changeset: 360313:4b57a1c9ba89
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Apr 29 18:50:22 2017 +0000

description:
Pullup ticket #5321 - requested by sevan
mail/dovecot2: build fix

Revisions pulled up:
- mail/dovecot2/Makefile.common                                 1.7

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Wed Apr 19 09:05:16 UTC 2017

   Modified Files:
           pkgsrc/mail/dovecot2: Makefile.common

   Log Message:
   Explicitly disable epoll/inotify on illumos, based on patch in PR#52176.

diffstat:

 mail/dovecot2/Makefile.common |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r cc974bb4cd3b -r 4b57a1c9ba89 mail/dovecot2/Makefile.common
--- a/mail/dovecot2/Makefile.common     Sat Apr 29 18:48:20 2017 +0000
+++ b/mail/dovecot2/Makefile.common     Sat Apr 29 18:50:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5.2.1 2017/04/13 15:04:31 bsiegert Exp $
+# $NetBSD: Makefile.common,v 1.5.2.2 2017/04/29 18:50:22 bsiegert Exp $
 #
 # when updating to a new release, update ABI depends in
 # the buildlink3.mk file as well, since the plugins' version
@@ -38,8 +38,10 @@
 
 TEST_TARGET=   check
 
-# Explicitly disable inotify on illumos, it is provided for Linux compat only.
-CONFIGURE_ENV.SunOS+=  ac_cv_func_inotify_init=no
+# Explicitly disable epoll/inotify on illumos, dovecot assumes Linux-specific
+# implementation details.
+CONFIGURE_ARGS.SunOS+= --with-ioloop=poll
+CONFIGURE_ARGS.SunOS+= --with-notify=none
 
 # Sharing sources between binary and lib triggers libtool bugs
 # mv: rename .deps/auth-stats.Tpo to .deps/auth-stats.Po: No such file or directory



Home | Main Index | Thread Index | Old Index