pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Apr 29 18:50:22 UTC 2017

Modified Files:
        pkgsrc/mail/dovecot2 [pkgsrc-2017Q1]: Makefile.common

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5.2.1 -r1.5.2.2 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.5.2.1 pkgsrc/mail/dovecot2/Makefile.common:1.5.2.2
--- pkgsrc/mail/dovecot2/Makefile.common:1.5.2.1        Thu Apr 13 15:04:31 2017
+++ pkgsrc/mail/dovecot2/Makefile.common        Sat Apr 29 18:50:22 2017
@@ -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 @@ 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