pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dovecot2



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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/dovecot2/Makefile.common

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

Modified files:

Index: pkgsrc/mail/dovecot2/Makefile.common
diff -u pkgsrc/mail/dovecot2/Makefile.common:1.6 pkgsrc/mail/dovecot2/Makefile.common:1.7
--- pkgsrc/mail/dovecot2/Makefile.common:1.6    Thu Apr 13 01:59:08 2017
+++ pkgsrc/mail/dovecot2/Makefile.common        Wed Apr 19 09:05:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2017/04/13 01:59:08 taca Exp $
+# $NetBSD: Makefile.common,v 1.7 2017/04/19 09:05:16 jperkin 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 @@ CONFIGURE_ARGS+=     --with-sql
 
 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